Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-dependencies group in /python/agents/medical-pre-authorization with 5 updates:

Package From To
google-adk 1.14.0 1.15.1
google-genai 1.36.0 1.39.1
google-cloud-aiplatform 1.112.0 1.118.0
reportlab 4.4.3 4.4.4
pytest-asyncio 1.1.0 1.2.0

Updates google-adk from 1.14.0 to 1.15.1

Release notes

Sourced from google-adk's releases.

Release 1.15.1

1.15.1 (2025-09-26)

Bug Fixes

  • Fix the deployment failure for Agent Engine (e172811)

Release 1.15.0

1.15.0 (2025-09-24)

Features

  • [Core]
    • Adding the ContextFilterPlugin (a06bf27)
    • Adds plugin to save artifacts for issue #2176 (657369c)
    • Expose log probs of candidates in LlmResponse (f7bd3c1)
  • [Context Caching]
    • Support context caching (c66245a)
      • Support explicit context caching auto creation and lifecycle management.

        Usage: App(root_agent=..., plugins=..., context_cache_config=...)

    • Support non-text content in static instruction (61213ce)
    • Support static instructions (9be9cc2)
      • Support static instruction that won't change, put at the beginning of the instruction. Static instruction support inline_data and file_data as contents. Dynamic instruction moved to the end of LlmRequest, increasing prefix caching matching size.

        Usage: LlmAgent(model=...,static_instruction =types.Content(parts=...), ... )

  • [Telemetry]
    • Add --otel_to_cloud experimental support (1ae0b82, b131268, 7870480)
    • Add GenAI Instrumentation if --otel_to_cloud is enabled (cee365a)
    • Support standard OTel env variables for exporter endpoints (f157b2e)
    • Temporarily disable Cloud Monitoring integration in --otel_to_cloud (3b80337)
  • [Services]
    • Add endpoint to generate memory from session (2595824)
  • [Tools]
    • Add Google Maps Grounding Tool to ADK (6b49391)
    • MCP: Initialize tool_name_prefix in MCPToolse (86dea5b)
  • [Evals]
    • Data model for storing App Details and data model for steps (01923a9)
    • Adds Rubric based final response evaluator (5a485b0)
    • Populate AppDetails to each Invocation (d486795)
  • [Samples]
    • Make the bigquery sample agent run with ADC out-of-the-box (10cf377)

Bug Fixes

... (truncated)

Changelog

Sourced from google-adk's changelog.

1.15.1 (2025-09-26)

Bug Fixes

  • Fix the deployment failure for Agent Engine (e172811)

1.15.0 (2025-09-24)

Features

  • [Core]
    • Adding the ContextFilterPlugin (a06bf27)
    • Adds plugin to save artifacts for issue #2176 (657369c)
    • Expose log probs of candidates in LlmResponse (f7bd3c1)
  • [Context Caching]
    • Support context caching (c66245a)
      • Support explicit context caching auto creation and lifecycle management.

        Usage: App(root_agent=..., plugins=..., context_cache_config=...)

    • Support non-text content in static instruction (61213ce)
    • Support static instructions (9be9cc2)
      • Support static instruction that won't change, put at the beginning of the instruction. Static instruction support inline_data and file_data as contents. Dynamic instruction moved to the end of LlmRequest, increasing prefix caching matching size.

        Usage: LlmAgent(model=...,static_instruction =types.Content(parts=...), ... )

  • [Telemetry]
    • Add --otel_to_cloud experimental support (1ae0b82, b131268, 7870480)
    • Add GenAI Instrumentation if --otel_to_cloud is enabled (cee365a)
    • Support standard OTel env variables for exporter endpoints (f157b2e)
    • Temporarily disable Cloud Monitoring integration in --otel_to_cloud (3b80337)
  • [Services]
    • Add endpoint to generate memory from session (2595824)
  • [Tools]
    • Add Google Maps Grounding Tool to ADK (6b49391)
    • MCP: Initialize tool_name_prefix in MCPToolse (86dea5b)
  • [Evals]
    • Data model for storing App Details and data model for steps (01923a9)
    • Adds Rubric based final response evaluator (5a485b0)
    • Populate AppDetails to each Invocation (d486795)
  • [Samples]
    • Make the bigquery sample agent run with ADC out-of-the-box (10cf377)

Bug Fixes

  • Close runners after running eval (86ee6e3)
  • Filter out thought parts when saving agent output to state (632bf8b)

... (truncated)

