Skip to content

Commit 9850fb4

Browse files
committed
update poetry lock
1 parent 6152a42 commit 9850fb4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

libs/infinity_emb/poetry.lock

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/infinity_emb/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "infinity_emb"
3-
version = "0.0.22"
3+
version = "0.0.23"
44
description = "Infinity is a high-throughput, low-latency REST API for serving vector embeddings, supporting a wide range of sentence-transformer models and frameworks."
55
authors = ["michaelfeil <me@michaelfeil.eu>"]
66
license = "MIT"
@@ -36,7 +36,7 @@ sentence-transformers = {version = "^2.3.0", optional=true}
3636
ctranslate2 = {version = "^3.21.0", optional=true}
3737
optimum = {version = "^1.16.1", optional=true, extras=["onnxruntime"]}
3838
fastembed = {version = "0.1.2", optional=true}
39-
hf_transfer = {version="0.1.5", optional=true}
39+
hf_transfer = {version=">=0.1.5", optional=true}
4040
# cache
4141
diskcache = {version = "*", optional=true}
4242
# gpu

0 commit comments

Comments
 (0)