Skip to content

Commit d5b4782

Browse files
authored
bump reqs (#268)
Signed-off-by: Jack Luar <jluar@precisioninno.com>
1 parent 974bbbd commit d5b4782

6 files changed

Lines changed: 3747 additions & 3757 deletions

File tree

backend/pyproject.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"fastmcp>=2.12.2",
1313
"google-cloud-storage>=2.19.0",
1414
"httpx>=0.28.1",
15-
"huggingface-hub[cli]==0.34.4",
15+
"huggingface-hub>=1.3.0",
1616
"langchain>=1.2.12",
1717
"langchain-community>=0.4.1",
1818
"langchain-google-genai>=4.2.1",
@@ -36,6 +36,7 @@ dependencies = [
3636
"rank-bm25==0.2.2",
3737
"rich>=13.7.0",
3838
"sentence-transformers>=5.1.0",
39+
"transformers>=5.0.0",
3940
"sphinx==8.1.3",
4041
"sphinx-autobuild==2024.10.3",
4142
"sphinx-book-theme==1.1.4",
@@ -52,11 +53,11 @@ dev = [
5253
"beautifulsoup4==4.12.3",
5354
"mypy>=1.17.1",
5455
"pre-commit==3.7.1",
55-
"pytest==8.3.2",
56-
"pytest-asyncio==0.23.8",
57-
"pytest-cov==5.0.0",
58-
"pytest-html==4.1.1",
59-
"pytest-xdist==3.6.0",
56+
"pytest>=9.0.3",
57+
"pytest-asyncio>=0.24.0",
58+
"pytest-cov>=5.0.0",
59+
"pytest-html>=4.1.1",
60+
"pytest-xdist>=3.6.1",
6061
"ruff==0.5.1",
6162
"types-beautifulsoup4==4.12.0.20240511",
6263
"types-markdown==3.6.0.20240316",

0 commit comments

Comments
 (0)