Skip to content

chore(deps): bump the all-dependencies group across 1 directory with 5 updates - #2320

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/core/rag-agent-search/all-dependencies-92d574770b
Open

chore(deps): bump the all-dependencies group across 1 directory with 5 updates#2320
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/core/rag-agent-search/all-dependencies-92d574770b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on google-adk[gcp], google-cloud-aiplatform[evaluation], google-adk[eval], ruff and codespell to permit the latest version.
Updates google-adk[gcp] to 2.5.0

Release notes

Sourced from google-adk[gcp]'s releases.

v2.5.0

2.5.0 (2026-07-16)

Breaking Changes

  • Update GCP Skill Registry to use agentregistry/skill endpoint (fa884e3): Existing users of GCP Skill Registry should note that the underlying endpoint is now AgentRegistry, so users will need to migrate their data and enable the Agent Registry API if not yet enabled.

Features

  • add Cloud Run sandbox option in code executors (5b1088a)
  • Add search agents and search MCP severs to agent registry (ed579c1)
  • add skill to verify markdown code snippets (c0fa51b)
  • Add strict input schema validation for LlmAgent workflow nodes (6f66814)
  • add to_mcp_server to serve an ADK agent over MCP (50ff37f)
  • agents: add single_turn mode field to ManagedAgent (da50578)
  • agents: bridge node_input to user_content for ManagedAgent nodes (a680cea)
  • agents: support remote MCP servers for ManagedAgent with runtime header callbacks (2e2ec09)
  • agents: wrap single_turn non-LlmAgent sub-agents as inline tools (fc98549)
  • bigquery: log tool descriptions and parameter schemas in LLM_REQUEST (ecef5f8)
  • enable a2a-sdk 1.x by widening the dependency constraint (b46dd13)
  • live: allow Voice activity detection (VAD) events to be returned (820a910)
  • live: Run non-blocking tools in a background task (5620d8f)
  • plugins: add on_agent_error_callback and on_run_error_callback (7d0ae63)
  • Support HITL resumption for standalone nodes and NodeTool (00760f8)
  • Support LoadArtifacts parsing for binary text documents (e.g., DOCX) (ccbedd8)
  • Validate that no old orchestrators are used inside Workflow graphs (7e245c4)
  • Validate that no old orchestrators are used inside Workflow graphs (eaffb0e)
  • workflow: Support state-based resumption for task-mode agent workflow nodes (9d306f5)

Bug Fixes

  • Add mTLS support for for API registry (41693dc)
  • Add mtls support for gcp_utils (3fa993b)
  • Add support for list_artifact_versions and get_artifact_version to ForwardingArtifactService (61ba59a)
  • avoid crash on first turn with empty user content (c9bacd4)
  • Avoid shell execution in ReadFileTool ranged reads (1ac6875)
  • block posix, nt, _posixsubprocess, and _socket modules in agent config validation (faa1744)
  • cli: Block special internal agents in ApiServer mode (3f6eb1f)
  • confine docs-agent file tools to the managed repos directory (f00fc5a)
  • decode shell skill output as UTF-8 (b7ad76a)
  • environment: add integer validation in ReadFileTool (3c0fb65)
  • exclude LiteLlm llm_client from JSON serialization (ecbefd9), closes #6164
  • exclude rewound invocations from event compaction (0d4d378)
  • explicitly preserve language and tools during event compaction (b44d2c9), closes #6273
  • Fix InputTokensDetails validation in OpenAI responses test and formatting in a2a_agent_executor (99ea228)
  • Fix sub-branch event routing for nested sub-agents and tools in InvocationContext (3cdc102)
  • GitHub CI for the verify-snippets skill (ccc8ab4)
  • grow eligible Gemini cache prefixes (98fc036)
  • guard decode_model against non-dict session values (8c60d99), closes #6348
  • handle sqlite float timestamps in PreciseTimestamp (2da09e6), closes #6352

... (truncated)

Changelog

Sourced from google-adk[gcp]'s changelog.

2.5.0 (2026-07-16)