Commits
  • e172811 fix: unbreak client closed errors when using vertexai session service
  • da6f1d3 chore: Release ADK 1.15.0
  • 2c75293 feat: Skip running a workflow agent if it has no sub-agents
  • b2b80e7 feat: Pause invocations on long running function calls for resumable apps
  • dd1ffad chore: Update google-genai version constraint
  • 8b08175 feat: Add core checkpointing primitive for base agent
  • b5a65fb chore: Remove the too-detailed edge case descriptions for resumability
  • 839d2e4 feat: Define an AgentState to be used for resuming agent invocation
  • 1589fcd chore: Replace github HTTP URIs with GCS HTTP URIs in static non-text content...
  • e7528ae feat(otel): adjust telemetry to follow OTLP 1.37 GenAI semconv
  • Additional commits viewable in compare view

Updates google-genai from 1.36.0 to 1.39.1

Release notes

Sourced from google-genai's releases.

v1.39.1

1.39.1 (2025-09-26)

Bug Fixes

  • Unbreak client closed errors when using vertexai session service (a0882bd)

Documentation

  • Regenerate updated Python docs (4343332)

v1.39.0

1.39.0 (2025-09-25)

Features

  • Add FunctionResponsePart & ToolComputerUse.excludedPredefinedFunctions (aa7e3c2)
  • Allow custom headers in file upload requests. (1aad1e9)
  • Support explicitly closing the client and context manager (f982dfb)
  • Support Imagen 4 Ingredients on Vertex (1fe3bec)

Bug Fixes

  • Expose JOB_STATE_RUNNING and JOB_STATE_EXPIRED for Gemini Batches states (739f72d)
  • Fix AFC logging (249f1af)
  • Fix Max Depth repr for containers (dict, list, ...) (6ef3db8)
  • Initialization of pre_tuned_model_checkpoint_id from tuning config. (1d3d28a)
  • Remove unclosed client session message when sharing aiohttp ClientSession (8cee513)

v1.38.0

1.38.0 (2025-09-16)

Features

  • Add 'turn_complete_reason' and 'waiting_for_input' fields. (c1f57a5)

Bug Fixes

  • Skip aiohttp related tests when package is not installed (50badf6)

Documentation

  • Regenerate docs for 1.37.0 (1631b2e)

... (truncated)

Changelog

Sourced from google-genai's changelog.

1.39.1 (2025-09-26)

Bug Fixes

  • Unbreak client closed errors when using vertexai session service (a0882bd)

Documentation

  • Regenerate updated Python docs (4343332)

1.39.0 (2025-09-25)

Features

  • Add FunctionResponsePart & ToolComputerUse.excludedPredefinedFunctions (aa7e3c2)
  • Allow custom headers in file upload requests. (1aad1e9)
  • Support explicitly closing the client and context manager (f982dfb)
  • Support Imagen 4 Ingredients on Vertex (1fe3bec)

Bug Fixes

  • Expose JOB_STATE_RUNNING and JOB_STATE_EXPIRED for Gemini Batches states (739f72d)
  • Fix AFC logging (249f1af)
  • Fix Max Depth repr for containers (dict, list, ...) (6ef3db8)
  • Initialization of pre_tuned_model_checkpoint_id from tuning config. (1d3d28a)
  • Remove unclosed client session message when sharing aiohttp ClientSession (8cee513)

1.38.0 (2025-09-16)

Features

  • Add 'turn_complete_reason' and 'waiting_for_input' fields. (c1f57a5)

Bug Fixes

  • Skip aiohttp related tests when package is not installed (50badf6)

Documentation

  • Regenerate docs for 1.37.0 (1631b2e)

1.37.0 (2025-09-16)

... (truncated)

