Skip to content

chore(deps): update dependency google-adk to v2#665

Open
renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/google-adk-2.x
Open

chore(deps): update dependency google-adk to v2#665
renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/google-adk-2.x

Conversation

@renovate-bot

@renovate-bot renovate-bot commented May 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
google-adk (changelog) ==1.34.1==2.2.0 age confidence

Release Notes

google/adk-python (google-adk)

v2.2.0

Compare Source

Features
  • Add --trigger_sources and ADK service options to cli_deploy_agent_engine (ffa057c)
  • add AutoTracingPlugin for OpenTelemetry auto-instrumentation (bc3a4fa)
  • add RubricBasedMultiTurnTrajectoryEvaluator (cae2337)
  • agents: restore 1.x agent config wiring for backward compatibility (44cd116)
  • api_server: Abort runs on client drops to avoid leaks (6a53357)
  • BigQuery Agent Analytics reliability fixes (a5fa3da)
  • distinguish input-required vs auth-required in A2A conversion (9d139ea)
  • emit OTel gen_ai.client.* metrics natively (0bb329b)
  • forward custom_metadata from run requests into the run config (460cb8c)
  • include thoughts and tool calls in compaction summaries (bdb5582)
  • interactions: update ADK to support Google GenAI SDK v2.0.0 (da1d8f1)
  • models: Support turn_complete_reason in Live responses to capture safety info (9126acb)
  • preserve A2A message metadata field in ADK event (d4d955d)
  • raise explicit error for unsupported LiteLlm file attachments (8847f23), closes #​5546
  • sessions: add get_user_state(app_name, user_id) to BaseSessionService (d029bce)
  • skills: Add adk-issue skill to analyze and triage GitHub issues (be03166)
  • skills: Add adk-review skill for rigorous change quality control (cc6f78c)
  • skills: Automate PR triage and CLA verification (ce9011c)
  • skills: Enforce PR assignment gates and stream metadata via stdout (4006fe4)
  • Support additional scopes and custom discovery doc in Google API Tools (dc6e293)
  • tools: expose httpx_client_factory on RestApiTool and OpenAPIToolset (7eb9b3d)
  • tools: Standardize request_input tool for proactive LLM clarification (afb0a64)
Bug Fixes
  • a2a: Support to_a2a(Workflow) and reject non-agent root nodes (0478b02)
  • accept Azure assistant file ids (b73679e), closes #​5664
  • add artifacts in each agent's .adk folder (bae5b1a)
  • add future annotations import and prefix task models logger (2874874)
  • add missing crop helper to data file helper lib (b5181cf), closes #​4011
  • add PEP 604 union syntax in function tool parameters (551445e)
  • add telemetry metric assertions to the test's own agent (b7766ce)
  • agents: Improve git hygiene in adk-pr-triage skill (62bcdd3)
  • agents: restore abc.ABC base for BaseAgent and LlmAgent (020386a)
  • allow internal builder assistant app name (f6e26cc)
  • append trailing newline to runtime-config.json in ADK Web Server (4baccf6)
  • auth: omit scope from OAuth2 token requests (6ce4b87)
  • block path traversal in Agent Builder file tools (1fa7cda)
  • dependencies: clarify missing Vertex AI extra (fde6a2b)
  • deps: bump starlette and fastapi to address CVE-2026-48710 (81add39)
  • eval: Support include_intermediate_responses_in_final in final_response_match_v2 (8519602), closes #​5695
  • Event.message honors subclass field (5bebfd4)
  • exclude temp: state keys from Firestore session writes (a5db346)
  • Fix path traversal in GCS skill extraction (Zip Slip) (2f15c6c)
  • flows: preserve transparent config on live session reconnect (5ad1942), closes #​5675
  • Format the files to fix pre-commit failures (af8bfe0)
  • guard peer agent mode access in agent transfer (bb16958), closes #​5863
  • live: Resolve 1007 error and support Gemini 3.1 Flash Live protocol (e5af12c)
  • mcp: Prevent initialization hangs and task group leaks (334ef81), closes #​5886
  • migration: restrict unpickling of v0 actions blobs (9db48ce)
  • models: Prevent grounding metadata loss in Gemini 3.1 (e896c62)
  • parse noncanonical litellm tool call arguments (31cc5a1)
  • populate user_content in resumed invocations (660bbd4)
  • preserve media blocks in ollama content flattening (47ceeba), closes #​4975
  • runners: fall back to root agent when a resumed call author is not in the tree (a86efa6)
  • runners: Preserve state_delta in NodeRunner path (c56bec8)
  • sessions: guard None event.actions before reading state_delta (03ef3f6)
  • streaming: Ensure final partial=False frame is always yielded (cd81f7b), closes #​3754
  • Support generalized history config injection for Gemini 3.1 Live on Vertex AI (61a3933)
  • terminate infinite retry loop in LoadSkillResourceTool on RESOURCE_NOT_FOUND (bc45ee6)
  • tolerate context-likes without user_content or session in record_agent_invocation (0775da5)
  • tools: add skill script dir to sys.path (9296198)
  • tools: don't close parent's plugins from AgentTool's sub-Runner (2a68c4e)
  • tools: Prevent broken skill tool references when prefix is set and support tool_filter (4366cca)
  • tools: Shell escape path and range in ReadFileTool command (e16629b)
  • validate session_id and enforce ownership in delete_session (b2916c7)
  • workflow: Prevent incorrect chat agent wiring in graphs (d7aa7b5), closes #​5868
  • workflow: Resolve raw Content output crash on rehydration (4f992b0)
Performance Improvements
  • flows: Resolve agent tool unions in parallel (ae95a97)
