Skip to content

bump(deps-dev): bump google-adk from 1.4.1 to 1.14.1#109

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps google-adk from 1.4.1 to 1.14.1.

Release notes

Sourced from google-adk's releases.

Release 1.14.1

1.14.1 (2025-09-14)

Bug Fixes

  • Fix logging issues with RemoteA2aAgent 0c1f1fa

Release 1.14.0

1.14.0 (2025-09-10)

Features

  • [A2A]
    • Allow users to pass their own agent card to to_a2a method a1679da
    • Allow custom part converters in A2A classes b05fef9
  • [Tools]
    • Allow setting agent/application name and compute project for BigQuery tools 11a2ffe
    • Add BigQuery forecast tool 0935a40
    • Add GkeCodeExecutor for sandboxed code execution on GKE 72ff9c6
    • Add a tool confirmation flow that can guard tool execution with explicit confirmation and custom input a17bcbb
    • Add audience and prompt as configurable for OAuth flows edda922
    • Allow user specify embedding model for file retrieval 67f23df
  • [Core]
    • Allow all possible values for agent_class field in all Agent Configs 3bc2d77
    • Allow agent loader to load built-in agents from special directories in adk folder 578fad7
    • Upgrade ADK runner to use App in addition to root_agent 4df79dd
    • Allow inject artifact into instructions bb4cfde
  • [Misc] Create an initial ADK release analyzer agent to find the doc updates needed between releases e3422c6

Bug Fixes

  • Add custom_metadata to DatabaseSessionService fb009d8
    • NOTE: This requires DB migration, run ALTER TABLE events ADD COLUMN custom_metadata JSON; to migrate existing database tables.
  • Add a NOTE to agent transfer instructions listing available agents 43eec82
  • Fix pagination of list_sessions in VertexAiSessionService e63fe0c
  • Fix AttributeError and indentation in parameter processing of LiteLlm 1e23652
  • Allow AgentTool to inherit/use plugins from its invocation context when running 1979dcf
  • Enforce foreign key constraint for SQLite DB 0c87907
  • Add back installing requirements.txt to Dockerfile template for cloud run 8e43f0d
  • Only process the auth responses in the last event with content (if applicable i.e. it's authored by user) 3b922a2
  • Extract a utility for aggregating partial streaming responses and emitting LlmResponses for them as needed 7975e8e
  • Support saving text artifacts in GCS artifact service cecf7e8
  • Fixes thought handling in contents.py and refactors its unit tests a30851e
  • Fixes the thought field handling in _planning.py fe8b37b
  • Pass state_delta to runner in /run endpoint a3410fa
  • Fix discussion answering github action workflow to escape the quote in the discussion content JSON 43c9681
  • Send full MIME types for image/video/pdf in get_content e45c3be
  • Fix flaky unit tests: tests/unittests/flows/llm_flows/test_functions_simple.py b92b288
  • Make UT of a2a consistent about how tests should be skipped when python verison < 3.10 98b0426

... (truncated)

Changelog

Sourced from google-adk's changelog.

1.14.1 (2025-09-12)

Bug Fixes

  • Fix logging issues with RemoteA2aAgent 0c1f1fa

1.14.0 (2025-09-10)

Features

  • [A2A]
    • Allow users to pass their own agent card to to_a2a method a1679da
    • Allow custom part converters in A2A classes b05fef9
  • [Tools]
    • Allow setting agent/application name and compute project for BigQuery tools 11a2ffe
    • Add BigQuery forecast tool 0935a40
    • Add GkeCodeExecutor for sandboxed code execution on GKE 72ff9c6
    • Add a tool confirmation flow that can guard tool execution with explicit confirmation and custom input a17bcbb
    • Add audience and prompt as configurable for OAuth flows edda922
    • Allow user specify embedding model for file retrieval 67f23df
  • [Core]
    • Allow all possible values for agent_class field in all Agent Configs 3bc2d77
    • Allow agent loader to load built-in agents from special directories in adk folder 578fad7
    • Upgrade ADK runner to use App in addition to root_agent 4df79dd
    • Allow inject artifact into instructions bb4cfde
  • [Misc] Create an initial ADK release analyzer agent to find the doc updates needed between releases e3422c6

Bug Fixes

  • Add a NOTE to agent transfer instructions listing available agents 43eec82
  • Fix pagination of list_sessions in VertexAiSessionService e63fe0c
  • Fix AttributeError and indentation in parameter processing of LiteLlm 1e23652
  • Allow AgentTool to inherit/use plugins from its invocation context when running 1979dcf
  • Enforce foreign key constraint for SQLite DB 0c87907
  • Add back installing requirements.txt to Dockerfile template for cloud run 8e43f0d
  • Only process the auth responses in the last event with content (if applicable i.e. it's authored by user) 3b922a2
  • Extract a utility for aggregating partial streaming responses and emitting LlmResponses for them as needed 7975e8e
  • Support saving text artifacts in GCS artifact service cecf7e8
  • Fixes thought handling in contents.py and refactors its unit tests a30851e
  • Fixes the thought field handling in _planning.py fe8b37b
  • Pass state_delta to runner in /run endpoint a3410fa
  • Fix discussion answering github action workflow to escape the quote in the discussion content JSON 43c9681
  • Send full MIME types for image/video/pdf in get_content e45c3be
  • Fix flaky unit tests: tests/unittests/flows/llm_flows/test_functions_simple.py b92b288
  • Make UT of a2a consistent about how tests should be skipped when python verison < 3.10 98b0426

Improvements

  • Update contribution guide 8174a29
  • Skip PR triage for already triaged or Google-contributor PRs 78eea1a

... (truncated)

Commits
  • 6ab87da chore: Add back the request logging in RemoteA2aAgent given the logging was a...
  • b53e6e3 chore: bump version to 1.14.1 with a patch for A2A logging issue
  • c29d41f feat: add Spanner similarity_search tool
  • 0c1f1fa fix: Fix logging issues with RemoteA2aAgent
  • bb14800 fix: Filter out thought parts when saving agent output to state
  • 4c00b86 feat: Provide location config for BigQuery tools
  • b3b31a9 chore: add a main.py script for the ADK docs updater agent
  • 463dcee chore: specify the default sides for roll dice agent in bidi
  • 4f07228 chore: Move framework filled params to the end in the BigQuery forecast tool
  • c53c02f chore: add clientIdEnum for CA API usage tracking
  • 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.14.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.14.1)

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

codecov Bot commented Sep 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 Sep 26, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #113.

@dependabot dependabot Bot closed this Sep 26, 2025
@dependabot dependabot Bot deleted the dependabot/pip/main/google-adk-1.14.1 branch September 26, 2025 20:24
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