Skip to content

bump(deps-dev): bump google-adk from 1.28.0 to 1.31.0#341

Merged
Marco Russo (marcorusso97) merged 1 commit into
mainfrom
dependabot/uv/main/google-adk-1.31.0
May 14, 2026
Merged

bump(deps-dev): bump google-adk from 1.28.0 to 1.31.0#341
Marco Russo (marcorusso97) merged 1 commit into
mainfrom
dependabot/uv/main/google-adk-1.31.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Contributor

Bumps google-adk from 1.28.0 to 1.31.0.

Release notes

Sourced from google-adk's releases.

v1.31.0

1.31.0 (2026-04-16)

Features

  • New Live UI: Redesigned the real-time chat and testing interface for a cleaner, more responsive user experience.
  • Session Display Names: Added the ability to name and organize debug sessions for easier tracking.
  • New Events and Trace View: Overhauled the execution log into a structured trace for better visibility into agent logic.
  • New Graph View: Introduced a visual canvas to map out and manage agent architectures and node relationships.
  • Event Filtering: Added granular controls to filter the event stream by message type, tools, or errors.
  • New Computer Use View: Implemented a dedicated UI for visualizing screenshots and logs during computer-use tasks.
  • Add "google-adk" user agent to Parameter Manager and Secret Manager clients (b8e8f6b)
  • Add support for memories.ingest_events in VertexAiMemoryBankService (d69477f)
  • Add Vertex AI Agent Engine Sandbox integration for computer use (7686848)
  • Firestore support (1a9df8f)
  • live: Add live_session_id to LlmResponse (bf84e2c)

Bug Fixes

  • Bump minimum mcp version from 1.23.0 to 1.24.0 (494c360)
  • cli: correct console URL path after adk deploy agent_engine (64ed1a6), closes #5336
  • execute on_event_callback before append_event to persist plugin modifications (454188d), closes #3990
  • make _EvalMetricResultWithInvocation.expected_invocation Optional for conversation_scenario support (#5215) (a4c9387)
  • Pass in auth headers with header provider instead of connection params (e12b0af)
  • populate required fields in FunctionDeclaration json_schema fallback (9b9faa4)
  • Resolve BigQuery plugin issues with A2A transfers, spans, and metadata (9ca8c38)
  • upgrade google-genai lower bound (8bc5728)

Code Refactoring

  • live: Use send_client_content to send conversation history (67dc2eb)
  • live: Use send_tool_response for function responses (70c5fc8)

Documentation

  • update MCP Toolbox branding, binary version, and asset references (47fa7b7)

v1.30.0

1.30.0 (2026-04-13)

Features

  • Add Auth Provider support to agent registry (f2c68eb)
  • Add Parameter Manager integration to ADK (b0715d7)
  • Add support for Gemma 4 models in ADK (9d4ecbe), closes #5156

... (truncated)

Changelog

Sourced from google-adk's changelog.

1.31.0 (2026-04-16)

Features

  • Add "google-adk" user agent to Parameter Manager and Secret Manager clients (b8e8f6b)
  • Add support for memories.ingest_events in VertexAiMemoryBankService (d69477f)
  • Add Vertex AI Agent Engine Sandbox integration for computer use (7686848)
  • Firestore support (1a9df8f)
  • live: Add live_session_id to LlmResponse (bf84e2c)

Bug Fixes

  • Bump minimum mcp version from 1.23.0 to 1.24.0 (494c360)
  • cli: correct console URL path after adk deploy agent_engine (64ed1a6), closes #5336
  • execute on_event_callback before append_event to persist plugin modifications (454188d), closes #3990
  • make _EvalMetricResultWithInvocation.expected_invocation Optional for conversation_scenario support (#5215) (a4c9387)
  • Pass in auth headers with header provider instead of connection params (e12b0af)
  • populate required fields in FunctionDeclaration json_schema fallback (9b9faa4)
  • Resolve BigQuery plugin issues with A2A transfers, spans, and metadata (9ca8c38)
  • upgrade google-genai lower bound (8bc5728)

Code Refactoring

  • live: Use send_client_content to send conversation history (67dc2eb)
  • live: Use send_tool_response for function responses (70c5fc8)

Documentation

  • update MCP Toolbox branding, binary version, and asset references (47fa7b7)

1.30.0 (2026-04-13)

Features

  • Add Auth Provider support to agent registry (f2c68eb)
  • Add Parameter Manager integration to ADK (b0715d7)
  • Add support for Gemma 4 models in ADK (9d4ecbe), closes #5156
  • allow users to include artifacts from artifact_service in A2A events using provided interceptor (e63d991)
  • emit a TaskStatusUpdateEvent for ADK events with no output parts but with event.actions (dcc485b)
  • Live avatar support in ADK (a64a8e4)
  • live: expose live_session_resumption_update as Event in BaseLlmFlow (2626ad7), closes #4357
  • Promote BigQuery tools to Stable (abcf14c)
  • samples: add sample for skill activation via environment tools (2cbb523)

... (truncated)

Commits
  • 61cca7e chore: update last-release-sha for next release
  • b2d81b3 chore(release/candidate): release 1.31.0 (#5360)
  • c486504 chore: default to info tab when graph is not available
  • d69477f feat: Add support for memories.ingest_events in VertexAiMemoryBankService
  • 1af1b4a chore: Remove adk_additional_tools and GetTimezone tool
  • e12b0af fix: Pass in auth headers with header provider instead of connection params
  • 7774a0f chore: update adk web to include latest major refactor
  • b8e8f6b feat: Add "google-adk" user agent to Parameter Manager and Secret Manager cli...
  • bf84e2c feat(live): Add live_session_id to LlmResponse
  • 5c6f6fe chore: Add sandbox computer use sample agent
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [google-adk](https://github.com/google/adk-python) from 1.28.0 to 1.31.0.
- [Release notes](https://github.com/google/adk-python/releases)
- [Changelog](https://github.com/google/adk-python/blob/main/CHANGELOG.md)
- [Commits](google/adk-python@v1.28.0...v1.31.0)

---
updated-dependencies:
- dependency-name: google-adk
  dependency-version: 1.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 20, 2026
@codecov

codecov Bot commented Apr 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@marcorusso97 Marco Russo (marcorusso97) merged commit a1bfbab into main May 14, 2026
20 checks passed
@marcorusso97 Marco Russo (marcorusso97) deleted the dependabot/uv/main/google-adk-1.31.0 branch May 14, 2026 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant