Skip to content

Bump sentence-transformers from 5.2.0 to 5.2.2 in /backend-agent#196

Merged
marcorosa merged 1 commit intodevelopfrom
dependabot/uv/backend-agent/develop/sentence-transformers-5.2.2
Feb 9, 2026
Merged

Bump sentence-transformers from 5.2.0 to 5.2.2 in /backend-agent#196
marcorosa merged 1 commit intodevelopfrom
dependabot/uv/backend-agent/develop/sentence-transformers-5.2.2

Conversation

@dependabot
Copy link
Contributor

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

Bumps 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 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 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 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)

Bumps [sentence-transformers](https://github.com/huggingface/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: sentence-transformers
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added backend Related to the flask backend and general Python stuff dependencies Pull requests that update a dependency file labels Feb 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2026 19:38
@dependabot dependabot bot added backend Related to the flask backend and general Python stuff dependencies Pull requests that update a dependency file labels Feb 1, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2026

This change involves updating a dependency within a project's configuration file. The sentence-transformers module has been updated from version 5.2.0 to 5.2.2, presumably to incorporate improvements or bug fixes available in the newer version.

Walkthrough

  • Chore: Bumped sentence-transformers dependency from version 5.2.0 to 5.2.2. This update may provide enhancements, bug fixes, or compatibility improvements but should not introduce breaking changes due to the patch-level increase. There are no direct user-facing changes; this is purely for maintenance and stability.

Model: gpt-4o-2024-08-06 | Prompt Tokens: 300 | Completion Tokens: 128

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's a supportive code review with AI assistance. These insights offer suggestions and observations that may help guide your work. Please consider them as helpful recommendations rather than definitive requirements. Your expertise and judgment remain most important—AI simply provides additional perspective to support your development process.


Always critique what AI says. Do not let AI replace YOUR I.
Model: claude-sonnet-4-20250514 | Prompt Tokens: 857 | Completion Tokens: 226

'gptfuzzer @ git+https://github.com/marcorosa/GPTFuzz@no-vllm',
'garak==0.11.0',
'sentence-transformers==5.2.0',
'sentence-transformers==5.2.2',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good practice: The version bump from 5.2.0 to 5.2.2 for sentence-transformers appears to be a patch update. Consider adding a comment or changelog entry explaining the reason for this update (e.g., bug fixes, security patches, or compatibility improvements). This helps with maintenance and future dependency management.

# Updated for bug fixes and improved compatibility
'sentence-transformers==5.2.2',

@marcorosa marcorosa merged commit 0c89900 into develop Feb 9, 2026
5 checks passed
@marcorosa marcorosa deleted the dependabot/uv/backend-agent/develop/sentence-transformers-5.2.2 branch February 9, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend Related to the flask backend and general Python stuff dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant