Skip to content

bump(deps-dev): bump google-adk from 1.4.1 to 1.11.0#91

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps google-adk from 1.4.1 to 1.11.0.

Release notes

Sourced from google-adk's releases.

v1.11.0

1.11.0 (2025-08-14)

Features

  • [Tools] Support adding prefix to tool names returned by toolset (ebd726f)
  • [Eval] Expose print_detailed_results param to AgentEvaluator.evaluate (7e08808)
  • [Tools] Add Spanner toolset (breaking change to BigQueryTool, consolidating into generic GoogleTool) (1fc8d20)
  • [Core] Support both output_schema and tools at the same time in LlmAgent(sample) (af63567)

Bug Fixes

  • A2A RPC URL got overriden by host and port param of adk api server (52284b1)
  • Aclose all async generators to fix OTel tracing context (a30c63c)
  • Use PreciseTimestamp for create and update time in database session service to improve precision (585141e)
  • Ignore AsyncGenerator return types in function declarations (e2518dc)
  • Make all subclass of BaseToolset to call parent constructor (8c65967)
  • Path parameter extraction for complex Google API endpoints (54680ed)
  • Docstring concatenation in 3.13 (88f759a)
  • Lazy load retrieval tools and prompt users to install extensions if import failed (9478a31)
  • Incorrect logic in LlmRequest.append_tools and make BaseTool to call it (b4ce3b1)
  • Creates an InMemoryMemoryService within the EvaluationGenerator (e4d54b6)
  • Uncomment OTel tracing in base_llm_flow.py (9cfe433)

Improvements

  • Added upper version bounds to dependencies in "pyproject.toml" (a74d334)
  • Update python-version in .github/workflows/python-unit-tests.yml to ["3.9", "3.10", "3.11", "3.12", "3.13"] (ddf2e21)
  • Update comment to reference "Streamable HTTP Client" (c52f956)
  • Remove logging that contains full event data from DatabaseSessionService (bb3735c)
  • Add the missing env variables in discussion_answering.yml (a09a5e6)
  • Add Gemini API docs as a new datastore for the ADK Answering Agent (5fba196)
  • Add the missing license header for some sample agents' files (7d2cb65)
  • Add docstring to clarify the behavior of preload memory tool (88114d7)
  • Add experimental messages for a2a related API (d0b3b5d)
  • Fixes generate_image sample (d674178)
  • Make all FastAPI endpoints async (7f12387)
  • Group FastAPI endpoints with tags (c323de5)
  • Allow implementations to skip defining a close method on Toolset (944e39e)
  • Add sample agent to test support of output_schema and tools at the same time for gemini model (f2005a2)
  • Add Github workflow config for uploading ADK docs to knowledge store (5900273)
  • Update ADK Answering agent to reference doc site instead of adk-docs repo (b5a8bad)

Documentation

  • Fixes tool_functions, which is a config-based sample for using tools (c5af44c)
  • Add workflow_triage sample for multi-agent request orchestration (e295feb)
  • Add examples for config agents (d87feb8)
  • Adds pypi badge to README.md (dc26aad)
  • Update StreamableHTTPConnectionParams docstring to remove SSE references (8f937b5)

... (truncated)

Changelog

Sourced from google-adk's changelog.

1.11.0 (2025-08-14)

Features

  • [Tools] Support adding prefix to tool names returned by toolset (ebd726f)
  • [Eval] Expose print_detailed_results param to AgentEvaluator.evaluate (7e08808)
  • [Tools] Add Spanner toolset (breaking change to BigQueryTool, consolidating into generic GoogleTool) (1fc8d20)
  • [Core] Support both output_schema and tools at the same time in LlmAgent(sample) (af63567)

Bug Fixes

  • A2A RPC URL got overriden by host and port param of adk api server (52284b1)
  • Aclose all async generators to fix OTel tracing context (a30c63c)
  • Use PreciseTimestamp for create and update time in database session service to improve precision (585141e)
  • Ignore AsyncGenerator return types in function declarations (e2518dc)
  • Make all subclass of BaseToolset to call parent constructor (8c65967)
  • Path parameter extraction for complex Google API endpoints (54680ed)
  • Docstring concatenation in 3.13 (88f759a)
  • Lazy load retrieval tools and prompt users to install extensions if import failed (9478a31)
  • Incorrect logic in LlmRequest.append_tools and make BaseTool to call it (b4ce3b1)
  • Creates an InMemoryMemoryService within the EvaluationGenerator (e4d54b6)
  • Uncomment OTel tracing in base_llm_flow.py (9cfe433)

Improvements

  • Added upper version bounds to dependencies in "pyproject.toml" (a74d334)
  • Update python-version in .github/workflows/python-unit-tests.yml to ["3.9", "3.10", "3.11", "3.12", "3.13"] (ddf2e21)
  • Update comment to reference "Streamable HTTP Client" (c52f956)
  • Remove logging that contains full event data from DatabaseSessionService (bb3735c)
  • Add the missing env variables in discussion_answering.yml (a09a5e6)
  • Add Gemini API docs as a new datastore for the ADK Answering Agent (5fba196)
  • Add the missing license header for some sample agents' files (7d2cb65)
  • Add docstring to clarify the behavior of preload memory tool (88114d7)
  • Add experimental messages for a2a related API (d0b3b5d)
  • Fixes generate_image sample (d674178)
  • Make all FastAPI endpoints async (7f12387)
  • Group FastAPI endpoints with tags (c323de5)
  • Allow implementations to skip defining a close method on Toolset (944e39e)
  • Add sample agent to test support of output_schema and tools at the same time for gemini model (f2005a2)
  • Add Github workflow config for uploading ADK docs to knowledge store (5900273)
  • Update ADK Answering agent to reference doc site instead of adk-docs repo (b5a8bad)

Documentation

  • Fixes tool_functions, which is a config-based sample for using tools (c5af44c)
  • Add workflow_triage sample for multi-agent request orchestration (e295feb)
  • Add examples for config agents (d87feb8)
  • Adds pypi badge to README.md (dc26aad)
  • Update StreamableHTTPConnectionParams docstring to remove SSE references (8f937b5)

... (truncated)

Commits
  • c805942 chore: add contributing spanner sample
  • e63e2a7 fix: add the missing required tool parameters for Anthropic models
  • 9ba8eec feat(tracing): Adds more OpenTelemetry convention attributes: gen_ai.request....
  • 9cfe433 fix: Uncomment OTel tracing in base_llm_flow.py
  • 52284b1 fix: A2A RPC URL got overriden by host and port param of adk api server
  • a74d334 chore: Added upper version bounds to dependencies in "pyproject.toml"
  • ddf2e21 chore: Update python-version in .github/workflows/python-unit-tests.yml to ["...
  • a30c63c fix: aclose all async generators to fix OTel tracing context
  • c5af44c docs(config): Fixes tool_functions, which is a config-based sample for using ...
  • c52f956 chore: Update comment to reference "Streamable HTTP Client"
  • 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.11.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.11.0)

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

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

Copy link
Copy Markdown
Contributor Author

Superseded by #96.

@dependabot dependabot Bot closed this Aug 21, 2025
@dependabot dependabot Bot deleted the dependabot/pip/main/google-adk-1.11.0 branch August 21, 2025 21:16
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