Skip to content

bump(deps-dev): bump google-adk from 1.4.1 to 1.13.0#100

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/google-adk-1.13.0
Closed

bump(deps-dev): bump google-adk from 1.4.1 to 1.13.0#100
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/google-adk-1.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2025

Copy link
Copy Markdown
Contributor

Bumps google-adk from 1.4.1 to 1.13.0.

Release notes

Sourced from google-adk's releases.

Release 1.13.0

1.13.0 (2025-08-27)

Features

  • [Tools] Add the ask_data_insights tool for natural language queries on BigQuery data 47b88d2

Bug Fixes

  • Add the missing from_config class method in BaseToolset 2dd432c
  • Change LlmResponse to use Content for transcriptions 3b997a0
  • AgentTool returns last content, instead of the content in the last event bcf0dda
  • Fix adk deploy docker file permission ad81aa5
  • Updating BaseAgent.clone() and LlmAgent.clone() to properly clone fields that are lists 29bb75f
  • Make tool description for bigquery execute_sql for various write modes self contained 167182b
  • Set invocation_id and branch for event generated when both output_schema and tools are used 3f3aa7b
  • Rework parallel_agent.py to always aclose async generators 826f554
  • Add table metadata info into Spanner tool get_table_schema and fix the key usage info 81a53b5
  • Fix Spanner DatabaseSessionService support 54ed079
  • Add support for required params c144b53
  • Replaced hard coded value for user_id to the value from the tool context from parent agent. 0b89f18

Improvements

  • Allow user to specify protocol for A2A RPC URL in to_a2a utility 157f731
  • Passthrough extra args for adk deploy cloud_run as Cloud Run args 6806dea
  • Renames MCPTool and MCPToolset to McpTool and McpToolset 4c70606
  • Ignore hidden files in autoformat.sh 0eb65c0

Documentation

  • Clean up docs in sample a360bc2
  • Fixes root_agent.yaml in tool_mcp_stdio_notion_config for Agent Config sample and add README.md 2c088ac
  • Add What's new section to README.md ccab076

Release 1.12.0

Features

[Agent Config] 🌟 NEW FEATURE: Support using config file (YAML) to author agents in addition to python code. See the documentation for details.

  • [Agent Config] Support deploying config agent to Agent Engine in CLI (b3b7003)
  • [Tools] Add a dedicated Bigtable toolset to provide an easier, integrated way to interact with Bigtable for building AI Agent applications(experimental feature) (a953807)
  • [Tools] Support custom tool_name_prefix in auto-generated GoogleApiToolset (a2832d5) See oauth_calendar_agent as an example.
  • [CLI] Add build_image option for adk deploy cloud_run CLI (c843503)
  • [Services] Add setdefault method to the ADK State object (77ed1f5)

Bug Fixes

  • Lazy load VertexAiCodeExecutor and ContainerCodeExecutor (018db79)

... (truncated)

Changelog

Sourced from google-adk's changelog.

1.13.0 (2025-08-27)

Features

  • [Tools] Add the ask_data_insights tool for natural language queries on BigQuery data 47b88d2

Bug Fixes

  • Add the missing from_config class method in BaseToolset 2dd432c
  • Change LlmResponse to use Content for transcriptions 3b997a0
  • AgentTool returns last content, instead of the content in the last event bcf0dda
  • Fix adk deploy docker file permission ad81aa5
  • Updating BaseAgent.clone() and LlmAgent.clone() to properly clone fields that are lists 29bb75f
  • Make tool description for bigquery execute_sql for various write modes self contained 167182b
  • Set invocation_id and branch for event generated when both output_schema and tools are used 3f3aa7b
  • Rework parallel_agent.py to always aclose async generators 826f554
  • Add table metadata info into Spanner tool get_table_schema and fix the key usage info 81a53b5
  • Fix Spanner DatabaseSessionService support 54ed079
  • Add support for required params c144b53
  • Replaced hard coded value for user_id to the value from the tool context from parent agent. 0b89f18

Improvements

  • Allow user to specify protocol for A2A RPC URL in to_a2a utility 157f731
  • Passthrough extra args for adk deploy cloud_run as Cloud Run args 6806dea
  • Renames MCPTool and MCPToolset to McpTool and McpToolset 4c70606
  • Ignore hidden files in autoformat.sh 0eb65c0

Documentation

  • Clean up docs in sample a360bc2
  • Fixes root_agent.yaml in tool_mcp_stdio_notion_config for Agent Config sample and add README.md 2c088ac
  • Add What's new section to README.md ccab076

1.12.0 (2025-08-21)

Features

[Agent Config] 🌟 NEW FEATURE: Support using config file (YAML) to author agents in addition to python code. See the documentation for details.

  • [Agent Config] Support deploying config agent to Agent Engine in CLI (b3b7003)
  • [Tools] Add a dedicated Bigtable toolset to provide an easier, integrated way to interact with Bigtable for building AI Agent applications(experimental feature) (a953807)
  • [Tools] Support custom tool_name_prefix in auto-generated GoogleApiToolset (a2832d5) See oauth_calendar_agent as an example.
  • [CLI] Add build_image option for adk deploy cloud_run CLI (c843503)
  • [Services] Add setdefault method to the ADK State object (77ed1f5)

Bug Fixes

  • Lazy load VertexAiCodeExecutor and ContainerCodeExecutor (018db79)

... (truncated)

Commits
  • 69eb2b5 feat: Add --agent_engine_config_file option to adk deploy agent_engine
  • 2dd432c fix: add the missing from_config class method in BaseToolset
  • 3b997a0 fix: change LlmResponse to use Content for transcriptions
  • bcf0dda fix: AgentTool returns last content, instead of the content in the last event
  • 4c70606 chore: Renames MCPTool and MCPToolset to McpTool and McpToolset
  • 216cb7a fix: Update routes for run_eval, get_eval_result, list_eval_results and...
  • ad81aa5 fix: Fix adk deploy docker file permission
  • 47b88d2 feat: Add the ask_data_insights tool for natural language queries on BigQuery...
  • 6806dea feat: passthrough extra args for adk deploy cloud_run as Cloud Run args
  • 2b2f0b5 chore: Fixes a2a tests for python 3.9
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.4.1 to 1.13.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.4.1...v1.13.0)

---
updated-dependencies:
- dependency-name: google-adk
  dependency-version: 1.13.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 Pull requests that update python code labels Aug 28, 2025
@codecov

codecov Bot commented Aug 28, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dependabot @github

dependabot Bot commented on behalf of github Sep 11, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #106.

@dependabot dependabot Bot closed this Sep 11, 2025
@dependabot dependabot Bot deleted the dependabot/pip/main/google-adk-1.13.0 branch September 11, 2025 20:22
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants