Skip to content

bump(deps-dev): bump google-adk from 1.4.1 to 1.6.1#65

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2025

Copy link
Copy Markdown
Contributor

Bumps google-adk from 1.4.1 to 1.6.1.

Release notes

Sourced from google-adk's releases.

Release 1.6.1

1.6.1 (2025-07-09)

Features

  • Add A2A support as experimental features f0183a9

    • Install google-adk with a2a extra: pip install google-adk[a2a]
    • Users can serve agents as A2A agent with --a2a option for adk web and adk api_server
    • Users can run a remote A2A agent with RemoteA2AAgent class
    • Three A2A agent samples are added:
      • contributing/samples/a2a_basic
      • contributing/samples/a2a_auth
      • contributing/samples/a2a_human_in_loop
  • Support agent hot reload.e545e5a Users can add --reload_agents flag to adk web and adk api_server command to reload agents automatically when new changes are detected.

  • Eval features

    • Implement auto rater-based evaluator for responses 75699fb
    • Add Safety evaluator metric 0bd05df
    • Add BaseEvalService declaration and surrounding data models b0d88bf
  • Minor features

    • Add custom_metadata to VertexAiSessionService when adding events a021222
    • Support protected write in BigQuery execute_sql tool dc43d51
    • Added clone() method to BaseAgent to allow users to create copies of an agent [d263afd] (google/adk-python@d263afd)

Bug Fixes

  • Support project-based gemini model path to use enterprise_web_search_tool e33161b
  • Use inspect.signature() instead of typing.get_type_hints for examining function signatures4ca77bc
  • Replace Event ID generation with UUID4 to prevent SQLite integrity constraint failures e437c7a
  • Remove duplicate options from adk deploy 3fa2ea7
  • Fix scenario where a user can access another users events given the same session id 362fb3f
  • Handle unexpected 'parameters' argument in FunctionTool.run_async 0959b06
  • Make sure each partial event has different timestamp 17d6042
  • Avoid pydantic.ValidationError when the model stream returns empty final chunk 9b75e24
  • Fix google_search_tool.py to support updated Gemini LIVE model naming 77b869f
  • Adding detailed information on each metric evaluation 04de3e1
  • Converts litellm generate config err 3901fad
  • Save output in state via output_key only when the event is authored by current agent 20279d9
  • Treat SQLite database update time as UTC for session's last update time 3f621ae
  • Raise ValueError when sessionId and userId are incorrect combination(#1653) 4e765ae
  • Support API-Key for MCP Tool authentication 045aea9
  • Lock LangGraph version to <= 0.4.10 9029b8a
  • Update the retry logic of create session polling 3d2f13c

Chores

... (truncated)

Changelog

Sourced from google-adk's changelog.

1.6.1 (2025-07-09)

Features

  • Add A2A support as experimental features f0183a9

    • Install google-adk with a2a extra: pip install google-adk[a2a]
    • Users can serve agents as A2A agent with --a2a option for adk web and adk api_server
    • Users can run a remote A2A agent with RemoteA2AAgent class
    • Three A2A agent samples are added:
      • contributing/samples/a2a_basic
      • contributing/samples/a2a_auth
      • contributing/samples/a2a_human_in_loop
  • Support agent hot reload.e545e5a Users can add --reload_agents flag to adk web and adk api_server command to reload agents automatically when new changes are detected.

  • Eval features

    • Implement auto rater-based evaluator for responses 75699fb
    • Add Safety evaluator metric 0bd05df
    • Add BaseEvalService declaration and surrounding data models b0d88bf
  • Minor features

    • Add custom_metadata to VertexAiSessionService when adding events a021222
    • Support protected write in BigQuery execute_sql tool dc43d51
    • Added clone() method to BaseAgent to allow users to create copies of an agent [d263afd] (google/adk-python@d263afd)

Bug Fixes

  • Support project-based gemini model path to use enterprise_web_search_tool e33161b
  • Use inspect.signature() instead of typing.get_type_hints for examining function signatures4ca77bc
  • Replace Event ID generation with UUID4 to prevent SQLite integrity constraint failures e437c7a
  • Remove duplicate options from adk deploy 3fa2ea7
  • Fix scenario where a user can access another users events given the same session id 362fb3f
  • Handle unexpected 'parameters' argument in FunctionTool.run_async 0959b06
  • Make sure each partial event has different timestamp 17d6042
  • Avoid pydantic.ValidationError when the model stream returns empty final chunk 9b75e24
  • Fix google_search_tool.py to support updated Gemini LIVE model naming 77b869f
  • Adding detailed information on each metric evaluation 04de3e1
  • Converts litellm generate config err 3901fad
  • Save output in state via output_key only when the event is authored by current agent 20279d9
  • Treat SQLite database update time as UTC for session's last update time 3f621ae
  • Raise ValueError when sessionId and userId are incorrect combination(#1653) 4e765ae
  • Support API-Key for MCP Tool authentication 045aea9
  • Lock LangGraph version to <= 0.4.10 9029b8a
  • Update the retry logic of create session polling 3d2f13c

Chores

... (truncated)

Commits
  • da34692 chore: Release 1.6.0
  • d263afd feat: add agent.clone() method
  • c85330e fix: Fix view eval case
  • adef7b2 feat: Create PR agent for ADK github repo
  • 18cd384 chore: update adk web
  • e545e5a feat: Allow user to edit agent files/directories and apply changes without re...
  • e33161b fix: Support project-based gemini model path to use enterprise_web_search_tool
  • b5d9f8f chore: Update gemini model to 2.0 for a2a samples
  • 75699fb feat: Implement auto rater-based evaluator for responses
  • 45d60a1 refactor: extract mcp client creation logic to a separate method
  • 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.6.1.
- [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.6.1)

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

codecov Bot commented Jul 10, 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 Jul 17, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #70.

@dependabot dependabot Bot closed this Jul 17, 2025
@dependabot dependabot Bot deleted the dependabot/pip/main/google-adk-1.6.1 branch July 17, 2025 20:52
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