Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps the all-dependencies group in /python/agents/travel-concierge with 9 updates:

Package From To
google-genai 1.56.0 1.61.0
google-adk 1.21.0 1.23.0
openinference-instrumentation 0.1.42 0.1.44
arize 7.51.2 7.52.0
arize-phoenix-evals 2.7.1 2.8.0
ruff 0.14.10 0.14.14
types-requests 2.32.4.20250913 2.32.4.20260107
agent-starter-pack 0.29.1 0.32.0
absl-py 2.3.1 2.4.0

Updates google-genai from 1.56.0 to 1.61.0

Release notes

Sourced from google-genai's releases.

v1.61.0

1.61.0 (2026-01-30)

Features

  • Add include_input query parameter to Get Interaction endpoint. (a0240d9)
  • Add registerFiles for you can use gcs files with mldev. (965395b)
  • Support distillation tuning (9e49d71)
  • Support OSS Tuning in GenAI SDK (51748a7)

Bug Fixes

  • Add metadata in batch inlined response (08c47aa)

v1.60.0

1.60.0 (2026-01-21)

Features

  • Add ModelArmorConfig support for prompt and response sanitization via the Model Armor service (8d1091a)

Documentation

  • Regenerate docs for 1.59.0 (351e490)
  • Update docs to include interactions and file_search_stores module (a21841c)

v1.59.0

1.59.0 (2026-01-15)

Features

  • Set the environment variable GOOGLE_API_PREVENT_AGENT_TOKEN_SHARING_FOR_GCP_SERVICES to 'false' within BaseApiClient to disable bound token sharing. (79ac880)
  • Support 4:5 and 5:4 aspect ratio in Interactions (1ddd9f1)

Documentation

  • Regenerate docs for 1.58.0 (39a8b06)

v1.58.0

1.58.0 (2026-01-14)

Features

... (truncated)

Changelog

Sourced from google-genai's changelog.

1.61.0 (2026-01-30)

Features

  • Add include_input query parameter to Get Interaction endpoint. (a0240d9)
  • Add registerFiles for you can use gcs files with mldev. (965395b)
  • Support distillation tuning (9e49d71)
  • Support OSS Tuning in GenAI SDK (51748a7)

Bug Fixes

  • Add metadata in batch inlined response (08c47aa)

1.60.0 (2026-01-21)

Features

  • Add ModelArmorConfig support for prompt and response sanitization via the Model Armor service (8d1091a)
  • Update data types from discovery doc. (4209289)
  • Update data types from discovery doc. (7db2c2d)

Documentation

  • Regenerate docs for 1.59.0 (351e490)
  • Update docs to include interactions and file_search_stores module (a21841c)

1.59.0 (2026-01-15)

Features

  • Set the environment variable GOOGLE_API_PREVENT_AGENT_TOKEN_SHARING_FOR_GCP_SERVICES to 'false' within BaseApiClient to disable bound token sharing. (79ac880)
  • Support 4:5 and 5:4 aspect ratio in Interactions (1ddd9f1)

Documentation

  • Regenerate docs for 1.58.0 (39a8b06)

1.58.0 (2026-01-14)

Features

  • Add FileSearchCallContent to Interactions (a882dea)
  • Add ImageConfig to GenerationConfig for image generation in Interactions (b61163f)

... (truncated)

