Skip to content

text-embeddings-inference 1.9.3#273749

Merged
BrewTestBot merged 2 commits intomainfrom
bump-text-embeddings-inference-1.9.3
Mar 31, 2026
Merged

text-embeddings-inference 1.9.3#273749
BrewTestBot merged 2 commits intomainfrom
bump-text-embeddings-inference-1.9.3

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
## What's Changed
* Use `rust-toolchain.toml` before `rustup` on `Dockerfile-{cuda,cuda-all}` by @alvarobartt in https://github.com/huggingface/text-embeddings-inference/pull/842
* fix(backend): replace bare except with Exception in device check by @llukito in https://github.com/huggingface/text-embeddings-inference/pull/821
* Set `version` 1.9.3 by @alvarobartt in https://github.com/huggingface/text-embeddings-inference/pull/849

New Contributors

Full Changelog: huggingface/text-embeddings-inference@v1.9.2...v1.9.3

View the full release notes at https://github.com/huggingface/text-embeddings-inference/releases/tag/v1.9.3.


@github-actions github-actions Bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Mar 23, 2026
@botantony
Copy link
Copy Markdown
Member

botantony commented Mar 23, 2026

  error[E0521]: borrowed data escapes outside of associated function
    --> /home/linuxbrew/.cache/Homebrew/cargo_cache/registry/src/index.crates.io-1949cf8c6b5b557f/metrics-0.23.0/src/recorder/mod.rs:77:9
     |
  71 |       fn new(recorder: &dyn Recorder) -> Self {
     |              --------  - let's call the lifetime of this reference `'1`
     |              |
     |              `recorder` is a reference that is only valid in the associated function body
  ...
  77 | /         LOCAL_RECORDER.with(|local_recorder| {
  78 | |             local_recorder.set(Some(recorder_ptr));
  79 | |         });
     | |          ^
     | |          |
     | |__________`recorder` escapes the associated function body here
     |            argument requires that `'1` must outlive `'static`
     |
  note: raw pointer casts of trait objects cannot extend lifetimes
    --> /home/linuxbrew/.cache/Homebrew/cargo_cache/registry/src/index.crates.io-1949cf8c6b5b557f/metrics-0.23.0/src/recorder/mod.rs:75:60
     |
  75 |         let recorder_ptr = unsafe { NonNull::new_unchecked(recorder as *const _ as *mut _) };
     |                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     = note: this was previously accepted by the compiler but was changed recently
     = help: see <https://github.com/rust-lang/rust/issues/141402> for more information

metrics-rs/metrics#564

@botantony botantony added build failure CI fails while building the software upstream issue An upstream issue report is needed labels Mar 23, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

@github-actions github-actions Bot added the stale No recent activity label Mar 25, 2026
@huyhandes
Copy link
Copy Markdown

I ran brew install text-embeddings-inference showed version 1.9.2.
But text-embeddings-router -V show 1.6.0.
Please confirm the version

@github-actions github-actions Bot removed the stale No recent activity label Mar 25, 2026
@daeho-ro daeho-ro force-pushed the bump-text-embeddings-inference-1.9.3 branch from 968c361 to 4b13932 Compare March 30, 2026 15:00
@daeho-ro daeho-ro added ready to merge PR can be merged once CI is green and removed build failure CI fails while building the software labels Mar 30, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Mar 31, 2026
@BrewTestBot BrewTestBot enabled auto-merge March 31, 2026 19:46
@BrewTestBot BrewTestBot added this pull request to the merge queue Mar 31, 2026
Merged via the queue into main with commit 867bb59 Mar 31, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-text-embeddings-inference-1.9.3 branch March 31, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. ready to merge PR can be merged once CI is green rust Rust use is a significant feature of the PR or issue upstream issue An upstream issue report is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants