Skip to content

chore(deps): bump the all-dependencies group with 4 updates#51

Merged
tiadams merged 1 commit intomainfrom
dependabot/uv/all-dependencies-af084cd61d
Jan 30, 2026
Merged

chore(deps): bump the all-dependencies group with 4 updates#51
tiadams merged 1 commit intomainfrom
dependabot/uv/all-dependencies-af084cd61d

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2026

Bumps the all-dependencies group with 4 updates: cryptography, google-cloud-aiplatform, openai and sentence-transformers.

Updates cryptography from 46.0.3 to 46.0.4

Changelog

Sourced from cryptography's changelog.

46.0.4 - 2026-01-27


* `Dropped support for win_arm64 wheels`_.
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.5.

.. _v46-0-3:

Commits

Updates google-cloud-aiplatform from 1.134.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)
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)
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 openai from 2.15.0 to 2.16.0

Release notes

Sourced from openai's releases.

v2.16.0

2.16.0 (2026-01-27)

Full Changelog: v2.15.0...v2.16.0

Features

  • api: api update (b97f9f2)
  • api: api updates (9debcc0)
  • client: add support for binary request streaming (49561d8)

Bug Fixes

  • api: mark assistants as deprecated (0419cbc)

Chores

  • ci: upgrade actions/github-script (5139f13)
  • internal: update actions/checkout version (f276714)

Documentation

  • examples: update Azure Realtime sample to use v1 API (#2829) (3b31981)
Changelog

Sourced from openai's changelog.

2.16.0 (2026-01-27)

Full Changelog: v2.15.0...v2.16.0

Features

  • api: api update (b97f9f2)
  • api: api updates (9debcc0)
  • client: add support for binary request streaming (49561d8)

Bug Fixes

  • api: mark assistants as deprecated (0419cbc)

Chores

  • ci: upgrade actions/github-script (5139f13)
  • internal: update actions/checkout version (f276714)

Documentation

  • examples: update Azure Realtime sample to use v1 API (#2829) (3b31981)
Commits

Updates sentence-transformers from 5.2.0 to 5.2.2

Release notes

Sourced from sentence-transformers's releases.

v5.2.2 - Replace mandatory requests dependency with optional httpx dependency

This patch release replaces mandatory requests dependency with an optional httpx dependency.

Install this version with

# Training + Inference
pip install sentence-transformers[train]==5.2.2
Inference only, use one of:
pip install sentence-transformers==5.2.2
pip install sentence-transformers[onnx-gpu]==5.2.2
pip install sentence-transformers[onnx]==5.2.2
pip install sentence-transformers[openvino]==5.2.2

Transformers v5 Support

Transformers v5.0 and its required huggingface_hub versions have dropped support of requests in favor of httpx. The former was also used in sentence-transformers, but not listed explicitly as a dependency. This patch removes the use of requests in favor of httpx, although it's now optional and not automatically imported. This should also save some import time.

Importing Sentence Transformers should now not crash if requests is not installed.

All Changes

Full Changelog: huggingface/sentence-transformers@v5.2.1...v5.2.2

v5.2.1 - Joint Transformers v4 and v5 compatibility

This patch release adds support for the full Transformers v5 release.

Install this version with

# Training + Inference
pip install sentence-transformers[train]==5.2.1
Inference only, use one of:
pip install sentence-transformers==5.2.1
pip install sentence-transformers[onnx-gpu]==5.2.1
pip install sentence-transformers[onnx]==5.2.1
pip install sentence-transformers[openvino]==5.2.1

Transformers v5 Support

Sentence Transformers v5.2.0 already introduced support for the Transformers v5.0 release candidates, but this release is adding support for the full release. The intention is to maintain backward compatibility with v4.x. The library includes dual CI testing for both version for now, allowing users to upgrade to the newest Transformers features when ready. In future versions, Sentence Transformers may start requiring Transformers v5.0 or higher.

All Changes

... (truncated)

Commits
  • f7f7506 Release v5.2.2
  • c78ecf3 [deps] Replace requests dependency with optional httpx dependency (#3618)
  • 18ec0d6 Release v5.2.1
  • 9db10fe [compat] Expand test suite to full transformers v5 (#3615)
  • a1ed1ef Specify numpy manually in dependencies, as it's directly used/imported (#3608)
  • 08cada0 docs: fix typo in custom models: reemain -> remain (#3596)
  • 2366203 Introduce compatibility with transformers 5.0.0rc01 (#3597)
  • 631b085 Merge branch 'main' into v5.2-release
  • 0277f4b Turn mine_hard_negatives into a clickable link in index.rst (#3593)
  • See full diff 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

Bumps the all-dependencies group with 4 updates: [cryptography](https://github.com/pyca/cryptography), [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform), [openai](https://github.com/openai/openai-python) and [sentence-transformers](https://github.com/huggingface/sentence-transformers).


Updates `cryptography` from 46.0.3 to 46.0.4
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@46.0.3...46.0.4)

Updates `google-cloud-aiplatform` from 1.134.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.134.0...v1.135.0)

Updates `openai` from 2.15.0 to 2.16.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v2.15.0...v2.16.0)

Updates `sentence-transformers` from 5.2.0 to 5.2.2
- [Release notes](https://github.com/huggingface/sentence-transformers/releases)
- [Commits](huggingface/sentence-transformers@v5.2.0...v5.2.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 46.0.4
  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: openai
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: sentence-transformers
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jan 29, 2026
@tiadams tiadams merged commit 09388c3 into main Jan 30, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/uv/all-dependencies-af084cd61d branch January 30, 2026 17:00
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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant