Skip to content

Update google-adk requirement from <1.33.0,>=1.32.0 to >=1.32.0,<1.34.0#11

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/google-adk-gte-1.32.0-and-lt-1.34.0
Open

Update google-adk requirement from <1.33.0,>=1.32.0 to >=1.32.0,<1.34.0#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/google-adk-gte-1.32.0-and-lt-1.34.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 10, 2026

Updates the requirements on google-adk to permit the latest version.

Release notes

Sourced from google-adk's releases.

v1.33.0

1.33.0 (2026-05-08)

Features

  • add BufferableSessionService (0bc767e)
  • apigee: allow injecting credentials into ApigeeLlm (ce578ff)
  • Make ADK environment tools truncation limit configurable (83ae405)
  • models: add get_function_calls and get_function_responses to LlmResponse (22fae7e)

Bug Fixes

  • catch genai.ClientError when sandbox is missing (69fa777), closes #5480
  • double append bug (f8b4c59)
  • Filter out video events with inline data from being stored in session (88421f8)
  • fix fork detection, correct offload limits, and add response logging in BigQuery plugin (9d1bb4b)
  • hot reload agents for adk web (740557c)
  • Only append skills to system instruction if ListSkillsTool isn't available (01f1fc9)
  • prevent state_delta overwrite on function_response-only events (fc27203, 211e2ce), closes #3178
  • Raise a clear actionable error when CustomAuthScheme lacks a registered AuthProvider (83f9817)
  • should use app_name instead of req.app_name (8286066)
  • simulation: Add error message when LlmBackedUserSimulator returns empty response (fb92aad)
  • Update expressmode api call to include default api key param (e833995)
  • use asyncio.sleep to avoid blocking event loop (3a1eadc)
  • Use project and location instead of API key when deploying to agent engine (398f28f)

Code Refactoring

  • adjust computation of workflow.steps metric and add new unit tests (03d6208)
  • remove input.type and output.type attributes from adk metrics (9559968)
Changelog

Sourced from google-adk's changelog.

1.33.0 (2026-05-08)

Features

  • add BufferableSessionService (0bc767e)
  • apigee: allow injecting credentials into ApigeeLlm (ce578ff)
  • Make ADK environment tools truncation limit configurable (83ae405)
  • models: add get_function_calls and get_function_responses to LlmResponse (22fae7e)

Bug Fixes

  • catch genai.ClientError when sandbox is missing (69fa777), closes #5480
  • double append bug (f8b4c59)
  • Filter out video events with inline data from being stored in session (88421f8)
  • fix fork detection, correct offload limits, and add response logging in BigQuery plugin (9d1bb4b)
  • hot reload agents for adk web (740557c)
  • Only append skills to system instruction if ListSkillsTool isn't available (01f1fc9)
  • prevent state_delta overwrite on function_response-only events (fc27203, 211e2ce), closes #3178
  • Raise a clear actionable error when CustomAuthScheme lacks a registered AuthProvider (83f9817)
  • should use app_name instead of req.app_name (8286066)
  • simulation: Add error message when LlmBackedUserSimulator returns empty response (fb92aad)
  • Update expressmode api call to include default api key param (e833995)
  • use asyncio.sleep to avoid blocking event loop (3a1eadc)
  • Use project and location instead of API key when deploying to agent engine (398f28f)

Code Refactoring

  • adjust computation of workflow.steps metric and add new unit tests (03d6208)
  • remove input.type and output.type attributes from adk metrics (9559968)

1.32.0 (2026-04-30)

Features

  • Add an option to prevent the SaveFilesAsArtifactsPlugin from attaching reference file parts to the message (987c809)
  • add credentials parameter to BigQueryAgentAnalyticsPlugin (34713fb)
  • Add express mode onboarding support to adk deploy cli (2b04996)
  • add native OpenTelemetry agentic metrics (6942aac)
  • Add OpenTelemetry tracing for event compaction (c65dd55)
  • Add sample agent demonstrating 2LO, 3LO, and API Key auth via GcpAuthProvider (909a8c2)
  • Add support for Anthropic's thinking blocks (16952bd)
  • Add support for excluding predefined functions in ComputerUseToolset (d760037)
  • Add support for refusal messages in ApigeeLlm (d6594a1)
  • Added indication of user message in history event list (662354a)
  • Allow user to define credential_key for McpToolset (282db87), closes #5103
  • analytics: add support for logging LLM cache metadata to BigQuery (02deeb9)

... (truncated)

Commits
  • 643ebd1 chore: update last-release-sha for next release
  • 896b6da chore(release/candidate): release 1.33.0 (#5646)
  • 88421f8 fix: Filter out video events with inline data from being stored in session
  • e833995 fix: Update expressmode api call to include default api key param
  • 0bc767e feat: add BufferableSessionService
  • 83ae405 feat: Make ADK environment tools truncation limit configurable
  • fb92aad fix(simulation): Add error message when LlmBackedUserSimulator returns empty ...
  • 3117e09 chore: further fix header-check via 2025 --> 2026
  • 153c7f7 ci: ignore browser assets in license lint
  • b58ce57 chore: Enable gemini EAP models for gemini-builtin tools
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [google-adk](https://github.com/google/adk-python) to permit the latest version.
- [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.32.0...v1.33.0)

---
updated-dependencies:
- dependency-name: google-adk
  dependency-version: 1.33.0
  dependency-type: direct:development
...

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 May 10, 2026
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