Skip to content

bump(deps-dev): bump google-adk from 1.4.1 to 1.8.0#75

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps google-adk from 1.4.1 to 1.8.0.

Release notes

Sourced from google-adk's releases.

v1.8.0

1.8.0 (2025-07-23)

Features

  • [Core]Add agent card builder (18f5bea)
  • [Core]Add an to_a2a util to convert adk agent to A2A ASGI application (a77d689)
  • [Core]Add camel case converter for agents (0e173d7)
  • [Evals]Use LocalEvalService to run all evals in cli and web (d1f182e)
  • [Evals]Enable FinalResponseMatchV2 metric as an experiment (36e45cd)
  • [Models]Add support for model-optimizer-* family of models in vertex (ffe2bdb)
  • [Services]Added a sample for History Management (67284fc)
  • [Services]Support passing fully qualified agent engine resource name when constructing session service and memory service ([2e77804](google/adk-python@2e778049d0a675e458f4e 35fe4104ca1298dbfcf))
  • [Tools]Add ComputerUseToolset (083dcb4)
  • [Tools]Allow toolset to process llm_request before tools returned by it (3643b4a)
  • [Tools]Support input/output schema by fully-qualified code reference (dfee06a)
  • [Tools]Enhance LangchainTool to accept more forms of functions (0ec69d0)

Bug Fixes

  • Attention: Logging level for some API requests and responses was moved from INFO to DEBUG (ff31f57)
    • Please set --log_level=DEBUG, if you are interested in having those API request and responses in logs.
  • Add buffer to the write file option (f2caf2e)
  • Allow current sub-agent to finish execution before exiting the loop agent due to a sub-agent's escalation. (2aab1cf)
  • Check that mean_score is a valid float value (65cb6d6)
  • Handle non-json-serializable values in the execute_sql tool (13ff009)
  • Raise NotFoundError in list_eval_sets function when app_name doesn't exist (b17d8b6)
  • Fixed serialization of tools with nested schema (53df35e)
  • Set response schema for function tools that returns None (33ac838)
  • Support path level parameters for open_api_spec_parser (6f01660)
  • Use correct type for actions parameter in ApplicationIntegrationToolset (ce7253f)
  • Use the same word extractor for query and event contents in InMemoryMemoryService (1c4c887)

Documentation

  • Fix missing toolbox-core dependency and improve installation guide (2486349)

v1.7.0

1.7.0 (2025-07-16)

Features

  • Add ability to send state change with message 3f9f773
  • [Eval] Support for persisting eval run results bab3be2
  • Introduce [Plugin]: Plugin is simply a class that packages these individual callback functions together for a broader purpose162228d

Bug Fixes

  • Create correct object for image and video content in litellm bf7745f

... (truncated)

Changelog

Sourced from google-adk's changelog.

1.8.0 (2025-07-23)

Features

  • [Core]Add agent card builder (18f5bea)
  • [Core]Add an to_a2a util to convert adk agent to A2A ASGI application (a77d689)
  • [Core]Add camel case converter for agents (0e173d7)
  • [Evals]Use LocalEvalService to run all evals in cli and web (d1f182e)
  • [Evals]Enable FinalResponseMatchV2 metric as an experiment (36e45cd)
  • [Models]Add support for model-optimizer-* family of models in vertex (ffe2bdb)
  • [Services]Added a sample for History Management (67284fc)
  • [Services]Support passing fully qualified agent engine resource name when constructing session service and memory service ([2e77804](google/adk-python@2e778049d0a675e458f4e 35fe4104ca1298dbfcf))
  • [Tools]Add ComputerUseToolset (083dcb4)
  • [Tools]Allow toolset to process llm_request before tools returned by it (3643b4a)
  • [Tools]Support input/output schema by fully-qualified code reference (dfee06a)
  • [Tools]Enhance LangchainTool to accept more forms of functions (0ec69d0)

Bug Fixes

  • Attention: Logging level for some API requests and responses was moved from INFO to DEBUG (ff31f57)
    • Please set --log_level=DEBUG, if you are interested in having those API request and responses in logs.
  • Add buffer to the write file option (f2caf2e)
  • Allow current sub-agent to finish execution before exiting the loop agent due to a sub-agent's escalation. (2aab1cf)
  • Check that mean_score is a valid float value (65cb6d6)
  • Handle non-json-serializable values in the execute_sql tool (13ff009)
  • Raise NotFoundError in list_eval_sets function when app_name doesn't exist (b17d8b6)
  • Fixed serialization of tools with nested schema (53df35e)
  • Set response schema for function tools that returns None (33ac838)
  • Support path level parameters for open_api_spec_parser (6f01660)
  • Use correct type for actions parameter in ApplicationIntegrationToolset (ce7253f)
  • Use the same word extractor for query and event contents in InMemoryMemoryService (1c4c887)

Documentation

  • Fix missing toolbox-core dependency and improve installation guide (2486349)

1.7.0 (2025-07-16)

Features

  • Add ability to send state change with message 3f9f773
  • [Eval] Support for persisting eval run results bab3be2
  • Introduce [Plugin]: Plugin is simply a class that packages these individual callback functions together for a broader purpose162228d

Bug Fixes

  • Create correct object for image and video content in litellm bf7745f
  • Support project-based gemini model path for BuiltInCodeExecutor and all built-in tools a5d6f1e

... (truncated)

Commits
  • 4ae4c69 fix: ModuleNotFound error should be caught when dependencies of LocalEvalServ...
  • 32df937 chore: Update docstring for is_final_response method
  • 702e9bf chore: update adk web
  • ff31f57 fix: Move some API request and responses to DEBUG logging level
  • d4f01af fix(comment): fix comment to malicious user cannot obtain another user’s session
  • f46396f chore: Allow httpoptions override in VertexAiSessionService
  • 13ff009 fix: Handle non-json-serializable values in the execute_sql tool
  • 6cc3d9d chore: follow-up #946 to allow session db kwargs in fast api entrance
  • 083dcb4 feat: Add ComputerUseToolset
  • b2c2f1b chore: Add an a2a sample agent to demo running the a2a server via unvicorn co...
  • 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.8.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.8.0)

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

codecov Bot commented Jul 24, 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 1, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #82.

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