Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
google-adk 1.16.0 1.23.0
pdfplumber 0.11.7 0.11.9
reportlab 4.4.4 4.4.9
google-cloud-storage 2.19.0 3.8.0
pymupdf 1.26.5 1.26.7
pytest 8.4.2 9.0.2
absl-py 2.3.1 2.4.0

Updates google-adk from 1.16.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 google-genai from 1.45.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 pdfplumber from 0.11.7 to 0.11.9

Release notes

Sourced from pdfplumber's releases.

v0.11.9

Changed

v0.11.8

Added

  • Add edge_min_length_prefilter table setting for initial edge filtering. Lowering this setting enables capturing small edge segments (e.g., dashed lines) that would be filtered out with the default minimum length of 1. Raising this setting would be less common but plausible. (h/t @​bronislav). (#1274).

Changed

Changelog

Sourced from pdfplumber's changelog.

0.11.9 — 2026-01-05

Changed

[0.11.8] - 2025-11-08

Added

  • Add edge_min_length_prefilter table setting for initial edge filtering. Lowering this setting enables capturing small edge segments (e.g., dashed lines) that would be filtered out with the default minimum length of 1. Raising this setting would be less common but plausible. (h/t @​bronislav). (#1274).

Changed

Commits
  • db828e3 Bump version to 0.11.9
  • 0aca9f5 Update CHANGELOG.md
  • 9555532 Upgrade pdfminer.six from 20251229 to 20251230
  • 26687c3 Upgrade pdfminer.six from 20251228 to 20251229
  • 45a3530 Replace pytest-parallel with pytest-xdist
  • a281501 Loosen some requirements-dev.txt versions
  • 6dd1bde Test also on Python 3.13, 3.14, not on 3.9
  • 3e47d16 Update CHANGELOG.md
  • 1524ce4 Upgrade pdfminer.six from 20251227 to 20251228
  • 75bbed3 Upgrade pdfminer.six from 20251107 to 20251227
  • Additional commits viewable in compare view

Updates google-cloud-aiplatform from 1.121.0 to 1.135.0

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.135.0

1.135.0 (2026-01-27)

Features

  • Add ComputationBasedMetricSpec to support metrics like EXACT_MATCH, BLEU, and ROUGE in EvaluationRun configurations. (9d32dd5)
  • Add autoscaling_target_dcgm_fi_dev_gpu_util, autoscaling_target_vllm_gpu_cache_usage_perc, autoscaling_target_vllm_num_requests_waiting options in model deployment on Endpoint & Model classes. (0179aa5)
  • Add optimize and launch_optimization_job methods to prompts module (044c3fa)
  • List all Model Garden models (54260fd)
  • RAG - Add Serverless and Spanner modes in preview. (79da831)
  • Remove experimental warning from sandboxes and add specific warning for non-code execution sandboxes. (7d31d13)
  • Update the v1 service definition to add embedding_metadata. (8f5bfc5)

Documentation

  • Update prompt optimizer code in readme to use methods from prompts module (4636507)

v1.134.0

1.134.0 (2026-01-18)

Features

  • Add metadata to memories (f9fc79d)
  • Expose PSC for OpenModel (feeb54d)
  • GenAI Client(evals) - Add support for inference_configs in create_evaluation_run. (33fe72a)
  • GenAI SDK client - Support agent engine sandbox http request in genai sdk (11c23a3)
  • Support metadata filtering for memory retrieval (f9fc79d)
  • Support metadata merge strategies for memory generation (f9fc79d)
  • Support Python 3.14 for reasoning engine. (394cd1d)
  • Update data types from discovery doc. (0c6fb66)
  • Update data types from discovery doc. (a451fa3)

Bug Fixes

  • Mistyping of langchain tools causing mypy errors (0705a37)
  • Test fix internal (b1b900e)

v1.133.0

1.133.0 (2026-01-08)

Features

  • Deprecate tuning public preview SDK in favor of tuning SDK (35d362c)
  • GenAI SDK client - Enabling Few-shot Prompt Optimization by passing either "OPTIMIZATION_TARGET_FEW_SHOT_RUBRICS" or "OPTIMIZATION_TARGET_FEW_SHOT_TARGET_RESPONSE" to the optimize_prompt method (715cc5b)
  • GenAI SDK client(memory): Add enable_third_person_memories (65717fa)

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.135.0 (2026-01-27)

Features

  • Add ComputationBasedMetricSpec to support metrics like EXACT_MATCH, BLEU, and ROUGE in EvaluationRun configurations. (9d32dd5)
  • Add autoscaling_target_dcgm_fi_dev_gpu_util, autoscaling_target_vllm_gpu_cache_usage_perc, autoscaling_target_vllm_num_requests_waiting options in model deployment on Endpoint & Model classes. (0179aa5)
  • Add optimize and launch_optimization_job methods to prompts module (044c3fa)
  • List all Model Garden models (54260fd)
  • RAG - Add Serverless and Spanner modes in preview. (79da831)
  • Remove experimental warning from sandboxes and add specific warning for non-code execution sandboxes. (7d31d13)
  • Update the v1 service definition to add embedding_metadata. (8f5bfc5)

Documentation

  • Update prompt optimizer code in readme to use methods from prompts module (4636507)

1.134.0 (2026-01-18)

Features

  • Add metadata to memories (f9fc79d)
  • Expose PSC for OpenModel (feeb54d)
  • GenAI Client(evals) - Add support for inference_configs in create_evaluation_run. (33fe72a)
  • GenAI SDK client - Support agent engine sandbox http request in genai sdk (11c23a3)
  • Support metadata filtering for memory retrieval (f9fc79d)
  • Support metadata merge strategies for memory generation (f9fc79d)
  • Support Python 3.14 for reasoning engine. (394cd1d)
  • Update data types from discovery doc. (0c6fb66)
  • Update data types from discovery doc. (a451fa3)

Bug Fixes

  • Mistyping of langchain tools causing mypy errors (0705a37)
  • Test fix internal (b1b900e)

1.133.0 (2026-01-08)

Features

  • Deprecate tuning public preview SDK in favor of tuning SDK (35d362c)
  • GenAI SDK client - Enabling Few-shot Prompt Optimization by passing either "OPTIMIZATION_TARGET_FEW_SHOT_RUBRICS" or "OPTIMIZATION_TARGET_FEW_SHOT_TARGET_RESPONSE" to the optimize_prompt method (715cc5b)
  • GenAI SDK client(memory): Add enable_third_person_memories (65717fa)
  • Support Developer Connect in AE (04f1771)

... (truncated)

Commits
  • 6843d32 chore(main): release 1.135.0 (#6272)
  • b7fde37 chore: Validate run_name in Vertex Tensorboard profile uploader.
  • 54260fd feat: list all Model Garden models
  • 4636507 docs: Update prompt optimizer code in readme to use methods from prompts module
  • 7d31d13 feat: Remove experimental warning from sandboxes and add specific warning for...
  • 79da831 feat: RAG - Add Serverless and Spanner modes in preview.
  • 044c3fa feat: Add optimize and launch_optimization_job methods to prompts module
  • 2ad5a2e chore: Fix failing flaky tests
  • 0179aa5 feat: Add autoscaling_target_dcgm_fi_dev_gpu_util, autoscaling_target_vllm_gp...
  • 888c408 chore: Look up the agent engine specific env var for location if available
  • Additional commits viewable in compare view

Updates reportlab from 4.4.4 to 4.4.9

Updates google-cloud-storage from 2.19.0 to 3.8.0

Release notes

Sourced from google-cloud-storage's releases.

google-cloud-storage 3.8.0

3.8.0 (2026-01-13)

Features

Bug Fixes

  • no state lookup while opening bidi-write stream (2d5a7b16)

  • no state lookup while opening bidi-write stream (#1636) (2d5a7b16)

  • close write object stream always (#1661) (4a609a4b)

  • add system test for opening with read_handle (#1672) (6dc711da)

v3.7.0

3.7.0 (2025-12-09)

Features

  • Auto enable mTLS when supported certificates are detected (#1637) (4e91c54)
  • Send entire object checksum in the final api call of resumable upload (#1654) (ddce7e5)
  • Support urllib3 >= 2.6.0 (#1658) (57405e9)

Bug Fixes

  • bucket: Move blob fails when the new blob name contains characters that need to be url encoded (#1605) (ec470a2)

v3.6.0

3.6.0 (2025-11-17)

Features

... (truncated)

Changelog

Sourced from google-cloud-storage's changelog.

3.8.0 (2026-01-13)

Features

Bug Fixes

3.7.0 (2025-12-09)

Features

  • Auto enable mTLS when supported certificates are detected (#1637) (4e91c54)
  • Send entire object checksum in the final api call of resumable upload (#1654) (ddce7e5)
  • Support urllib3 >= 2.6.0 (#1658) (57405e9)

Bug Fixes

  • Fix for move_blob failure when the new blob name contains characters that need to be url encoded (#1605) (ec470a2)

3.6.0 (2025-11-17)

Features

  • Add support for partial list buckets (#1606) (92fc2b0)
  • Make return_partial_success and unreachable fields public for list Bucket (#1601) (323cddd)
  • zb-experimental: Add async write object stream (5ab8103)
  • zb-experimental: Add async write object stream (#1612) (5ab8103)

Bug Fixes

3.5.0 (2025-11-05)

... (truncated)

Commits
  • 16cf512 chore: librarian release pull request: 20260113T144551Z (#1704)
  • 94ad895 chore(librarian): bump library version to 3.7.0 (#1703)
  • 89bfe7a feat(experimental): flush the last chunk in append method (#1699)
  • a57ea0e feat(experimental): add write resumption strategy (#1663)
  • 0c35d3f chore(tests): add test for reading unfinalized appendable objects with genera...
  • d90f0ee feat(experimental): add bidi stream retry manager. (#1632)
  • a994dbf Revert "skip notification tests until b/470069573 is fixed" (#1694)
  • dfc60b3 chore: delete topic after creation (#1687)
  • 1333c95 feat: implement "append_from_file" (#1686)
  • fe6d7c9 chore: optimization to reduce number of open TCP connections while running zo...
  • Additional commits viewable in compare view

Updates pymupdf from 1.26.5 to 1.26.7

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.26.7 released

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.26.7

  • Use MuPDF-1.26.12.

Other:

  • Retrospectively mark #4756 as fixed in 1.26.6.
  • Improved safety of pymupdf embed-extract. This now refuses to write to an existing file or outside current directory, unless -output or new flag -unsafe is specified.

PyMuPDF-1.26.6 released

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.26.6

  • Use MuPDF-1.26.11.

  • Supported Python versions are now 3.10-3.14.

  • Fixed issues:

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.26.7 (2025-12-11)

  • Use MuPDF-1.26.12.

    • Fixed 4801 <https://github.com/pymupdf/PyMuPDF/issues/4801>_: Build failure dumping all environment variables

Other:

  • Retrospectively mark 4756 <https://github.com/pymupdf/PyMuPDF/issues/4756>_ as fixed in 1.26.6.
  • Improved safety of pymupdf embed-extract. This now refuses to write to an existing file or outside current directory, unless -output or new flag -unsafe is specified.

Changes in version 1.26.6 (2025-11-05)

  • Use MuPDF-1.26.11.

  • Supported Python versions are now 3.10-3.14.

  • Fixed issues:

    • Fixed 4699 <https://github.com/pymupdf/PyMuPDF/issues/4699>_: cannot find ExtGState resource
    • Fixed 4712 <https://github.com/pymupdf/PyMuPDF/issues/4712>_: Crash with "corrupted double-linked list"
    • Fixed 4720 <https://github.com/pymupdf/PyMuPDF/issues/4720>_: Memory leaking in rewrite_images?
    • Fixed 4742 <https://github.com/pymupdf/PyMuPDF/issues/4742>_: 'Rect' object has no attribute 'get_area'
    • Fixed 4746 <https://github.com/pymupdf/PyMuPDF/issues/4746>_: Document.init() got an unexpected keyword argument 'encoding'
    • Fixed 4756 <https://github.com/pymupdf/PyMuPDF/issues/4756>_: swig --version doesn't work in all versions of swig; -version should be used instead

Changes in version 1.26.5 (2025-10-10)

  • Use MuPDF-1.26.10.

  • Fixed issues:

    • Fixed 2883 <https://github.com/pymupdf/PyMuPDF/issues/2883>_: Improve the Python type annotations for fitz_new
    • Fixed 4507 <https://github.com/pymupdf/PyMuPDF/issues/4507>_: Bugs in pyodide
    • Fixed 4613 <https://github.com/pymupdf/PyMuPDF/issues/4613>_: Thai and number blocks are not auto-scaled and get wrong hyphen when using in insert_htmlbox
    • Fixed 4700 <https://github.com/pymupdf/PyMuPDF/issues/4700>_: pymupdf.open() processes .zip file without raising
    • Fixed 4716 <https://github.com/pymupdf/PyMuPDF/issues/4716>_: Problems with unreadable characters
  • Other:

    • Supported Python versions are now 3.9-3.14.
    • We now define all class methods explicitly instead of with dynamic assignment; this improves type hints.

... (truncated)

Commits
  • 8264a4b tests/test_4767.py: test_4767() disable on github/windows/cibuildwheel.
  • e68755f setup.py changes.txt: upgrade to mupdf-1.26.12 by default.
  • c0e37f8 .github/workflows: cope with end of life of macos-13.
  • 1084c91 Docs: Fixes search path for sub-directory paths.
  • cb7c15c Docs: updates ko .mo files.
  • 715b7c1 Updates language toggle to add Korean option
  • caa8af7 Adds missing translations for pixmap.po
  • 83e3a47 Code syntax error updates.
  • a22f121 Fix Korean translation errors
  • bd48f16 Fix Korean translation errors in tutorial.po
  • Additional commits viewable in compare view

Updates pytest from 8.4.2 to 9.0.2

Release notes

Sourced from pytest's releases.

9.0.2

pytest 9.0.2 (2025-12-06)

Bug fixes

  • #13896: The terminal progress feature added in pytest 9.0.0 has been disabled by default, except on Windows, due to compatibility issues with some terminal emulators.

    You may enable it again by passing -p terminalprogress. We may enable it by default again once compatibility improves in the future.

    Additionally, when the environment variable TERM is dumb, the escape codes are no longer emitted, even if the plugin is enabled.

  • #13904: Fixed the TOML type of the tmp_path_retention_count settings in the API reference from number to string.

  • #13946: The private config.inicfg attribute was changed in a breaking manner in pytest 9.0.0. Due to its usage in the ecosystem, it is now restored to working order using a compatibility shim. It will be deprecated in pytest 9.1 and removed in pytest 10.

  • #13965: Fixed quadratic-time behavior when handling unittest subtests in Python 3.10.

Improved documentationDescription has been truncated

…10 updates

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

| Package | From | To |
| --- | --- | --- |
| [google-adk](https://github.com/google/adk-python) | `1.16.0` | `1.23.0` |
| [pdfplumber](https://github.com/jsvine/pdfplumber) | `0.11.7` | `0.11.9` |
| [reportlab](https://www.reportlab.com/) | `4.4.4` | `4.4.9` |
| [google-cloud-storage](https://github.com/googleapis/python-storage) | `2.19.0` | `3.8.0` |
| [pymupdf](https://github.com/pymupdf/pymupdf) | `1.26.5` | `1.26.7` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.2` |
| [absl-py](https://github.com/abseil/abseil-py) | `2.3.1` | `2.4.0` |



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

Updates `google-genai` from 1.45.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.45.0...v1.61.0)

Updates `pdfplumber` from 0.11.7 to 0.11.9
- [Release notes](https://github.com/jsvine/pdfplumber/releases)
- [Changelog](https://github.com/jsvine/pdfplumber/blob/stable/CHANGELOG.md)
- [Commits](jsvine/pdfplumber@v0.11.7...v0.11.9)

Updates `google-cloud-aiplatform` from 1.121.0 to 1.135.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.121.0...v1.135.0)

Updates `reportlab` from 4.4.4 to 4.4.9

Updates `google-cloud-storage` from 2.19.0 to 3.8.0
- [Release notes](https://github.com/googleapis/python-storage/releases)
- [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-storage@v2.19.0...v3.8.0)

Updates `pymupdf` from 1.26.5 to 1.26.7
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.26.5...1.26.7)

Updates `pytest` from 8.4.2 to 9.0.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.4.2...9.0.2)

Updates `pytest-asyncio` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v1.2.0...v1.3.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-adk
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-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: pdfplumber
  dependency-version: 0.11.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: google-cloud-aiplatform
  dependency-version: 1.135.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: reportlab
  dependency-version: 4.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: google-cloud-storage
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: pymupdf
  dependency-version: 1.26.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pytest
  dependency-version: 9.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: pytest-asyncio
  dependency-version: 1.3.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