From e57b3df9aac43cfbfc2ce637a53a8debc8521bd2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:29:41 +0000 Subject: [PATCH 1/2] text-embeddings-inference 1.8.3 --- Formula/t/text-embeddings-inference.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/text-embeddings-inference.rb b/Formula/t/text-embeddings-inference.rb index 4c97a5257541d..2c278fe13ba8f 100644 --- a/Formula/t/text-embeddings-inference.rb +++ b/Formula/t/text-embeddings-inference.rb @@ -1,8 +1,8 @@ class TextEmbeddingsInference < Formula desc "Blazing fast inference solution for text embeddings models" homepage "https://huggingface.co/docs/text-embeddings-inference/quick_tour" - url "https://github.com/huggingface/text-embeddings-inference/archive/refs/tags/v1.8.2.tar.gz" - sha256 "b2c2efb245a6b308955cd4470b2cfef6c0584a840239a692896adbf7a70e86d0" + url "https://github.com/huggingface/text-embeddings-inference/archive/refs/tags/v1.8.3.tar.gz" + sha256 "778fcfbc98d12dd8d3a47b3a670a3a9fcb245385721f5095f36e31515d44bf7d" license "Apache-2.0" bottle do From e3d61b39424472fbf963155c58208dbb7741ccc2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:09:05 +0000 Subject: [PATCH 2/2] text-embeddings-inference: update 1.8.3 bottle. --- Formula/t/text-embeddings-inference.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/t/text-embeddings-inference.rb b/Formula/t/text-embeddings-inference.rb index 2c278fe13ba8f..c32553752382f 100644 --- a/Formula/t/text-embeddings-inference.rb +++ b/Formula/t/text-embeddings-inference.rb @@ -6,14 +6,12 @@ class TextEmbeddingsInference < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "f8455cc43cae70c599001cf00e603bcd22883d6943536818b2f6435e38d432f6" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "92ea3cbcfa2bb27f55fcff8b8af03be5c91ad8a6406d1fd142e8203bd9e9c1fa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "86e8927ee419b2f68993caeb1769243904fc542849a7aaada9776e679c62a3d6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d99c69b5b539b4e23fd5452f0e7a47f515bb5e97e52be6f3808c4f3d14d63031" - sha256 cellar: :any_skip_relocation, sonoma: "dc5b0ac55e8eef6ca7d441cb7e93173a14f9b58a59e85863cf526b9f62f7bef3" - sha256 cellar: :any_skip_relocation, ventura: "875d6fe52f81715e514ac2b724b24831fc5ff6d3daea9b7b7077b7fd7ea7f4b7" - sha256 cellar: :any_skip_relocation, arm64_linux: "afb2eb2c30d221514252fbff9e59417f5a7cfbcf57be41e97612c765ed948bb0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "711ddc3558d9ba583494bcaf4411e8018af9dbd6d2efcdffff5b2410369e253b" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "832f809af4b7b37398bca2edc0545e3aab38149bb22a676a027f92d2c2759f60" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bd59feeb6cb0b596f93faaae2b64e9454accb2132d0092f195020c1084619f92" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "504bab41dca62d5f855646504a8bbc21b7439d7158abff4040b23c9889b1c2b1" + sha256 cellar: :any_skip_relocation, sonoma: "997936782ae78f1bd10abc7ae3fd2ddfdccaf8f135be3a533c659bd1ad69392e" + sha256 cellar: :any_skip_relocation, arm64_linux: "229d24b337d84a46750fc79d42aa9d5429521310a37a671b1874fa813f792c61" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3f9636dff12382578075cc7b31d2ca5c153bcf9e095e63ff93c02d98dba0e731" end depends_on "pkgconf" => :build