Skip to content

Commit 867731d

Browse files
committed
fix deps of huggingface_hub
Signed-off-by: Jack Luar <[email protected]>
1 parent 2804144 commit 867731d

File tree

2 files changed

+88
-121
lines changed

2 files changed

+88
-121
lines changed

backend/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"fastmcp>=2.12.2",
1212
"google-cloud-storage>=2.19.0",
1313
"httpx>=0.28.1",
14-
"huggingface-hub>=1.0.0",
14+
"huggingface-hub>=0.23.0,<1.0",
1515
"langchain>=0.3.27",
1616
"langchain-community>=0.3.27",
1717
"langchain-google-genai>=2.1.9",
@@ -30,6 +30,7 @@ dependencies = [
3030
"pypdf>=6.0.0",
3131
"rank-bm25>=0.2.2",
3232
"rich>=13.7.0",
33+
"sentence-transformers>=5.1.2",
3334
"sphinx>=8.1.3",
3435
"sphinx-autobuild>=2024.10.3",
3536
"sphinx-book-theme>=1.1.4",

0 commit comments

Comments
 (0)