Features

  • add Cloud Run sandbox option in code executors (5b1088a)
  • Add search agents and search MCP severs to agent registry (ed579c1)
  • add skill to verify markdown code snippets (c0fa51b)
  • Add strict input schema validation for LlmAgent workflow nodes (6f66814)
  • add to_mcp_server to serve an ADK agent over MCP (50ff37f)
  • agents: add single_turn mode field to ManagedAgent (da50578)
  • agents: bridge node_input to user_content for ManagedAgent nodes (a680cea)
  • agents: support remote MCP servers for ManagedAgent with runtime header callbacks (2e2ec09)
  • agents: wrap single_turn non-LlmAgent sub-agents as inline tools (fc98549)
  • bigquery: log tool descriptions and parameter schemas in LLM_REQUEST (ecef5f8)
  • enable a2a-sdk 1.x by widening the dependency constraint (b46dd13)
  • live: allow Voice activity detection (VAD) events to be returned (820a910)
  • live: Run non-blocking tools in a background task (5620d8f)
  • plugins: add on_agent_error_callback and on_run_error_callback (7d0ae63)
  • Support HITL resumption for standalone nodes and NodeTool (00760f8)
  • Support LoadArtifacts parsing for binary text documents (e.g., DOCX) (ccbedd8)
  • Validate that no old orchestrators are used inside Workflow graphs (7e245c4)
  • Validate that no old orchestrators are used inside Workflow graphs (eaffb0e)
  • workflow: Support state-based resumption for task-mode agent workflow nodes (9d306f5)

Bug Fixes

  • Add mTLS support for for API registry (41693dc)
  • Add mtls support for gcp_utils (3fa993b)
  • Add support for list_artifact_versions and get_artifact_version to ForwardingArtifactService (61ba59a)
  • avoid crash on first turn with empty user content (c9bacd4)
  • Avoid shell execution in ReadFileTool ranged reads (1ac6875)
  • block posix, nt, _posixsubprocess, and _socket modules in agent config validation (faa1744)
  • cli: Block special internal agents in ApiServer mode (3f6eb1f)
  • confine docs-agent file tools to the managed repos directory (f00fc5a)
  • decode shell skill output as UTF-8 (b7ad76a)
  • environment: add integer validation in ReadFileTool (3c0fb65)
  • exclude LiteLlm llm_client from JSON serialization (ecbefd9), closes #6164
  • exclude rewound invocations from event compaction (0d4d378)
  • explicitly preserve language and tools during event compaction (b44d2c9), closes #6273
  • Fix InputTokensDetails validation in OpenAI responses test and formatting in a2a_agent_executor (99ea228)
  • Fix sub-branch event routing for nested sub-agents and tools in InvocationContext (3cdc102)
  • GitHub CI for the verify-snippets skill (ccc8ab4)
  • grow eligible Gemini cache prefixes (98fc036)
  • guard decode_model against non-dict session values (8c60d99), closes #6348
  • handle sqlite float timestamps in PreciseTimestamp (2da09e6), closes #6352
  • honor server-reported Gemini cache expiry (4fdc94c)
  • litellm: preserve reasoning replay and optionally share agent thoughts (6290aec)
  • litellm: preserve signature-only blocks for Anthropic streaming thinking aggregation (78d1957)

... (truncated)

