Skip to content

bump(deps-dev): bump google-adk from 1.4.1 to 1.7.0#70

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps google-adk from 1.4.1 to 1.7.0.

Release notes

Sourced from google-adk's releases.

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
  • Support project-based gemini model path for BuiltInCodeExecutor and all built-in tools a5d6f1e
  • Add instruction in long running tool description to avoid being invoked again by model 62a6119
  • [A2A] Import A2A well known path from A2A sdk a6716a5
  • Fix the long running function response event merge logic 134ec0d
  • [A2A] Return final task result in task artifact instead of status message a8fcc1b
  • Make InMemoryMemoryService thread-safe 10197db

Improvements

  • Improve partial event handling and streaming aggregation 584c8c6

Documentation

  • Update agent transfer related doc string and comments b1fa383
  • Update doc string for GcsArtifactService 498ce90

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

... (truncated)

Changelog

Sourced from google-adk's changelog.

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
  • Add instruction in long running tool description to avoid being invoked again by model 62a6119
  • [A2A] Import A2A well known path from A2A sdk a6716a5
  • Fix the long running function response event merge logic 134ec0d
  • [A2A] Return final task result in task artifact instead of status message a8fcc1b
  • Make InMemoryMemoryService thread-safe 10197db

Improvements

  • Improve partial event handling and streaming aggregation 584c8c6

Documentation

  • Update agent transfer related doc string and comments b1fa383
  • Update doc string for GcsArtifactService 498ce90

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

... (truncated)

Commits
  • 2f6ab08 chore: Release 1.7.0
  • 7415f2c feat: Add tool callback chaining support for live streaming
  • 6071b34 feat: Implement Activity Start and End signals in LiveRequestQueue and BaseLL...
  • b89aac9 ADK changes
  • 3f9f773 feat: Add ability to send state change with message
  • 7e87628 chore: update adk-web
  • a4cbbf3 feat: Add ability to send state change with message
  • b977d12 refactor: Add save_credential and load_credential in callback context for dev...
  • b1fa383 docs: Update agent transfer related doc string and comments
  • 1a75848 refactor: Use CallbackContext in credential service for saving/loading creden...
  • 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.7.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.7.0)

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

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

Copy link
Copy Markdown
Contributor Author

Superseded by #75.

@dependabot dependabot Bot closed this Jul 24, 2025
@dependabot dependabot Bot deleted the dependabot/pip/main/google-adk-1.7.0 branch July 24, 2025 21:07
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