Code Refactoring
  • agents: default model to gemini-3-flash-preview (ad8b6c7)
  • skills: Split adk-issue skill to separate issue analysis from implementation (51b18eb)
  • tests: Consolidate event tests into test_event.py (77aeadf)
  • tools: Split environment tools into single-class _tool files (1cc298e)
  • update tool and agent retrieval functions to support asynchronous execution (e623b3b)
Documentation
  • agents: Add issue closing support to PR triage skill (2748c1b)
  • skills: Add rule to specify GitHub issues in commit messages (8f2c1e3)
  • skills: Use default model in sample agent templates (2d465aa)

v2.1.0

Compare Source

Features
  • Add chart generation and artifact loading to data agent (db06416)
  • Add support for creating sandboxes from templates and snapshots (cbd14eb)
  • Add user.id to gen_ai.user.message log records for telemetry (eb379be)
  • Fix error message telemetry for tool calls (e56c021)
  • Preserve transcription event order in conversation trajectory (b3d0759)
Bug Fixes
  • ci: Add python-dateutil dependency to stale-bot workflow (84fa984)
  • ci: Prevent workflow failures in relocated adk_team samples (55cbc8c)
  • ci: Use absolute path for PYTHONPATH in upload docs workflow (85223e6)
  • cli: Fix --reload_agents for web (1307f8e)
  • cli: Inform user to install optional dependency on missing google.cloud (57d677c)
  • convert Union[Pydantic, Pydantic] tool args at runtime (104edc8), closes #​5799
  • Fix bug where grounding metadata in Gemini 3.1 live was being silently discarded (b9751eb)
  • fix input and output transcription finished events for Gemini v3.1 (d17a2a3)
  • lazy-import GCS evaluation managers in evals utility (5f91a9d)
  • Make google-cloud-storage import lazy in skill utils (416775d)
  • resolve circular import caused by llm_request (7e38fc8)
  • Resolve circular import in base_tool (92cf192)
  • tests: Append trailing newline to JSON test outputs (3329ced)
  • tools: Prevent session drop on MCP tool error (933653c)
  • update EditFileTool to handle cross-platform line breaks and escape regex characters (1f24553)

v2.0.0

ADK 2.0 General Availability

This release introduces v2.0.0 General Availability (GA) of the Google Agent Development Kit (ADK), establishing production-grade foundations for multi-agent workflows and advanced dynamic agent collaboration.

Core Architecture Highlights
Multi-Agent Workflow Engine
  • Flexible Execution Graphs: Establishes a model-agnostic engine for orchestrating non-linear, conditional, and cyclical agent execution patterns.
  • Intelligent Task Delegation: Introduces modular workflow abstractions enabling parallel sub-agent workers, nested hierarchical team structures, and resilient dynamic scheduling across complex task execution steps.
Dynamic Agent Collaboration
  • Native Inter-Agent Routing: Provides seamless orchestration for inter-agent messaging, control state handoffs, and context variable propagation across collaborative multi-agent flows.

v1.34.2: Release 1.34.2

Compare Source

Bug Fixes
  • Fix bug where grounding metadata in Gemini 3.1 live was being silently discarded (9b6b9e9)
  • fix input and output transcription finished events for Gemini v3.1 (13763d7)
  • tools: Prevent session drop on MCP tool error (1fd406b)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner May 19, 2026 19:24
@dpebot

dpebot commented May 19, 2026

Copy link
Copy Markdown

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf Bot added the tests: run Label to trigger Github Action tests. label May 19, 2026
@github-actions github-actions Bot removed the tests: run Label to trigger Github Action tests. label May 19, 2026
@renovate-bot renovate-bot force-pushed the renovate/google-adk-2.x branch from 15ca0b8 to ef9fcde Compare May 23, 2026 00:40
@dpebot

dpebot commented May 23, 2026

Copy link
Copy Markdown

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf Bot added the tests: run Label to trigger Github Action tests. label May 23, 2026
@github-actions github-actions Bot removed the tests: run Label to trigger Github Action tests. label May 23, 2026
@renovate-bot renovate-bot force-pushed the renovate/google-adk-2.x branch from ef9fcde to a189e85 Compare May 29, 2026 13:35
@dpebot

dpebot commented May 29, 2026

Copy link
Copy Markdown

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf Bot added the tests: run Label to trigger Github Action tests. label May 29, 2026
@github-actions github-actions Bot removed the tests: run Label to trigger Github Action tests. label May 29, 2026
@renovate-bot renovate-bot force-pushed the renovate/google-adk-2.x branch from a189e85 to e324213 Compare June 5, 2026 02:01
@dpebot

dpebot commented Jun 5, 2026

Copy link
Copy Markdown

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf Bot added the tests: run Label to trigger Github Action tests. label Jun 5, 2026
@github-actions github-actions Bot removed the tests: run Label to trigger Github Action tests. label Jun 5, 2026
@dishaprakash dishaprakash added the priority: p2 Moderately-important priority. Fix may not be included in next release. label Jun 9, 2026
@anubhav756 anubhav756 force-pushed the renovate/google-adk-2.x branch from e324213 to afaa9c4 Compare June 11, 2026 10:03
@dpebot

dpebot commented Jun 11, 2026

Copy link
Copy Markdown

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf Bot added the tests: run Label to trigger Github Action tests. label Jun 11, 2026
@github-actions github-actions Bot removed the tests: run Label to trigger Github Action tests. label Jun 11, 2026
@anubhav756

Copy link
Copy Markdown
Contributor

/gcbrun

@anubhav756 anubhav756 removed their assignment Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority: p2 Moderately-important priority. Fix may not be included in next release.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants