Skip to content

bump(deps-dev): bump google-adk from 1.4.1 to 1.10.0#85

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps google-adk from 1.4.1 to 1.10.0.

Release notes

Sourced from google-adk's releases.

v1.10.0

1.10.0 (2025-08-07)

Features

  • [Live] Implement Live Session Resumption (71fbc92)
  • [Tool] Support parallel execution of parallel function calls (57cd41f)
  • [Tool] Create enterprise_web_search_tool as a tool instance (0e28d64)
  • [Models] Allow max tokens to be customizable in Claude (7556ebc)

Bug Fixes

  • Fix shared default plugin manager and cost manager instances among multiple invocations (423542a)
  • Correct the type annotation in anthropic_llm implementation (97318bc)
  • Fix adk deploy cloud_run cli, which was broken in v1.9.0 (e41dbcc)
  • Remove thoughts from contents in llm requests from history contents (d620bcb)
  • Annotate response type as None for transfer_to_agent tool (86a4487)
  • Fix incompatible a2a sdk changes (faadef1)
  • Fix adk cli options and method parameters mismatching (8ef2177)

Improvements

  • Add Github workflow config for the ADK Answering agent (8dc0c94)
  • Import AGENT_CARD_WELL_KNOWN_PATH from adk instead of from a2a directly (37dae9b)
  • Make LlmRequest.LiveConnectConfig field default to a factory (74589a1)
  • Update the prompt to make the ADK Answering Agent more objective (2833030)
  • Add sample agent for testing parallel functions execution (90b9193)
  • Hide the ask_data_insights tool until the API is publicly available (bead607)
  • Change LlmRequest.config's default value to be types.GenerateContentConfig() (041f04e)
  • Prevent triggering of _load_from_yaml_config in AgentLoader (db975df)

Documentation

v1.9.0

1.9.0 (2025-07-31)

Features

  • [CLI] Add -v, --verbose flag to enable DEBUG logging as a shortcut for --log_level DEBUG (3be0882)
  • [CLI] Add a CLI option to update an agent engine instance (206a132)
  • [CLI] Modularize fast_api.py to allow simpler construction of API Server (bfc203a, dfc25c1, e176f03)
  • [CLI] Refactor AgentLoader into base class and add InMemory impl alongside existing filesystem impl (bda3df2)
  • [CLI] Respect the .ae_ignore file when deploying to agent engine (f29ab5d)
  • [Core] Add new callbacks to handle tool and model errors (00afaaf)
  • [Core] Add sample plugin for logging (20537e8)
  • [Core] Expose Gemini RetryOptions to client (1639298)
  • [Evals] Added an Fast API new endpoint to serve eval metric info (c69dcf8)

... (truncated)

Changelog

Sourced from google-adk's changelog.

1.10.0 (2025-08-07)

Features

  • [Live] Implement Live Session Resumption (71fbc92)
  • [Tool] Support parallel execution of parallel function calls (57cd41f)
  • [Models] Allow max tokens to be customizable in Claude (7556ebc)
  • [Tool] Create enterprise_web_search_tool as a tool instance (0e28d64)

Bug Fixes

  • Fix shared default plugin manager and cost manager instances among multiple invocations (423542a)
  • Correct the type annotation in anthropic_llm implementation (97318bc)
  • Fix adk deploy cloud_run cli, which was broken in v1.9.0 (e41dbcc)
  • Remove thoughts from contents in llm requests from history contents (d620bcb)
  • Annotate response type as None for transfer_to_agent tool (86a4487)
  • Fix incompatible a2a sdk changes (faadef1)
  • Fix adk cli options and method parameters mismatching (8ef2177)

Improvements

  • Add Github workflow config for the ADK Answering agent (8dc0c94)
  • Import AGENT_CARD_WELL_KNOWN_PATH from adk instead of from a2a directly (37dae9b)
  • Make LlmRequest.LiveConnectConfig field default to a factory (74589a1)
  • Update the prompt to make the ADK Answering Agent more objective (2833030)
  • Add sample agent for testing parallel functions execution (90b9193)
  • Hide the ask_data_insights tool until the API is publicly available (bead607)
  • Change LlmRequest.config's default value to be types.GenerateContentConfig() (041f04e)
  • Prevent triggering of _load_from_yaml_config in AgentLoader (db975df)

Documentation

1.9.0 (2025-07-31)

Features

  • [CLI] Add -v, --verbose flag to enable DEBUG logging as a shortcut for --log_level DEBUG (3be0882)
  • [CLI] Add a CLI option to update an agent engine instance (206a132)
  • [CLI] Modularize fast_api.py to allow simpler construction of API Server (bfc203a, dfc25c1, e176f03)
  • [CLI] Refactor AgentLoader into base class and add InMemory impl alongside existing filesystem impl (bda3df2)
  • [CLI] Respect the .ae_ignore file when deploying to agent engine (f29ab5d)
  • [Core] Add new callbacks to handle tool and model errors (00afaaf)
  • [Core] Add sample plugin for logging (20537e8)
  • [Core] Expose Gemini RetryOptions to client (1639298)
  • [Evals] Added an Fast API new endpoint to serve eval metric info (c69dcf8)
  • [Evals] Refactored AgentEvaluator and updated it to use LocalEvalService (1355bd6)

... (truncated)

Commits
  • 20c30d5 chore: Bump version number to 1.10.0
  • 83e5df7 fix: Set the agent_framework when initializing module-based agent engine
  • 25b2806 fix: accommodate for open api schema that do not have any 'properties'
  • f6a022c chore: only run ADK Answering Agent automatically when Q&A discussion is created
  • e0a8355 chore(config): add the public URL of JSON schema file to template
  • d9ce2e6 feat(config): implement config and from_config for MCPToolset
  • dc193f7 fix(config): fix adk create --type=config
  • 6277dae chore: add a disclaimer for the response from the answering agent
  • ef83701 refactor(config): move BaseToolConfig to a separate file
  • 54cc849 feat: Add metadata field to ADK BaseTool
  • 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.10.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.10.0)

---
updated-dependencies:
- dependency-name: google-adk
  dependency-version: 1.10.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 7, 2025
@codecov

codecov Bot commented Aug 7, 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 Aug 15, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #91.

@dependabot dependabot Bot closed this Aug 15, 2025
@dependabot dependabot Bot deleted the dependabot/pip/main/google-adk-1.10.0 branch August 15, 2025 20:53
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