Commits
  • 2639363 chore(main): release 1.61.0 (#1994)
  • 08c47aa fix: Add metadata in batch inlined response
  • 51748a7 feat: Support OSS Tuning in GenAI SDK
  • 63ea999 chore: Update pytest annotations.
  • 396633c chore: Update interactions
  • 9e49d71 feat: Support distillation tuning
  • 965395b feat: Add registerFiles for you can use gcs files with mldev.
  • a0240d9 feat: Add include_input query parameter to Get Interaction endpoint.
  • c880d09 chore: Update FunctionResultContent to use TextContent
  • 6d303e4 chore: Split InteractionEvent into InteractionStartEvent and InteractionCompl...
  • Additional commits viewable in compare view

Updates google-adk from 1.21.0 to 1.23.0

Release notes

Sourced from google-adk's releases.

v1.23.0

1.23.0 (2026-01-22)

⚠ BREAKING CHANGES

  • Breaking: Use OpenTelemetry for BigQuery plugin tracing, replacing custom ContextVar implementation (ab89d12)

Features

  • [Core]

    • Add support to automatically create a session if one does not exist (8e69a58)
    • Remove @experimental decorator from AgentEngineSandboxCodeExecutor (135f763)
    • Add --disable_features CLI option to override default feature enable state (53b67ce)
    • Add otel_to_cloud flag to adk deploy agent_engine command (21f63f6)
    • Add is_computer_use field to agent information in adk-web server (5923da7)
    • Allow thinking_config in generate_content_config (e162bb8)
    • Convert A2UI messages between A2A DataPart metadata and ADK events (1133ce2)
    • Add --enable_features CLI option to override default feature enable state (79fcddb)
  • [Tools]

    • Add flush mechanism to BigQueryAgentAnalyticsPlugin to ensure pending log events are written to BigQuery (9579bea)
    • Allow Google Search tool to set a different model (b57a3d4)
    • Support authentication for MCP tool listing (e3d542a 19315fe)
    • Use JSON schema for base_retrieval_tool, load_artifacts_tool, and load_memory_tool declarations when the feature is enabled (69ad605)
    • Use JSON schema for IntegrationConnectorTool declaration when the feature is enabled (2ed6865)
    • Start and close ClientSession in a single task in McpSessionManager (cce430d)
    • Use JSON schema for RestApiTool declaration when the feature is enabled (a5f0d33)
  • [Evals]

    • Update adk eval CLI to consume custom metrics by adding CustomMetricEvaluator (ea0934b)
    • Update EvalConfig and EvalMetric data models to support custom metrics (6d2f33a)
  • [Observability]

    • Add minimal generate_content {model.name} spans and logs for non-Gemini inference and when opentelemetry-inference-google-genai dependency is missing (935c279)
  • [Integrations]

    • Enhance TraceManager asynchronous safety, enrich BigQuery plugin logging, and fix serialization (a4116a6)
  • [Live]

    • Persist user input content to session in live mode (a04828d)

Bug Fixes

  • Recursively extract input/output schema for AgentTool (bf2b56d)
  • Yield buffered function_call and function_response events during live streaming (7b25b8f)
  • Update authlib and mcp dependency versions (7955177)
  • Set LITELLM_MODE to PRODUCTION before importing LiteLLM to prevent implicit .env file loading (215c2f5)
  • Redact sensitive information from URIs in logs (5257869)
  • Handle asynchronous driver URLs in the migration tool (4b29d15)
  • Remove custom metadata from A2A response events (81eaeb5)

... (truncated)

Changelog

Sourced from google-adk's changelog.

1.23.0 (2026-01-22)

⚠ BREAKING CHANGES

  • Breaking: Use OpenTelemetry for BigQuery plugin tracing, replacing custom ContextVar implementation (ab89d12)

Features

  • [Core]

    • Add support to automatically create a session if one does not exist (8e69a58)
    • Remove @experimental decorator from AgentEngineSandboxCodeExecutor (135f763)
    • Add --disable_features CLI option to override default feature enable state (53b67ce)
    • Add otel_to_cloud flag to adk deploy agent_engine command (21f63f6)
    • Add is_computer_use field to agent information in adk-web server (5923da7)
    • Allow thinking_config in generate_content_config (e162bb8)
    • Convert A2UI messages between A2A DataPart metadata and ADK events (1133ce2)
    • Add --enable_features CLI option to override default feature enable state (79fcddb)
  • [Tools]

    • Add flush mechanism to BigQueryAgentAnalyticsPlugin to ensure pending log events are written to BigQuery (9579bea)
    • Allow Google Search tool to set a different model (b57a3d4)
    • Support authentication for MCP tool listing (e3d542a 19315fe)
    • Use JSON schema for base_retrieval_tool, load_artifacts_tool, and load_memory_tool declarations when the feature is enabled (69ad605)
    • Use JSON schema for IntegrationConnectorTool declaration when the feature is enabled (2ed6865)
    • Start and close ClientSession in a single task in McpSessionManager (cce430d)
    • Use JSON schema for RestApiTool declaration when the feature is enabled (a5f0d33)
  • [Evals]

    • Update adk eval CLI to consume custom metrics by adding CustomMetricEvaluator (ea0934b)
    • Update EvalConfig and EvalMetric data models to support custom metrics (6d2f33a)
  • [Observability]

    • Add minimal generate_content {model.name} spans and logs for non-Gemini inference and when opentelemetry-inference-google-genai dependency is missing (935c279)
  • [Integrations]

    • Enhance TraceManager asynchronous safety, enrich BigQuery plugin logging, and fix serialization (a4116a6)
  • [Live]

    • Persist user input content to session in live mode (a04828d)

Bug Fixes

  • Recursively extract input/output schema for AgentTool (bf2b56d)
  • Yield buffered function_call and function_response events during live streaming (7b25b8f)
  • Update authlib and mcp dependency versions (7955177)
  • Set LITELLM_MODE to PRODUCTION before importing LiteLLM to prevent implicit .env file loading (215c2f5)
  • Redact sensitive information from URIs in logs (5257869)
  • Handle asynchronous driver URLs in the migration tool (4b29d15)
  • Remove custom metadata from A2A response events (81eaeb5)
  • Handle None inferences in eval results (7d4326c)

... (truncated)

Commits
  • 7cf1e44 chore: Bumps version to v1.23.0 and updates CHANGELOG.md
  • 3f1b0d0 chore: minor fix for DebugLoggingPlugin example
  • 935c279 feat(otel): add minimal generate_content {model.name} spans and logs for no...
  • 82fa10b feat: add new conversational analytics api tool set
  • bf2b56d fix: recursively extract input/output schema for AgentTool
  • 3d96b78 chore: Pin litellm dependency to versions below 1.80.17
  • 91ec80c docs: fixing multiple typos
  • 295b345 chore: Filter out adk_request_input event from content list
  • b57a3d4 feat: Allow google search tool to set different model
  • 9579bea feat(plugins): Add flush mechanism to BigQueryAgentAnalyticsPlugin
  • Additional commits viewable in compare view

Updates openinference-instrumentation from 0.1.42 to 0.1.44

Release notes

Sourced from openinference-instrumentation's releases.

python-openinference-instrumentation: v0.1.44

0.1.44 (2026-02-01)

Bug Fixes

  • instrumentation: update openinference span kind helper to include prompt (#2672) (6603d44)

python-openinference-instrumentation: v0.1.43

0.1.43 (2026-01-26)

Features

Commits
  • 0329ae3 chore: release main (#2673)
  • 6603d44 fix(instrumentation): update openinference span kind helper to include prompt...
  • 687da35 chore: release main (#2671)
  • cd5d2ff feat(semconv): add prompt span kind and prompt template variables attributes ...
  • ac6f4ec chore: removing google-generativeai from test deps (#2622)
  • 0fda1f7 chore: Dspy Rag fastaapi examples dependencies update (#2667)
  • 9f8c426 chore: release main (#2660)
  • e58f177 fix: ensure tool error spans are properly ended and exported (#2654)
  • 4093de3 Adding Agent Spec Instrumentor to documentation homepage table (#2656)
  • 1933e5f chore: release main (#2653)
  • Additional commits viewable in compare view

Updates arize from 7.51.2 to 7.52.0

Changelog

Sourced from arize's changelog.

7.52.0 (2026-01-21)

🎁 New Features

  • add configurable timeout parameter for experiment task execution (#59917) (b2ebb81)
Commits

Updates arize-phoenix-evals from 2.7.1 to 2.8.0

Release notes

Sourced from arize-phoenix-evals's releases.

arize-phoenix-evals: v2.8.0

2.8.0 (2026-01-08)

Features

Bug Fixes

  • prompts: remove newlines from built-in prompts (#10736) (edf35f0)
Changelog

Sourced from arize-phoenix-evals's changelog.

12.8.0 (2025-10-27)

Features

Bug Fixes

Commits

Updates ruff from 0.14.10 to 0.14.14

Release notes

Sourced from ruff's releases.

0.14.14

Release Notes

Released on 2026-01-22.

Preview features

  • Preserve required parentheses in lambda bodies (#22747)
  • Combine range suppression code diagnostics (#22613)
  • [airflow] Second positional argument to Asset/Dataset should not be a dictionary (AIR303) (#22453)
  • [ruff] Detect duplicate entries in __all__ (RUF068) (#22114)

Bug fixes

  • [pyupgrade] Allow shadowing non-builtin bindings (UP029) (#22749)
  • [pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
  • [flake8-pie] Detect duplicated declared class fields in PIE794 (#22717)

Rule changes

Documentation

  • Add --exit-non-zero-on-format to formatter exit codes section (#22761)
  • Update contributing guide for adding a new rule (#22779)
  • [FastAPI] Document fix safety for FAST001 (#22655)
  • [flake8-async] Tweak explanation to focus on latency/efficiency tradeoff (ASYNC110) (#22715)
  • [pandas-vet] Make example error out-of-the-box (PD002) (#22561)
  • [refurb] Make the example work out of box (FURB101) (#22770)
  • [refurb] Make the example work out of box (FURB103) (#22769)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.14.14

Released on 2026-01-22.

Preview features

  • Preserve required parentheses in lambda bodies (#22747)
  • Combine range suppression code diagnostics (#22613)
  • [airflow] Second positional argument to Asset/Dataset should not be a dictionary (AIR303) (#22453)
  • [ruff] Detect duplicate entries in __all__ (RUF068) (#22114)

Bug fixes

  • [pyupgrade] Allow shadowing non-builtin bindings (UP029) (#22749)
  • [pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
  • [flake8-pie] Detect duplicated declared class fields in PIE794 (#22717)

Rule changes

Documentation

  • Add --exit-non-zero-on-format to formatter exit codes section (#22761)
  • Update contributing guide for adding a new rule (#22779)
  • [FastAPI] Document fix safety for FAST001 (#22655)
  • [flake8-async] Tweak explanation to focus on latency/efficiency tradeoff (ASYNC110) (#22715)
  • [pandas-vet] Make example error out-of-the-box (PD002) (#22561)
  • [refurb] Make the example work out of box (FURB101) (#22770)
  • [refurb] Make the example work out of box (FURB103) (#22769)

Contributors

... (truncated)

Commits
  • 8b2e7b3 Prepare release v0.14.14 (#22813)
  • 4c7d1f5 [ty] Infer TypedDict types with >=1 required key as being always truthy (#2...
  • b7de434 add CCfW hooks (#22803)
  • b912dfc [pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
  • 1ff062d [ty] Improve completion rankings for raise-from/except contexts (#22775)
  • 7e408a5 Update dependency wrangler to v4.59.1 (#22793)
  • ceb876b [flake8-pyi] Fix inconsistent handling of forward references for __new__,...
  • c5b4ee6 [ty] Support solving generics involving PEP 695 type aliases (#22678)
  • b9a6129 [ty] Improve support for kwarg splats in dictionary literals (#22781)
  • f516d47 Update contributing guide for adding a new rule (#22779)
  • Additional commits viewable in compare view

Updates types-requests from 2.32.4.20250913 to 2.32.4.20260107

Commits

Updates agent-starter-pack from 0.29.1 to 0.32.0

Release notes

Sourced from agent-starter-pack's releases.

v0.32.0

What's Changed

New Contributors

Full Changelog: GoogleCloudPlatform/agent-starter-pack@v0.31.7...v0.32.0

v0.31.7

What's Changed

Full Changelog: GoogleCloudPlatform/agent-starter-pack@v0.31.5...v0.31.7

v0.31.5

What's Changed

Full Changelog: GoogleCloudPlatform/agent-starter-pack@v0.31.4...v0.31.5

v0.31.4

What's Changed

... (truncated)

Commits
  • 807b738 chore: bump version to 0.32.0 (#741)
  • ba30739 fix: pass display_name when creating agent with identity (#739)
  • 4998ee0 fix: pin google-cloud-aiplatform to version 1.130.0 (#738)
  • 9f96af1 feat: add display_name support and rebrand langgraph as custom_a2a (#737)
  • cfd4088 build(deps): bump lodash (#732)
  • 4541341 chore: remove accidentally committed files
  • 465169a feat: add --set-secrets option to deploy command (#734)
  • f05c88c feat: add go support to upgrade command and update docs (#730)
  • a9ffc81 fix: use Locust client for session creation in Cloud Run load test (#733)
  • 8da8536 feat: add upgrade command for updating projects to newer ASP versions (#719)
  • Additional commits viewable in compare view

Updates absl-py from 2.3.1 to 2.4.0

Release notes

Sourced from absl-py's releases.

v2.4.0

Added

  • Added support for Python 3.14.
  • Allow $PYTHONBREAKPOINT to affect runcall and post_mortem debugging.
  • (logging) Propagate **kwargs in conditional/rate-limited logging functions.

Changed

  • Dropped support for Python 3.8 and 3.9.
  • (flags) Change internals of absl.flags.get_help_width() implementation.
  • (cleanup) Modernize Bazel setup with MODULE.bazel.
  • (cleanup) Modernize type annotations using Python 3.10+ features.

Fixed

  • (flags) Fix duplicate flag definition when reloading a module.
  • (typechecking) Correct type signature of absltest.skipThisClass.
Changelog

Sourced from absl-py's changelog.

2.4.0 (2026-01-28)

Added

  • Added support for Python 3.14.
  • Allow $PYTHONBREAKPOINT to affect <...

    Description has been truncated

Bumps the all-dependencies group in /python/agents/travel-concierge with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [google-genai](https://github.com/googleapis/python-genai) | `1.56.0` | `1.61.0` |
| [google-adk](https://github.com/google/adk-python) | `1.21.0` | `1.23.0` |
| [openinference-instrumentation](https://github.com/Arize-ai/openinference) | `0.1.42` | `0.1.44` |
| [arize](https://github.com/Arize-ai/client_python) | `7.51.2` | `7.52.0` |
| [arize-phoenix-evals](https://github.com/Arize-ai/phoenix) | `2.7.1` | `2.8.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.10` | `0.14.14` |
| [types-requests](https://github.com/typeshed-internal/stub_uploader) | `2.32.4.20250913` | `2.32.4.20260107` |
| [agent-starter-pack](https://github.com/GoogleCloudPlatform/agent-starter-pack) | `0.29.1` | `0.32.0` |
| [absl-py](https://github.com/abseil/abseil-py) | `2.3.1` | `2.4.0` |


Updates `google-genai` from 1.56.0 to 1.61.0
- [Release notes](https://github.com/googleapis/python-genai/releases)
- [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-genai@v1.56.0...v1.61.0)

Updates `google-adk` from 1.21.0 to 1.23.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.21.0...v1.23.0)

Updates `openinference-instrumentation` from 0.1.42 to 0.1.44
- [Release notes](https://github.com/Arize-ai/openinference/releases)
- [Changelog](https://github.com/Arize-ai/openinference/blob/main/release-please-config.json)
- [Commits](Arize-ai/openinference@python-openinference-instrumentation-v0.1.42...python-openinference-instrumentation-v0.1.44)

Updates `arize` from 7.51.2 to 7.52.0
- [Changelog](https://github.com/Arize-ai/client_python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Arize-ai/client_python/commits)

Updates `arize-phoenix-evals` from 2.7.1 to 2.8.0
- [Release notes](https://github.com/Arize-ai/phoenix/releases)
- [Changelog](https://github.com/Arize-ai/phoenix/blob/main/CHANGELOG.md)
- [Commits](Arize-ai/phoenix@arize-phoenix-evals-v2.7.1...arize-phoenix-evals-v2.8.0)

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

Updates `types-requests` from 2.32.4.20250913 to 2.32.4.20260107
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `agent-starter-pack` from 0.29.1 to 0.32.0
- [Release notes](https://github.com/GoogleCloudPlatform/agent-starter-pack/releases)
- [Commits](GoogleCloudPlatform/agent-starter-pack@v0.29.1...v0.32.0)

Updates `absl-py` from 2.3.1 to 2.4.0
- [Release notes](https://github.com/abseil/abseil-py/releases)
- [Changelog](https://github.com/abseil/abseil-py/blob/main/CHANGELOG.md)
- [Commits](abseil/abseil-py@v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: google-genai
  dependency-version: 1.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google-adk
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: openinference-instrumentation
  dependency-version: 0.1.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: arize
  dependency-version: 7.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: arize-phoenix-evals
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: ruff
  dependency-version: 0.14.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: types-requests
  dependency-version: 2.32.4.20260107
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: agent-starter-pack
  dependency-version: 0.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: absl-py
  dependency-version: 2.4.0
  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 added the dependencies Pull requests that update a dependency file label Feb 2, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants