Skip to content

bump(deps-dev): bump google-adk from 1.4.1 to 1.5.0#57

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2025

Copy link
Copy Markdown
Contributor

Bumps google-adk from 1.4.1 to 1.5.0.

Release notes

Sourced from google-adk's releases.

v1.5.0

1.5.0 (2025-06-25)

Features

  • Add a new option eval_storage_uri in adk web & adk eval to specify GCS bucket to store eval data (fa025d7)
  • Add ADK examples for litellm with add_function_to_prompt (f33e090)
  • Add implementation of VertexAiMemoryBankService and support in FastAPI endpoint (abc89d2)
  • Add rouge_score library to ADK eval dependencies, and implement RougeEvaluator that is computes ROUGE-1 for "response_match_score" metric (9597a44)
  • Add usage span attributes to telemetry (#356) (ea69c90)
  • Add Vertex Express mode compatibility for VertexAiSessionService (00cc8cd)

Bug Fixes

  • Include current turn context when include_contents='none' (9e473e0)
  • Make LiteLLM streaming truly asynchronous (bd67e84)
  • Make raw_auth_credential and exchanged_auth_credential optional given their default value is None (acbdca0)
  • Minor typo fix in the agent instruction (ef3c745)
  • Typo fix in sample agent instruction (ef3c745)
  • Update contributing links (a1e1441)
  • Use starred tuple unpacking on GCS artifact blob names (3b1d9a8)

Chore

  • Do not send api request when session does not have events (88a4402)
  • Leverage official uv action for install(09f1269)
  • Update google-genai package and related deps to latest(ed7a21e)
  • Add credential service backed by session state(29cd183)
  • Clarify the behavior of Event.invocation_id(f033e40)
  • Send user message to the agent that returned a corresponding function call if user message is a function response(7c670f6)
  • Add request converter to convert a2a request to ADK request(fb13963)
  • Support allow_origins in cloud_run deployment (2fd8feb)

v1.4.2

1.4.2 (2025-06-20)

Bug Fixes

  • Add type checking to handle different response type of genai API client (4d72d31)
    • This fixes the broken VertexAiSessionService
  • Allow more credentials types for BigQuery tools (2f716ad)
Changelog

Sourced from google-adk's changelog.

1.5.0 (2025-06-25)

Features

  • Add a new option eval_storage_uri in adk web & adk eval to specify GCS bucket to store eval data (fa025d7)
  • Add ADK examples for litellm with add_function_to_prompt (f33e090)
  • Add implementation of VertexAiMemoryBankService and support in FastAPI endpoint (abc89d2)
  • Add rouge_score library to ADK eval dependencies, and implement RougeEvaluator that is computes ROUGE-1 for "response_match_score" metric (9597a44)
  • Add usage span attributes to telemetry (#356) (ea69c90)
  • Add Vertex Express mode compatibility for VertexAiSessionService (00cc8cd)

Bug Fixes

  • Include current turn context when include_contents='none' (9e473e0)
  • Make LiteLLM streaming truly asynchronous (bd67e84)
  • Make raw_auth_credential and exchanged_auth_credential optional given their default value is None (acbdca0)
  • Minor typo fix in the agent instruction (ef3c745)
  • Typo fix in sample agent instruction (ef3c745)
  • Update contributing links (a1e1441)
  • Use starred tuple unpacking on GCS artifact blob names (3b1d9a8)

Chore

  • Do not send api request when session does not have events (88a4402)
  • Leverage official uv action for install(09f1269)
  • Update google-genai package and related deps to latest(ed7a21e)
  • Add credential service backed by session state(29cd183)
  • Clarify the behavior of Event.invocation_id(f033e40)
  • Send user message to the agent that returned a corresponding function call if user message is a function response(7c670f6)
  • Add request converter to convert a2a request to ADK request(fb13963)
  • Support allow_origins in cloud_run deployment (2fd8feb)

1.4.2 (2025-06-20)

Bug Fixes

  • Add type checking to handle different response type of genai API client (4d72d31)
    • This fixes the broken VertexAiSessionService
  • Allow more credentials types for BigQuery tools (2f716ad)
Commits
  • 832a633 chore: Enhance a2a part converters
  • 738d1a8 chore: create an agent to check issue format and content for bugs and feature...
  • 5306dda chore: Release 1.5.0
  • a623467 chore: Enhance a2a context id parsing and construction logic
  • f54b9b6 chore: Add unit tests for contents.py
  • 6729edd refactor: Rename the Google API based bigquery sample agent
  • 917a8a1 chore: Adapt oauth calendar agent to use authenticated tool
  • ef3c745 fix: typo fix in sample agent instruction
  • 88a4402 chore: Do not send api request when session does not have events
  • 09f1269 ci(tests): leverage official uv action for install
  • 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.5.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.5.0)

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

codecov Bot commented Jun 25, 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 10, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #65.

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