Skip to content

chore(deps): bump sentence-transformers from 6.0.1 to 6.1.0 in /service/scripts - #360

Merged
poorvith-mp merged 2 commits into
mainfrom
dependabot/pip/service/scripts/sentence-transformers-6.1.0
Sep 22, 2026
Merged

poorvith-mp merged 2 commits into
mainfrom
dependabot/pip/service/scripts/sentence-transformers-6.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Bumps sentence-transformers from 6.0.1 to 6.1.0.

Release notes

Sourced from sentence-transformers's releases.

v6.1.0 - Documentation and input handling improvements

This is a small release with refreshed inference benchmarks, clearer documentation, and a few improvements to multimodal input handling.

Install this version with

# Training + Inference
pip install sentence-transformers[train]==6.1.0
Inference only, use one of:
pip install sentence-transformers==6.1.0
pip install sentence-transformers[onnx-gpu]==6.1.0
pip install sentence-transformers[onnx]==6.1.0
pip install sentence-transformers[openvino]==6.1.0
Multimodal dependencies (optional):
pip install sentence-transformers[image]==6.1.0
pip install sentence-transformers[audio]==6.1.0
pip install sentence-transformers[video]==6.1.0
Or combine as needed:
pip install sentence-transformers[train,onnx,image]==6.1.0

Changes

  • Refreshed the inference benchmarks and efficiency guide, clarified benchmark labels, and documented ONNX CPU thread tuning (#3977, #4007, #3987).
  • Added a shared input formats guide and SPARSEUP to the pretrained sparse model tables (#4036, #4038).
  • Improved multimodal input handling and chat-template argument routing (#4037, #4048).
  • Corrected loss formulas and argument descriptions in docstrings, clarified custom-module import requirements, and fixed links, typos, and optional type annotations.

For existing multimodal dict inputs, message content now follows each input's key order, which can change embeddings or scores. Video-frame URLs without recognizable image extensions need an explicit frame wrapper to remain one video. See #4037 for details.

All Changes

... (truncated)

Commits
  • b0bf399 Release v6.1.0
  • 55f2f9c Fix load_audio_from_video routing in chat templates (#4048)
  • ad8e77b Support multiple items per modality in one input (#4037)
  • ad356eb [docs] Add SPARSEUP to pretrained sparse models (#4038)
  • 5f1bfb0 docs: Document shared input formats across model archetypes (#4036)
  • b0ef5ef Document ONNX CPU thread tuning and benchmark settings (#3987)
  • 6a841ce [docs] Describe the MarginMSE target as the signed margin (#4009)
  • dc0d7c3 [docs] Refresh inference benchmarks and promote efficiency guides (#4007)
  • 1a4b62a [docs] Clarify sparse COO inputs for semantic_search (#4001)
  • 24d718f Fix implicit Optional annotations (#3990)
  • 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)

Bumps [sentence-transformers](https://github.com/huggingface/sentence-transformers) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/huggingface/sentence-transformers/releases)
- [Commits](huggingface/sentence-transformers@v6.0.1...v6.1.0)

---
updated-dependencies:
- dependency-name: sentence-transformers
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 21, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 21, 2026
@coderabbitai

coderabbitai Bot commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: guillaumemeyer/watermarks-remover/.coderabbit.yaml

Review profile: ASSERTIVE

Plan: Advanced

Run ID: 9fe41a09-80ca-4967-9282-f49ad5badf1e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@poorvith-mp poorvith-mp left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM. Dependency bump passes all CI checks.

@poorvith-mp
poorvith-mp merged commit 6173087 into main Sep 22, 2026
8 checks passed
@poorvith-mp
poorvith-mp deleted the dependabot/pip/service/scripts/sentence-transformers-6.1.0 branch September 22, 2026 17:12
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.

1 participant