Commits
  • 1e93d82 chore: update last-release-sha for next main release
  • 5e3b6f1 chore(release/candidate): release 2.5.0 (#6411)
  • c9bacd4 fix: avoid crash on first turn with empty user content
  • c03f333 fix: Prevent continuation forgery in tool confirmation
  • 2da09e6 fix: handle sqlite float timestamps in PreciseTimestamp
  • 065234e fix: preserve non-image file MIME type in LiteLlm content conversion
  • ecbefd9 fix: exclude LiteLlm llm_client from JSON serialization
  • 98fc036 fix: grow eligible Gemini cache prefixes
  • 221bad9 fix: require starlette>=1.3.1 to clear known CVEs
  • 8eb8348 test: re-enable finish_reason unknown-maps-to-other litellm test
  • Additional commits viewable in compare view

Updates google-cloud-aiplatform[evaluation] to 1.163.0

Release notes

Sourced from google-cloud-aiplatform[evaluation]'s releases.

v1.163.0

1.163.0 (2026-07-28)

Features

  • GenAI Client(evals) - add create EvaluationExperiment (07ade2e)
  • GenAI Client(evals) - add delete/update EvaluationExperiment (09e5a65)
  • GenAI Client(evals) - add get/list EvaluationExperiment (52b1c24)
  • Onboard Vertex Model Garden to GenAI Python SDK: Add export_open_model support (c2ba5d2)
  • Support us mREP endpoint for Batch Prediction, Training, and Online Prediction. (96a9fcf)

Bug Fixes

  • Depend on the autogen distribution instead of ag2 for the AG2 integration. (dbcf815)
  • GenAI client - Resolve opentelemetry-resourcedetector-gcp dependency error (a16fc0d)
  • Merge sandbox-only turns in SDK-side interaction-to-AgentData conversion. (f93c455)
  • Send display_name when creating a sandbox environment template. (243ca19)
Changelog

Sourced from google-cloud-aiplatform[evaluation]'s changelog.

1.163.0 (2026-07-28)

Features

  • GenAI Client(evals) - add create EvaluationExperiment (07ade2e)
  • GenAI Client(evals) - add delete/update EvaluationExperiment (09e5a65)
  • GenAI Client(evals) - add get/list EvaluationExperiment (52b1c24)
  • Onboard Vertex Model Garden to GenAI Python SDK: Add export_open_model support (c2ba5d2)
  • Support us mREP endpoint for Batch Prediction, Training, and Online Prediction. (96a9fcf)

Bug Fixes

  • Depend on the autogen distribution instead of ag2 for the AG2 integration. (dbcf815)
  • GenAI client - Resolve opentelemetry-resourcedetector-gcp dependency error (a16fc0d)
  • Merge sandbox-only turns in SDK-side interaction-to-AgentData conversion. (f93c455)
  • Send display_name when creating a sandbox environment template. (243ca19)

1.162.0 (2026-07-21)

Features

  • Add detailed agent tool definitions for display (762079f)
  • Add Route to GroundingChunk.Maps in Vertex AI v1 (4331d55)
  • Add Route to GroundingChunk.Maps in Vertex AI v1beta1 (4331d55)
  • Delegate agent resolution to server via geminiAgentConfig (ab757c7)
  • GenAI client - Add warning on vertexai.Client instantiation and recommend agentplatform.Client (f141415)
  • GenAI Client(evals) - multi-turn user simulation for Gemini Agents API run_inference (c74e996)

Bug Fixes

  • Use the correct enum for RagFile.file_status (23145f3)

Documentation

  • Expand GroundingChunk.Maps documentation to describe route support (4331d55)
  • Expand GroundingChunk.Maps documentation to describe route support (4331d55)
  • GenAI client - Add example usage to RAG docstrings (df3dcd9)
  • Update product name from "Vertex AI" to "Gemini Enterprise Agent Platform" in README, and add a note to rename Agent Engine to Agent Runtime in upcoming major release (a3179c2)

1.161.0 (2026-07-14)

Features

  • Add FeedbackService to Agent Platform Python SDK (f6ecd67)

... (truncated)

Commits
  • 6845eaf chore(main): release 1.163.0 (#7017)
  • 09e5a65 feat: GenAI Client(evals) - add delete/update EvaluationExperiment
  • c2ba5d2 feat: Onboard Vertex Model Garden to GenAI Python SDK: Add export_open_model ...
  • 96a9fcf feat: Support us mREP endpoint for Batch Prediction, Training, and Online Pre...
  • 243ca19 fix: Send display_name when creating a sandbox environment template.
  • 475024c chore: Remove sandbox tool declarations from SDK AgentConfig display.
  • dbcf815 fix: Depend on the autogen distribution instead of ag2 for the AG2 integr...
  • f93c455 fix: Merge sandbox-only turns in SDK-side interaction-to-AgentData conversion.
  • e46d239 chore: Auto-construct inference_configs for create_evaluation_run with `a...
  • a16fc0d fix: GenAI client - Resolve opentelemetry-resourcedetector-gcp dependency error
  • Additional commits viewable in compare view

Updates google-adk[eval] to 2.5.0

Release notes

Sourced from google-adk[eval]'s releases.

v2.5.0

2.5.0 (2026-07-16)

Breaking Changes

  • Update GCP Skill Registry to use agentregistry/skill endpoint (fa884e3): Existing users of GCP Skill Registry should note that the underlying endpoint is now AgentRegistry, so users will need to migrate their data and enable the Agent Registry API if not yet enabled.

Features

  • add Cloud Run sandbox option in code executors (5b1088a)
  • Add search agents and search MCP severs to agent registry (ed579c1)
  • add skill to verify markdown code snippets (c0fa51b)
  • Add strict input schema validation for LlmAgent workflow nodes (6f66814)
  • add to_mcp_server to serve an ADK agent over MCP (50ff37f)
  • agents: add single_turn mode field to ManagedAgent (da50578)
  • agents: bridge node_input to user_content for ManagedAgent nodes (a680cea)
  • agents: support remote MCP servers for ManagedAgent with runtime header callbacks (2e2ec09)
  • agents: wrap single_turn non-LlmAgent sub-agents as inline tools (fc98549)
  • bigquery: log tool descriptions and parameter schemas in LLM_REQUEST (ecef5f8)
  • enable a2a-sdk 1.x by widening the dependency constraint (b46dd13)
  • live: allow Voice activity detection (VAD) events to be returned (820a910)
  • live: Run non-blocking tools in a background task (5620d8f)
  • plugins: add on_agent_error_callback and on_run_error_callback (7d0ae63)
  • Support HITL resumption for standalone nodes and NodeTool (00760f8)
  • Support LoadArtifacts parsing for binary text documents (e.g., DOCX) (ccbedd8)
  • Validate that no old orchestrators are used inside Workflow graphs (7e245c4)
  • Validate that no old orchestrators are used inside Workflow graphs (eaffb0e)
  • workflow: Support state-based resumption for task-mode agent workflow nodes (9d306f5)

Bug Fixes

  • Add mTLS support for for API registry (41693dc)
  • Add mtls support for gcp_utils (3fa993b)
  • Add support for list_artifact_versions and get_artifact_version to ForwardingArtifactService (61ba59a)
  • avoid crash on first turn with empty user content (c9bacd4)
  • Avoid shell execution in ReadFileTool ranged reads (1ac6875)
  • block posix, nt, _posixsubprocess, and _socket modules in agent config validation (faa1744)
  • cli: Block special internal agents in ApiServer mode (3f6eb1f)
  • confine docs-agent file tools to the managed repos directory (f00fc5a)
  • decode shell skill output as UTF-8 (b7ad76a)
  • environment: add integer validation in ReadFileTool (3c0fb65)
  • exclude LiteLlm llm_client from JSON serialization (ecbefd9), closes #6164
  • exclude rewound invocations from event compaction (0d4d378)
  • explicitly preserve language and tools during event compaction (b44d2c9), closes #6273
  • Fix InputTokensDetails validation in OpenAI responses test and formatting in a2a_agent_executor (99ea228)
  • Fix sub-branch event routing for nested sub-agents and tools in InvocationContext (3cdc102)
  • GitHub CI for the verify-snippets skill (ccc8ab4)
  • grow eligible Gemini cache prefixes (98fc036)
  • guard decode_model against non-dict session values (8c60d99), closes #6348
  • handle sqlite float timestamps in PreciseTimestamp (2da09e6), closes #6352

... (truncated)

Changelog

Sourced from google-adk[eval]'s changelog.

2.5.0 (2026-07-16)

Features

  • add Cloud Run sandbox option in code executors (5b1088a)
  • Add search agents and search MCP severs to agent registry (ed579c1)
  • add skill to verify markdown code snippets (c0fa51b)
  • Add strict input schema validation for LlmAgent workflow nodes (6f66814)
  • add to_mcp_server to serve an ADK agent over MCP (50ff37f)
  • agents: add single_turn mode field to ManagedAgent (da50578)
  • agents: bridge node_input to user_content for ManagedAgent nodes (a680cea)
  • agents: support remote MCP servers for ManagedAgent with runtime header callbacks (2e2ec09)
  • agents: wrap single_turn non-LlmAgent sub-agents as inline tools (fc98549)
  • bigquery: log tool descriptions and parameter schemas in LLM_REQUEST (ecef5f8)
  • enable a2a-sdk 1.x by widening the dependency constraint (b46dd13)
  • live: allow Voice activity detection (VAD) events to be returned (820a910)
  • live: Run non-blocking tools in a background task (5620d8f)
  • plugins: add on_agent_error_callback and on_run_error_callback (7d0ae63)
  • Support HITL resumption for standalone nodes and NodeTool (00760f8)
  • Support LoadArtifacts parsing for binary text documents (e.g., DOCX) (ccbedd8)
  • Validate that no old orchestrators are used inside Workflow graphs (7e245c4)
  • Validate that no old orchestrators are used inside Workflow graphs (eaffb0e)
  • workflow: Support state-based resumption for task-mode agent workflow nodes (9d306f5)

Bug Fixes

  • Add mTLS support for for API registry (41693dc)
  • Add mtls support for gcp_utils (3fa993b)
  • Add support for list_artifact_versions and get_artifact_version to ForwardingArtifactService (61ba59a)
  • avoid crash on first turn with empty user content (c9bacd4)
  • Avoid shell execution in ReadFileTool ranged reads (1ac6875)
  • block posix, nt, _posixsubprocess, and _socket modules in agent config validation (faa1744)
  • cli: Block special internal agents in ApiServer mode (3f6eb1f)
  • confine docs-agent file tools to the managed repos directory (f00fc5a)
  • decode shell skill output as UTF-8 (b7ad76a)
  • environment: add integer validation in ReadFileTool (3c0fb65)
  • exclude LiteLlm llm_client from JSON serialization (ecbefd9), closes #6164
  • exclude rewound invocations from event compaction (0d4d378)
  • explicitly preserve language and tools during event compaction (b44d2c9), closes #6273
  • Fix InputTokensDetails validation in OpenAI responses test and formatting in a2a_agent_executor (99ea228)
  • Fix sub-branch event routing for nested sub-agents and tools in InvocationContext (3cdc102)
  • GitHub CI for the verify-snippets skill (ccc8ab4)
  • grow eligible Gemini cache prefixes (98fc036)
  • guard decode_model against non-dict session values (8c60d99), closes #6348
  • handle sqlite float timestamps in PreciseTimestamp (2da09e6), closes #6352
  • honor server-reported Gemini cache expiry (4fdc94c)
  • litellm: preserve reasoning replay and optionally share agent thoughts (6290aec)
  • litellm: preserve signature-only blocks for Anthropic streaming thinking aggregation (78d1957)

... (truncated)

Commits
  • 1e93d82 chore: update last-release-sha for next main release
  • 5e3b6f1 chore(release/candidate): release 2.5.0 (#6411)
  • c9bacd4 fix: avoid crash on first turn with empty user content
  • c03f333 fix: Prevent continuation forgery in tool confirmation
  • 2da09e6 fix: handle sqlite float timestamps in PreciseTimestamp
  • 065234e fix: preserve non-image file MIME type in LiteLlm content conversion
  • ecbefd9 fix: exclude LiteLlm llm_client from JSON serialization
  • 98fc036 fix: grow eligible Gemini cache prefixes
  • 221bad9 fix: require starlette>=1.3.1 to clear known CVEs
  • 8eb8348 test: re-enable finish_reason unknown-maps-to-other litellm test
  • Additional commits viewable in compare view

Updates ruff from 0.15.20 to 0.16.0

Release notes

Sourced from ruff's releases.

0.16.0

Release Notes

Released on 2026-07-23.

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

  • Ruff now enables a much larger set of rules by default (413, up from 59). See the blog post for more details and the new Default Rules page for a full listing of the enabled rules. Note that this is primarily an expansion, but 18 of the more opinionated pycodestyle (E) and pyflakes (F) rules have been removed from the default set: E401, E402, E701, E702, E703, E711, E712, E713, E714, E721, E731, E741, E742, E743, F403, F405, F406, and F722.

  • Ruff can now format Python code blocks in Markdown files and will do this by default. See the documentation for more details.

  • Ruff now supports ruff: ignore comments at the ends of lines, like noqa comments, or on the line preceding a diagnostic. For example, these both suppress an unused-import (F401) diagnostic:

    import math  # ruff: ignore[F401]
    ruff: ignore[F401]
    import os

  • Fixes are now shown in check and format --check output:

    ruff format --check .
    unformatted: File would be reformatted
     --> try.md:1:1
      |
    1 | ```python
      - import   math
    2 + import math
    3 | ```
      |
    1 file would be reformatted

    This example also shows off the Markdown formatting.

  • format --check now supports the same output formats as the linter, including the github and gitlab outputs for rendering annotations in CI:

    ruff format --check --output-format github .
    ::error title=ruff (unformatted),file=try.md,line=2,col=8,endLine=2,endColumn=10::try.md:2:8: unformatted: File would be reformatted

    See the CLI help or documentation for the full list of supported formats.

  • The filename, location, end_location, fix.edits[].location, and fix.edits[].end_location fields in the JSON output format may now be null rather than defaulting to the empty string and row 1, column 1, respectively.

... (truncated)

Changelog

Sourced from ruff's changelog.

0.16.0

Released on 2026-07-23.

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

  • Ruff now enables a much larger set of rules by default (413, up from 59). See the blog post for more details and the new Default Rules page for a full listing of the enabled rules. Note that this is primarily an expansion, but 18 of the more opinionated pycodestyle (E) and pyflakes (F) rules have been removed from the default set: E401, E402, E701, E702, E703, E711, E712, E713, E714, E721, E731, E741, E742, E743, F403, F405, F406, and F722.

  • Ruff can now format Python code blocks in Markdown files and will do this by default. See the documentation for more details.

  • Ruff now supports ruff: ignore comments at the ends of lines, like noqa comments, or on the line preceding a diagnostic. For example, these both suppress an unused-import (F401) diagnostic:

    import math  # ruff: ignore[F401]
    ruff: ignore[F401]
    import os

  • Fixes are now shown in check and format --check output:

    ruff format --check .
    unformatted: File would be reformatted
     --> try.md:1:1
      |
    1 | ```python
      - import   math
    2 + import math
    3 | ```
      |
    1 file would be reformatted

    This example also shows off the Markdown formatting.

  • format --check now supports the same output formats as the linter, including the github and gitlab outputs for rendering annotations in CI:

... (truncated)

Commits
  • a2635fd Bump 0.16.0 (#27136)
  • 3433449 [ty] Reuse full call diagnostics for implicit setter calls (#27115)
  • 2240070 Reflect ruff: ignore and --add-ignore stabilization in documentation (#27...
  • 17ef711 Stabilize --add-ignore (#27125)
  • ef912bb Add newly stabilized rules to defaults (#27055)
  • b30f040 Stabilize new default rules (#27035)
  • bcd70c5 Exclude Markdown files from format-dev runs (#27052)
  • 87e51e2 Fix format --check spans for syntax errors (#27045)
  • afe2723 [flake8-gettext] Stabilize qualified-name and built-in binding resolution (...
  • a9702d8 [flake8-bandit] Stabilize string literal binding resolution (S310) (#26944)
  • Additional commits viewable in compare view

Updates codespell from 2.4.2 to 2.4.3

Release notes

Sourced from codespell's releases.

v2.4.3

What's Changed

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 27, 2026
@dependabot
dependabot Bot requested a review from happyhuman as a code owner July 27, 2026 21:55
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 27, 2026
github-actions[bot]
github-actions Bot previously approved these changes Jul 27, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the all-dependencies group in /core/rag-agent-search with 5 updates chore(deps): bump the all-dependencies group across 1 directory with 5 updates Jul 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/core/rag-agent-search/all-dependencies-92d574770b branch from 94a0a43 to 72ee67f Compare July 28, 2026 22:54
github-actions[bot]
github-actions Bot previously approved these changes Jul 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/core/rag-agent-search/all-dependencies-92d574770b branch from 72ee67f to 4b5c4e0 Compare July 29, 2026 20:13
github-actions[bot]
github-actions Bot previously approved these changes Jul 29, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/core/rag-agent-search/all-dependencies-92d574770b branch from 4b5c4e0 to 6de5dde Compare August 3, 2026 02:11
@dependabot
dependabot Bot force-pushed the dependabot/uv/core/rag-agent-search/all-dependencies-92d574770b branch from 6de5dde to 8d90250 Compare August 3, 2026 16:47
github-actions[bot]
github-actions Bot previously approved these changes Aug 3, 2026
…5 updates

Updates the requirements on [google-adk[gcp]](https://github.com/google/adk-python), [google-cloud-aiplatform[evaluation]](https://github.com/googleapis/python-aiplatform), [google-adk[eval]](https://github.com/google/adk-python), [ruff](https://github.com/astral-sh/ruff) and [codespell](https://github.com/codespell-project/codespell) to permit the latest version.

Updates `google-adk[gcp]` to 2.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@v2.0.0...v2.5.0)

Updates `google-cloud-aiplatform[evaluation]` to 1.163.0
- [Release notes](https://github.com/googleapis/python-aiplatform/releases)
- [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-aiplatform@v1.156.0...v1.163.0)

Updates `google-adk[eval]` to 2.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@v2.0.0...v2.5.0)

Updates `ruff` from 0.15.20 to 0.16.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.15.20...0.16.0)

Updates `codespell` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/codespell-project/codespell/releases)
- [Commits](codespell-project/codespell@v2.4.2...v2.4.3)

---
updated-dependencies:
- dependency-name: codespell
  dependency-version: 2.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: google-adk[eval]
  dependency-version: 2.5.0
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: google-adk[gcp]
  dependency-version: 2.5.0
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: google-cloud-aiplatform[evaluation]
  dependency-version: 1.162.0
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: ruff
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/uv/core/rag-agent-search/all-dependencies-92d574770b branch from 8d90250 to 4a33a7c Compare August 4, 2026 20:40
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