Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps the all-dependencies group with 3 updates in the /python/agents/image-scoring directory: google-adk, ruff and agent-starter-pack.

Updates google-adk from 1.15.1 to 1.16.0

Release notes

Sourced from google-adk's releases.

Release 1.16.0

1.16.0 (2025-10-08)

Features

  • [Core]
  • [Models]
    • Add citation_metadata to LlmResponse (3f28e30)
    • Add support for gemma model via gemini api (2b5acb9)
  • [Tools]
    • Add dry_run functionality to BigQuery execute_sql tool (960eda3)
    • Add BigQuery analyze_contribution tool (4bb089d)
    • Spanner ADK toolset supports customizable template SQL and parameterized SQL (da62700)
    • Support Oauth2 client credentials grant type (5c6cdcd)
    • Add ReflectRetryToolPlugin to reflect from errors and retry with different arguments when tool errors (e55b894)
    • Support using VertexAiSearchTool built-in tool with other tools in the same agent (4485379)
    • Support using google search built-in tool with other tools in the same agent (d3148da)
  • [Evals]
    • Add HallucinationsV1 evaluation metric (8c73d29)
    • Add Rubric based tool use metric (c984b9e)
  • [UI]
    • Adds adk web options for custom logo (822efe0)
  • [Observability]
    • otel: Switch CloudTraceSpanExporter to telemetry.googleapis.com (bd76b46)

Bug Fixes

  • Adapt to new computer use tool name in genai sdk 1.41.0 (c6dd444)
  • Add AuthConfig json serialization in vertex ai session service (636def3)
  • Added more agent instructions for doc content changes (7459962)
  • Convert argument to pydantic model when tool declares it accepts pydantic model as argument (571c802)
  • Do not re-create App object when loader returns an App (d5c46e4)
  • Fix compaction logic (3f2b457)
  • Fix the instruction in workflow_triage example agent (8f3ca03)
  • Fixes a bug that causes intermittent pydantic validation errors when uploading files (e680063)
  • Handle A2A Task Status Update Event when streaming in remote_a2a_agent (a5cf80b)
  • Make compactor optional in Events Compaction Config and add a default (3f4bd67)
  • Rename SlidingWindowCompactor to LlmEventSummarizer and refine its docstring (f1abdb1)
  • Rollback compaction handling from _get_contents (84f2f41)
  • Set max_output_tokens for the agent builder (2e2d61b)
  • Set default response modality to AUDIO in run_session (68402bd)
  • Update remote_a2a_agent to better handle streaming events and avoid duplicate responses (8e5f361)
  • Update the load_artifacts tool so that the model can reliably call it for follow up questions about the same artifact (238472d)
  • Fix VertexAiSessionService base_url override to preserve initialized http_options (8110e41, c51ea0b)
  • Handle App instances returned by agent_loader.load_agent (847df16)

Improvements

... (truncated)

Changelog

Sourced from google-adk's changelog.

1.16.0 (2025-10-08)

Features

  • [Core]
  • [Models]
    • Add citation_metadata to LlmResponse (3f28e30)
    • Add support for gemma model via gemini api (2b5acb9)
  • [Tools]
    • Add dry_run functionality to BigQuery execute_sql tool (960eda3)
    • Add BigQuery analyze_contribution tool (4bb089d)
    • Spanner ADK toolset supports customizable template SQL and parameterized SQL (da62700)
    • Support Oauth2 client credentials grant type (5c6cdcd)
    • Add ReflectRetryToolPlugin to reflect from errors and retry with different arguments when tool errors (e55b894)
    • Support using VertexAiSearchTool built-in tool with other tools in the same agent (4485379)
    • Support using google search built-in tool with other tools in the same agent (d3148da)
  • [Evals]
    • Add HallucinationsV1 evaluation metric (8c73d29)
    • Add Rubric based tool use metric (c984b9e)
  • [UI]
    • Adds adk web options for custom logo (822efe0)
  • [Observability]
    • otel: Switch CloudTraceSpanExporter to telemetry.googleapis.com (bd76b46)

Bug Fixes

  • Adapt to new computer use tool name in genai sdk 1.41.0 (c6dd444)
  • Add AuthConfig json serialization in vertex ai session service (636def3)
  • Added more agent instructions for doc content changes (7459962)
  • Convert argument to pydantic model when tool declares it accepts pydantic model as argument (571c802)
  • Do not re-create App object when loader returns an App (d5c46e4)
  • Fix compaction logic (3f2b457)
  • Fix the instruction in workflow_triage example agent (8f3ca03)
  • Fixes a bug that causes intermittent pydantic validation errors when uploading files (e680063)
  • Handle A2A Task Status Update Event when streaming in remote_a2a_agent (a5cf80b)
  • Make compactor optional in Events Compaction Config and add a default (3f4bd67)
  • Rename SlidingWindowCompactor to LlmEventSummarizer and refine its docstring (f1abdb1)
  • Rollback compaction handling from _get_contents (84f2f41)
  • Set max_output_tokens for the agent builder (2e2d61b)
  • Set default response modality to AUDIO in run_session (68402bd)
  • Update remote_a2a_agent to better handle streaming events and avoid duplicate responses (8e5f361)
  • Update the load_artifacts tool so that the model can reliably call it for follow up questions about the same artifact (238472d)
  • Fix VertexAiSessionService base_url override to preserve initialized http_options (8110e41, c51ea0b)
  • Handle App instances returned by agent_loader.load_agent (847df16)

