Skip to content

Commit 6f8824c

Browse files
committed
Fixed dependencies
1 parent bcaf36a commit 6f8824c

2 files changed

Lines changed: 95 additions & 60 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
88
"fastmcp>=3.2.0",
9+
"authlib>=1.6.11",
10+
"cryptography>=46.0.7",
911
"lancedb==0.30.0",
1012
"sentence-transformers>=5.3.0",
13+
"python-multipart>=0.0.27",
14+
"urllib3>=2.7.0",
1115
]
1216

1317
[project.optional-dependencies]

0 commit comments

Comments
 (0)