Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/python/agents/customer-service/all-dependencies-6cbcb01286
Closed

chore(deps): bump the all-dependencies group across 1 directory with 5 updates#1152
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/python/agents/customer-service/all-dependencies-6cbcb01286

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 23, 2026

Bumps the all-dependencies group with 5 updates in the /python/agents/customer-service directory:

Package From To
google-adk 1.23.0 1.25.1
pydantic-settings 2.12.0 2.13.1
pylint 4.0.4 4.0.5
agent-starter-pack 0.31.7 0.38.0
ruff 0.14.14 0.15.2

Updates google-adk from 1.23.0 to 1.25.1

Release notes

Sourced from google-adk's releases.

v1.25.1

1.25.1 (2026-02-18)

Bug Fixes

  • Fix pickling lock errors in McpSessionManager (4e2d615)

v1.25.0

1.25.0 (2026-02-11)

Features

  • [Core]

    • Add a demo for the simple prompt optimizer for the optimization interface (0abf4cd)
    • Add --auto_create_session flag to adk api_server CLI (40c15d0)
    • Add add_events_to_memory facade for event-delta (59e8897)
    • Add post-invocation token-threshold compaction with event retention (a88e864)
    • Add report generation to adk conformance test command (43c437e)
  • [Models]

    • Add base_url option to Gemini LLM class (781f605)
  • [Tools]

    • Enhance google credentials config to support externally passed access token (3cf43e3)
    • Update agent simulator by improving prompts and add environment data (7af1858)
    • Add a load MCP resource tool (e25227d)
    • Add SkillToolset to adk (8d02792)
  • [Web]

    • Add /health and /version endpoints to ADK web server (25ec2c6)

Bug Fixes

  • Use async iteration for VertexAiSessionService.list_sessions pagination (758d337)
  • Fix event loop closed bug in McpSessionManager (4aa4751)
  • Preserve thought_signature in function call conversions for interactions API integration (2010569)
  • Propagate grounding and citation metadata in streaming responses (e6da417)
  • Add endpoints to get/list artifact version metadata (e0b9712)
  • Support escaped curly braces in instruction templates (7c7d25a)
  • Strip timezone for PostgreSQL timestamps in DatabaseSessionService (19b6076)
  • Prompt token may be None in streaming mode (32ee07d)
  • Pass invocation_id from /run endpoint to Runner.run_async (d2dba27)
  • Conditionally preserve function call IDs in LLM requests (663cb75)
  • Migrate VertexAiMemoryBankService to use the async Vertex AI client (64a44c2)
  • Handle list values in Gemini schema sanitization (fd8a9e3)
  • Used logger to log instead of print in MCP (6bc70a6)

Improvements

... (truncated)

Changelog

Sourced from google-adk's changelog.

1.25.1 (2026-02-18)

Bug Fixes

  • Fix pickling lock errors in McpSessionManager (4e2d615)

1.25.0 (2026-02-11)

Features

  • [Core]

    • Add a demo for the simple prompt optimizer for the optimization interface (0abf4cd)
    • Add --auto_create_session flag to adk api_server CLI (40c15d0)
    • Add add_events_to_memory facade for event-delta (59e8897)
    • Add post-invocation token-threshold compaction with event retention (a88e864)
    • Add report generation to adk conformance test command (43c437e)
  • [Models]

    • Add base_url option to Gemini LLM class (781f605)
  • [Tools]

    • Enhance google credentials config to support externally passed access token (3cf43e3)
    • Update agent simulator by improving prompts and add environment data (7af1858)
    • Add a load MCP resource tool (e25227d)
    • Add SkillToolset to adk (8d02792)
  • [Web]

    • Add /health and /version endpoints to ADK web server (25ec2c6)

Bug Fixes

  • Use async iteration for VertexAiSessionService.list_sessions pagination (758d337)
  • Fix event loop closed bug in McpSessionManager (4aa4751)
  • Preserve thought_signature in function call conversions for interactions API integration (2010569)
  • Propagate grounding and citation metadata in streaming responses (e6da417)
  • Add endpoints to get/list artifact version metadata (e0b9712)
  • Support escaped curly braces in instruction templates (7c7d25a)
  • Strip timezone for PostgreSQL timestamps in DatabaseSessionService (19b6076)
  • Prompt token may be None in streaming mode (32ee07d)
  • Pass invocation_id from /run endpoint to Runner.run_async (d2dba27)
  • Conditionally preserve function call IDs in LLM requests (663cb75)
  • Migrate VertexAiMemoryBankService to use the async Vertex AI client (64a44c2)
  • Handle list values in Gemini schema sanitization (fd8a9e3)
  • Used logger to log instead of print in MCP (6bc70a6)

Improvements

  • Replace check of instance for LlmAgent with hasAttribute check (7110336)
  • Log exception details before re-raising in MCP session execution (de79bf1)

... (truncated)