Commits
  • 5c4d7ee chore(main): release 1.39.1 (#1433)
  • a0882bd fix: unbreak client closed errors when using vertexai session service
  • 4343332 docs: Regenerate updated Python docs
  • 71bc167 chore(main): release 1.39.0 (#1392)
  • 8cee513 fix: Remove unclosed client session message when sharing aiohttp ClientSession
  • 739f72d fix: Expose JOB_STATE_RUNNING and JOB_STATE_EXPIRED for Gemini Batches st...
  • 5290bb7 chore: Refactor _transformers.py to import PIL lazily
  • aa7e3c2 feat: Add FunctionResponsePart & ToolComputerUse.excludedPredefinedFunctions
  • 1d3d28a fix: initialization of pre_tuned_model_checkpoint_id from tuning config.
  • bff386d Copybara import of the project:
  • Additional commits viewable in compare view

Updates google-cloud-aiplatform from 1.112.0 to 1.118.0

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.118.0

1.118.0 (2025-09-30)

⚠ BREAKING CHANGES

  • GenAI SDK client (prompt management) - Split create into two methods, create() and create_version()
  • GenAI SDK client (prompt management) - Split get into two methods, get() and get_version()
  • GenAI SDK client (prompt management) - Rename list methods to list() and list_versions()
  • GenAI SDK client (prompt management) - Rename delete methods to delete() and delete_version()
  • GenAI SDK client (prompt management) - Rename prompt_management module to prompts

Features

  • Add enable_widget option in Google Maps and additional grounding information (0722687)
  • Add filter option for deploy configuration in Model Garden deploy SDK (ac33e87)
  • Add Model Garden deploy SDK select verified config guide. (36a5bbc)
  • Add private_model_server_enabled to in Endpoint.proto (0722687)
  • Add Validation mode in FunctionCallingConfig (0722687)
  • Add Validation mode in FunctionCallingConfig (0722687)
  • GenAI Client(evals) - Add create_evaluation_run method to Vertex AI GenAI SDK evals (7db9b4f)
  • GenAI Client(evals) - Add get_evaluation_run method to Vertex AI GenAI SDK evals (bbbadbc)
  • GenAI SDK client (prompt management) - Rename delete methods to delete() and delete_version() (d52ed42)
  • GenAI SDK client (prompt management) - Rename list methods to list() and list_versions() (d52ed42)
  • GenAI SDK client (prompt management) - Rename prompt_management module to prompts (d52ed42)
  • GenAI SDK client (prompt management) - Split create into two methods, create() and create_version() (d52ed42)
  • GenAI SDK client (prompt management) - Split get into two methods, get() and get_version() (d52ed42)
  • GenAI SDK client(evals) Add data model for agent evaluation (d3ef487)
  • PSC support for custom weights deploy (0722687)
  • Tuning PreTunedModel API field (0722687)

Bug Fixes

  • Mitigate breaking change in GenAI SDK for ADK on AgentEngine (9fa50aa)
  • Relax the type annotations to avoid issues with pydantic when deploying (7a6a2f5)
  • Remove the upperbound on google-genai for AgentEngine (74726f3)

Documentation

  • A comment for field dedicated_endpoint_disabled in message .google.cloud.aiplatform.v1beta1.DeployRequest is changed (0722687)
  • Remove legacy internal lint directives (0722687)
  • Update the comment for ANY mode in FunctionCallingConfig. (0722687)
  • Update the comment for ANY mode in FunctionCallingConfig. (0722687)

Miscellaneous Chores

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.118.0 (2025-09-30)

⚠ BREAKING CHANGES

  • GenAI SDK client (prompt management) - Split create into two methods, create() and create_version()
  • GenAI SDK client (prompt management) - Split get into two methods, get() and get_version()
  • GenAI SDK client (prompt management) - Rename list methods to list() and list_versions()
  • GenAI SDK client (prompt management) - Rename delete methods to delete() and delete_version()
  • GenAI SDK client (prompt management) - Rename prompt_management module to prompts

Features

  • Add enable_widget option in Google Maps and additional grounding information (0722687)
  • Add filter option for deploy configuration in Model Garden deploy SDK (ac33e87)
  • Add Model Garden deploy SDK select verified config guide. (36a5bbc)
  • Add private_model_server_enabled to in Endpoint.proto (0722687)
  • Add Validation mode in FunctionCallingConfig (0722687)
  • Add Validation mode in FunctionCallingConfig (0722687)
  • GenAI Client(evals) - Add create_evaluation_run method to Vertex AI GenAI SDK evals (7db9b4f)
  • GenAI Client(evals) - Add get_evaluation_run method to Vertex AI GenAI SDK evals (bbbadbc)
  • GenAI SDK client (prompt management) - Rename delete methods to delete() and delete_version() (d52ed42)
  • GenAI SDK client (prompt management) - Rename list methods to list() and list_versions() (d52ed42)
  • GenAI SDK client (prompt management) - Rename prompt_management module to prompts (d52ed42)
  • GenAI SDK client (prompt management) - Split create into two methods, create() and create_version() (d52ed42)
  • GenAI SDK client (prompt management) - Split get into two methods, get() and get_version() (d52ed42)
  • GenAI SDK client(evals) Add data model for agent evaluation (d3ef487)
  • PSC support for custom weights deploy (0722687)
  • Tuning PreTunedModel API field (0722687)

Bug Fixes

  • Mitigate breaking change in GenAI SDK for ADK on AgentEngine (9fa50aa)
  • Relax the type annotations to avoid issues with pydantic when deploying (7a6a2f5)
  • Remove the upperbound on google-genai for AgentEngine (74726f3)

Documentation

  • A comment for field dedicated_endpoint_disabled in message .google.cloud.aiplatform.v1beta1.DeployRequest is changed (0722687)
  • Remove legacy internal lint directives (0722687)
  • Update the comment for ANY mode in FunctionCallingConfig. (0722687)
  • Update the comment for ANY mode in FunctionCallingConfig. (0722687)

Miscellaneous Chores

... (truncated)

Commits
  • dd54065 chore(main): release 1.118.0 (#5855)
  • a67a795 chore: release 1.118.0
  • d52ed42 feat!: GenAI SDK client (prompt management) - Rename prompt_management module...
  • ac33e87 feat: add filter option for deploy configuration in Model Garden deploy SDK
  • 7db9b4f feat: GenAI Client(evals) - Add create_evaluation_run method to Vertex AI G...
  • bbbadbc feat: GenAI Client(evals) - Add get_evaluation_run method to Vertex AI GenA...
  • 36a5bbc feat: Add Model Garden deploy SDK select verified config guide.
  • 74726f3 fix: Remove the upperbound on google-genai for AgentEngine
  • d3ef487 feat: GenAI SDK client(evals) Add data model for agent evaluation
  • 0722687 Copybara import of the project:
  • Additional commits viewable in compare view

Updates reportlab from 4.4.3 to 4.4.4

Updates pytest-asyncio from 1.1.0 to 1.2.0

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 1.2.0

1.2.0 - 2025-09-12

Added

  • --asyncio-debug CLI option and asyncio_debug configuration option to enable asyncio debug mode for the default event loop. (#980)
  • A pytest.UsageError for invalid configuration values of asyncio_default_fixture_loop_scope and asyncio_default_test_loop_scope. (#1189)
  • Compatibility with the Pyright type checker (#731)

Fixed

  • RuntimeError: There is no current event loop in thread 'MainThread' when any test unsets the event loop (such as when using asyncio.run and asyncio.Runner). (#1177)
  • Deprecation warning when decorating an asynchronous fixture with @pytest.fixture in [strict]{.title-ref} mode. The warning message now refers to the correct package. (#1198)

Notes for Downstream Packagers

  • Bump the minimum required version of tox to v4.28. This change is only relevant if you use the tox.ini file provided by pytest-asyncio to run tests.
  • Extend dependency on typing-extensions>=4.12 from Python<3.10 to Python<3.13.

pytest-asyncio 1.1.1

v1.1.1 - 2025-09-12

Notes for Downstream Packagers

- Addresses a build problem with setuptoos-scm >= 9 caused by invalid setuptools-scm configuration in pytest-asyncio. (#1192)

Commits
  • 0d3988f ci: Create GitHub release before publishing to PyPI.
  • 07c5a0b docs: Include orphaned news fragment in changelog.
  • be24582 chore: Prepare release of v1.2.0.
  • 7aeb296 docs: Streamline news fragments
  • 7b8311c ci: Fixes a bug that prevented SSH signature from being stripped from release...
  • 9d4c2bd docs: Add changelog entry for Pyright compatibility.
  • 94f6106 test: Added tests which assert that the event loop is reinstated if unset by ...
  • df61991 [pre-commit.ci] pre-commit autoupdate
  • f1f7941 Build(deps): Bump pytest from 8.4.1 to 8.4.2
  • c77d3d3 Build(deps): Bump twine from 6.1.0 to 6.2.0
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

Bumps the all-dependencies group in /python/agents/medical-pre-authorization with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [google-adk](https://github.com/google/adk-python) | `1.14.0` | `1.15.1` |
| [google-genai](https://github.com/googleapis/python-genai) | `1.36.0` | `1.39.1` |
| [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) | `1.112.0` | `1.118.0` |
| [reportlab](https://www.reportlab.com/) | `4.4.3` | `4.4.4` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.1.0` | `1.2.0` |


Updates `google-adk` from 1.14.0 to 1.15.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.14.0...v1.15.1)

Updates `google-genai` from 1.36.0 to 1.39.1
- [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.36.0...v1.39.1)

Updates `google-cloud-aiplatform` from 1.112.0 to 1.118.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.112.0...v1.118.0)

Updates `reportlab` from 4.4.3 to 4.4.4

Updates `pytest-asyncio` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: google-adk
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google-genai
  dependency-version: 1.39.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google-cloud-aiplatform
  dependency-version: 1.118.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: reportlab
  dependency-version: 4.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pytest-asyncio
  dependency-version: 1.2.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 force-pushed the dependabot/uv/python/agents/medical-pre-authorization/all-dependencies-2e7db9e8d6 branch from 0e96185 to e25a325 Compare October 6, 2025 02:49
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 13, 2025

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

@dependabot dependabot bot closed this Oct 13, 2025
@dependabot dependabot bot deleted the dependabot/uv/python/agents/medical-pre-authorization/all-dependencies-2e7db9e8d6 branch October 13, 2025 02:31
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