Skip to content

bump(deps-dev): bump google-adk from 0.5.0 to 1.3.0#36

Merged
Nicola Franco (franconicola) merged 2 commits into
mainfrom
dependabot/pip/main/google-adk-1.3.0
Jun 18, 2025
Merged

bump(deps-dev): bump google-adk from 0.5.0 to 1.3.0#36
Nicola Franco (franconicola) merged 2 commits into
mainfrom
dependabot/pip/main/google-adk-1.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps google-adk from 0.5.0 to 1.3.0.

Release notes

Sourced from google-adk's releases.

v1.2.1

1.2.1 (2025-06-04)

Bug Fixes

  • Import deprecated from typing_extensions (068df04)

v1.2.0

1.2.0 (2025-06-04)

Features

  • Add agent engine as a deployment option to the ADK CLI (2409c3e)
  • Add an option to use gcs artifact service in adk web. (8d36dbd)
  • Add index tracking to handle parallel tool call using litellm (05f4834)
  • Add sortByColumn functionality to List Operation (af95dd2)
  • Add implementation for get_eval_case, update_eval_case and delete_eval_case for the local eval sets manager. (a7575e0)
  • Expose more config of VertexAiSearchTool from latest Google GenAI SDK (2b5c89b)
  • New Agent Visualization (da4bc0e)
  • Set the max width and height of view image dialog to be 90% (98a635a)
  • Support Langchain StructuredTool for Langchain tool (7e637d3)
  • Support Langchain tools that has run_manager in _run args and don't have args_schema populated (3616bb5)
  • Update for anthropic models (16f7d98)
  • Use bigquery scope by default in bigquery credentials. (ba5b80d)
  • Add jira_agent adk samples code which connect Jira cloud (8759a25)
  • Render HTML artifact in chat window (5c2ad32)
  • Add export to json button in the chat window (fc3e374)
  • Add tooltip to the export session button (2735942)

Bug Fixes

  • Add adk icon for UI (2623c71)
  • Add cache_ok option to remove sa warning. (841e10a)
  • Add support for running python main function in UnsafeLocalCodeExecutor when the code has an if _name_ == "_main_" statement. (95e33ba)
  • Adk web not working on some env for windows, fixes google/adk-web#34 (daac8ce)
  • Assign empty inputSchema to MCP tool when converting an ADK tool that wraps a function which takes no parameters. (2a65c41)
  • Call all tools in parallel calls during partial authentication (0e72efb)
  • Continue fetching events if there are multiple pages. (6506302)
  • Do not convert "false" value to dict (60ceea7)
  • Enhance agent loader exception handler and expose precise error information (7b51ae9)
  • Ensure function description is copied when ignoring parameters (7fdc6b4)
  • Filter memory by app_name and user_id. (db4bc98)
  • Fix filtering by user_id for vertex ai session service listing (9d4ca4e)
  • fix parameter schema generation for gemini (5a67a94)
  • Handle non-indexed function call chunks with incremental fallback index (b181cbc)
  • Handles function tool parsing corner case where type hints are stored as strings. (a8a2074)
  • Introduce PreciseTimestamp to fix mysql datetime precision issue. (841e10a)

... (truncated)

Changelog

Sourced from google-adk's changelog.

1.3.0 (2025-06-11)

Features

  • Add memory_service option to CLI (416dc6f)
  • Add support for display_name and description when deploying to agent engine (aaf1f9b)
  • Dev UI: Trace View
    • New trace tab which contains all traces grouped by user messages
    • Click each row will open corresponding event details
    • Hover each row will highlight the corresponding message in dialog
  • Dev UI: Evaluation
    • Evaluation Configuration: users can now configure custom threshold for the metrics used for each eval run (d1b0587)
    • Each eval case added can now be viewed and edited. Right now we only support edit of text.
    • Show the used metric in evaluation history (6ed6351)
  • Tool enhancements:
    • Add url_context_tool (fe1de7b)
    • Support to customize timeout for mcpstdio connections (54367dc)
    • Introduce write protected mode to BigQuery tools (6c999ca)

Bug Fixes

  • Agent Engine deployment:
    • Correct help text formatting for adk deploy agent_engine (13f98c3)
    • Handle project and location in the .env properly when deploying to Agent Engine (0c40542)
  • Fix broken agent graphs (3b1f2ae)
  • Forward __annotations__ to the fake func for FunctionTool inspection (9abb841)
  • Handle the case when agent loading error doesn't have msg attribute in agent loader (c224626)
  • Prevent agent_graph.py throwing when workflow agent is root agent (4b1c218)
  • Remove display_name for non-Vertex file uploads (cf5d701)

Documentation

  • Add DeepWiki badge to README (f38c08b)
  • Update code example in tool declaration to reflect BigQuery artifact description (3ae6ce1)

1.2.1 (2025-06-04)

Bug Fixes

  • Import deprecated from typing_extensions (068df04)

1.2.0 (2025-06-04)

... (truncated)

Commits

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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 12, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

Bumps [google-adk](https://github.com/google/adk-python) from 0.5.0 to 1.3.0.
- [Release notes](https://github.com/google/adk-python/releases)
- [Changelog](https://github.com/google/adk-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/adk-python/commits)

---
updated-dependencies:
- dependency-name: google-adk
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/main/google-adk-1.3.0 branch from 9a43588 to 5d96de8 Compare June 18, 2025 13:19
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@franconicola Nicola Franco (franconicola) merged commit 83540cc into main Jun 18, 2025
5 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/main/google-adk-1.3.0 branch June 18, 2025 14:10
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.

1 participant