... (truncated)

Commits
  • 32f2ec3 feat: Set agent_state in invocation context right before yielding the checkpo...
  • 7517924 chore: Update human_tool_confirmation agent to use resumability feature
  • 03f051d chore: Bumps version to v1.16.0 and updates CHANGELOG
  • e858dc0 chore: change how agent builder assistant instructions for model selection as...
  • 0e3c0f7 feat: Make session_id optional in BaseArtifactService methods
  • f2bed14 chore: Adjust the LLM Request logging
  • 3021266 docs: Update BigQuery samples README
  • 3f2b457 fix: fix compaction logic
  • e55b894 feat: Add ReflectRetryToolPlugin to reflect from errors and retry with diff...
  • 2b5acb9 feat(models): add support for gemma model via gemini api
  • Additional commits viewable in compare view

Updates ruff from 0.13.2 to 0.14.0

Release notes

Sourced from ruff's releases.

0.14.0

Release Notes

Released on 2025-10-07.

Breaking changes

  • Update default and latest Python versions for 3.14 (#20725)

Preview features

  • [flake8-bugbear] Include certain guaranteed-mutable expressions: tuples, generators, and assignment expressions (B006) (#20024)
  • [refurb] Add fixes for FURB101 and FURB103 (#20520)
  • [ruff] Extend FA102 with listed PEP 585-compatible APIs (#20659)

Bug fixes

  • [flake8-annotations] Fix return type annotations to handle shadowed builtin symbols (ANN201, ANN202, ANN204, ANN205, ANN206) (#20612)
  • [flynt] Fix f-string quoting for mixed quote joiners (FLY002) (#20662)
  • [isort] Fix inserting required imports before future imports (I002) (#20676)
  • [ruff] Handle argfile expansion errors gracefully (#20691)
  • [ruff] Skip RUF051 if else/elif block is present (#20705)
  • [ruff] Improve handling of intermixed comments inside from-imports (#20561)

Documentation

  • [flake8-comprehensions] Clarify fix safety documentation (C413) (#20640)

Contributors

Install ruff 0.14.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.14.0/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

</tr></table> 

... (truncated)

Changelog

Sourced from ruff's changelog.

0.14.0

Released on 2025-10-07.

Breaking changes

  • Update default and latest Python versions for 3.14 (#20725)

Preview features

  • [flake8-bugbear] Include certain guaranteed-mutable expressions: tuples, generators, and assignment expressions (B006) (#20024)
  • [refurb] Add fixes for FURB101 and FURB103 (#20520)
  • [ruff] Extend FA102 with listed PEP 585-compatible APIs (#20659)

Bug fixes

  • [flake8-annotations] Fix return type annotations to handle shadowed builtin symbols (ANN201, ANN202, ANN204, ANN205, ANN206) (#20612)
  • [flynt] Fix f-string quoting for mixed quote joiners (FLY002) (#20662)
  • [isort] Fix inserting required imports before future imports (I002) (#20676)
  • [ruff] Handle argfile expansion errors gracefully (#20691)
  • [ruff] Skip RUF051 if else/elif block is present (#20705)
  • [ruff] Improve handling of intermixed comments inside from-imports (#20561)

Documentation

  • [flake8-comprehensions] Clarify fix safety documentation (C413) (#20640)

Contributors

0.13.x

See changelogs/0.13.x

0.12.x

See changelogs/0.12.x

0.11.x

See changelogs/0.11.x

... (truncated)

Commits

Updates agent-starter-pack from 0.15.7 to 0.16.0

Release notes

Sourced from agent-starter-pack's releases.

0.4.1 > 0.4.5

What's Changed

0.4.2:

0.4.3:

0.4.4

0.4.5

Full Changelog: GoogleCloudPlatform/agent-starter-pack@0.4.0...0.4.1

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…3 updates

Bumps the all-dependencies group with 3 updates in the /python/agents/image-scoring directory: [google-adk](https://github.com/google/adk-python), [ruff](https://github.com/astral-sh/ruff) and [agent-starter-pack](https://github.com/GoogleCloudPlatform/agent-starter-pack).


Updates `google-adk` from 1.15.1 to 1.16.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.15.1...v1.16.0)

Updates `ruff` from 0.13.2 to 0.14.0
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.13.2...0.14.0)

Updates `agent-starter-pack` from 0.15.7 to 0.16.0
- [Release notes](https://github.com/GoogleCloudPlatform/agent-starter-pack/releases)
- [Commits](https://github.com/GoogleCloudPlatform/agent-starter-pack/commits/0.16.0)

---
updated-dependencies:
- dependency-name: google-adk
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: ruff
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: agent-starter-pack
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 13, 2025
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants