diff --git a/libs/infinity_emb/poetry.lock b/libs/infinity_emb/poetry.lock index 17b7cad4..82e7ca2b 100644 --- a/libs/infinity_emb/poetry.lock +++ b/libs/infinity_emb/poetry.lock @@ -3285,13 +3285,13 @@ test = ["array-api-strict", "asv", "gmpy2", "hypothesis (>=6.30)", "mpmath", "po [[package]] name = "sentence-transformers" -version = "3.0.0" +version = "3.0.1" description = "Multilingual text embeddings" optional = true python-versions = ">=3.8.0" files = [ - {file = "sentence_transformers-3.0.0-py3-none-any.whl", hash = "sha256:9bf851b688b796e5fb06c920921efd5e5e05ee616e85cb3026fbdfe4dcf15bf3"}, - {file = "sentence_transformers-3.0.0.tar.gz", hash = "sha256:52d4101654ed107a28e9fa5110fce399084b55e7838fd8256471353ddc299033"}, + {file = "sentence_transformers-3.0.1-py3-none-any.whl", hash = "sha256:01050cc4053c49b9f5b78f6980b5a72db3fd3a0abb9169b1792ac83875505ee6"}, + {file = "sentence_transformers-3.0.1.tar.gz", hash = "sha256:8a3d2c537cc4d1014ccc20ac92be3d6135420a3bc60ae29a3a8a9b4bb35fbff6"}, ] [package.dependencies] @@ -4557,4 +4557,4 @@ vision = ["pillow"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "18bee10bd414be5c890e1c25223c0baa7c1362ae0da1fd58bbd6b54538e14df3" +content-hash = "e0105ae9e94ff882fdec55d8f5c475a8bee058a716f07aed2183572ce4788718" diff --git a/libs/infinity_emb/pyproject.toml b/libs/infinity_emb/pyproject.toml index 89ad894e..5f4b3bd4 100644 --- a/libs/infinity_emb/pyproject.toml +++ b/libs/infinity_emb/pyproject.toml @@ -23,7 +23,7 @@ typer = {version = "^0.9.0", optional=true, extras = ["all"]} pydantic = {version = ">=2.4.0,<3", optional=true} # backend torch = {version = "2.3.1", source = "pypi", optional=true} -sentence-transformers = {version = "^3.0.0", optional=true} +sentence-transformers = {version = "^3.0.1", optional=true} transformers = {version = ">4.8.0", optional=true} ctranslate2 = {version = "^4.0.0", optional=true} optimum = {version = ">=1.16.2", optional=true, extras=["onnxruntime"]}