Commits
  • 7a6b62d chore(version): Bump version and update changelog for 1.25.1
  • 3a1d459 fix: Fix pickling lock errors in McpSessionManager
  • 8cd22fb chore(version): Bump version and update changelog for 1.25.0
  • 079f7a3 fix: Support escaped curly braces in instruction templates
  • 34da2d5 feat: enable dependency injection for agent loader in FastAPI app gen
  • bcbfeba feat: pass trace context in MCP tool call's _meta field with Otel propagator
  • 9dccd6a feat(conformance): read report's version info from the server
  • 38b4869 chore(ci): migrate release pipeline from release-please App to GitHub Actions
  • 657acfa docs: Add PostgreSQL session storage sample and documentation
  • 61c329f ci: match the environment with internal ones for pyink/isort/unittest
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.12.0 to 2.13.1

Release notes

Sourced from pydantic-settings's releases.

v2.13.0

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.12.0...v2.13.0

Commits

Updates pylint from 4.0.4 to 4.0.5

Commits
  • 88e1ab7 Bump pylint to 4.0.5, update changelog (#10860)
  • d96d489 [Backport maintenance/4.0.x] Relax isort version constraint to allow isort 8 ...
  • 0b08ccb Fix dynamic color mapping for "fail-on" messages when using multiple reporter...
  • 154dba4 [Backport maintenance/4.0.x] Fix FP for invalid-name with typing.Final on...
  • 7b73bfd Disable unspecified-encoding for py-version above Python 3.15 (#10800)
  • 4cc98be [Backport maintenance/4.0.x] Fix setting options for import order checker (#1...
  • f0d30a2 Sync astroid version with requirements file again
  • 38bdf02 [Backport maintenance/4.0.x] Fix logging-unsupported-format when logging ...
  • f08c33a [Backport maintenance/4.0.x] Properly detect self.fail() as a terminating...
  • See full diff in compare view

Updates agent-starter-pack from 0.31.7 to 0.38.0

Release notes

Sourced from agent-starter-pack's releases.

v0.38.0

What's Changed

Full Changelog: GoogleCloudPlatform/agent-starter-pack@v0.37.0...v0.38.0

v0.37.0

What's Changed

Full Changelog: GoogleCloudPlatform/agent-starter-pack@v0.36.0...v0.37.0

v0.36.0

What's Changed

New Contributors

... (truncated)

Commits
  • a107bc9 chore: release v0.38.0 (#831)
  • a202a6c Refactor Github Action per b/485167538 (#829)
  • 671a8f2 refactor: slim down Python guidance template (#830)
  • dab55e8 fix: improve enhance command with bug fixes and UX improvements (#828)
  • 7860876 fix: use gemini-3-flash-preview as eval judge model with numSamples=1 (#820)
  • 8d80885 build(deps): bump fast-xml-parser (#818)
  • 82594b0 chore: bump version to 0.37.0 (#807)
  • 99cb74c Change project version to 0.36.0 (#806)
  • 5cf4473 feat: optimize data processing containers and sync with pyproject.toml (#805)
  • accdeaa fix: mock Vertex AI Search/Vector Search in agentic_rag integration tests (#804)
  • Additional commits viewable in compare view

Updates ruff from 0.14.14 to 0.15.2

Release notes

Sourced from ruff's releases.

0.15.2

Release Notes

Released on 2026-02-19.

Preview features

Bug fixes

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.2

Released on 2026-02-19.

Preview features

... (truncated)

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

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 23, 2026
@dependabot dependabot Bot requested a review from anifort as a code owner February 23, 2026 02:16
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 23, 2026
…5 updates

Bumps the all-dependencies group with 5 updates in the /python/agents/customer-service directory:

| Package | From | To |
| --- | --- | --- |
| [google-adk](https://github.com/google/adk-python) | `1.23.0` | `1.25.1` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.12.0` | `2.13.1` |
| [pylint](https://github.com/pylint-dev/pylint) | `4.0.4` | `4.0.5` |
| [agent-starter-pack](https://github.com/GoogleCloudPlatform/agent-starter-pack) | `0.31.7` | `0.38.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.14` | `0.15.2` |



Updates `google-adk` from 1.23.0 to 1.25.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.23.0...v1.25.1)

Updates `pydantic-settings` from 2.12.0 to 2.13.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.12.0...v2.13.1)

Updates `pylint` from 4.0.4 to 4.0.5
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v4.0.4...v4.0.5)

Updates `agent-starter-pack` from 0.31.7 to 0.38.0
- [Release notes](https://github.com/GoogleCloudPlatform/agent-starter-pack/releases)
- [Commits](GoogleCloudPlatform/agent-starter-pack@v0.31.7...v0.38.0)

Updates `ruff` from 0.14.14 to 0.15.2
- [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.14.14...0.15.2)

---
updated-dependencies:
- dependency-name: google-adk
  dependency-version: 1.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pydantic-settings
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pylint
  dependency-version: 4.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: agent-starter-pack
  dependency-version: 0.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: ruff
  dependency-version: 0.15.2
  dependency-type: direct:development
  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/python/agents/customer-service/all-dependencies-6cbcb01286 branch from 2bb5714 to 4ece34b Compare March 2, 2026 02:16
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 4, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 4, 2026
@dependabot dependabot Bot deleted the dependabot/uv/python/agents/customer-service/all-dependencies-6cbcb01286 branch March 4, 2026 17:38
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