Skip to content

Bump sentence-transformers from 3.4.1 to 5.2.3 in /backend#6

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/backend/sentence-transformers-5.2.3
Open

Bump sentence-transformers from 3.4.1 to 5.2.3 in /backend#6
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/backend/sentence-transformers-5.2.3

Conversation

@dependabot
Copy link
Contributor

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

Bumps sentence-transformers from 3.4.1 to 5.2.3.

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
  • eae4794 Release v5.2.3
  • 1a6b4e6 [compat] Introduce Transformers v5.2 compatibility: trainer _nested_gather ...
  • 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
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 26, 2026
Bumps [sentence-transformers](https://github.com/huggingface/sentence-transformers) from 3.4.1 to 5.2.3.
- [Release notes](https://github.com/huggingface/sentence-transformers/releases)
- [Commits](huggingface/sentence-transformers@v3.4.1...v5.2.3)

---
updated-dependencies:
- dependency-name: sentence-transformers
  dependency-version: 5.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/backend/sentence-transformers-5.2.3 branch from b060d47 to d67f5eb Compare February 26, 2026 08:28
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants