deps: pin pydantic <2.12.0 to avoid compatibility issues (#97)

pydantic 2.12.0+ has breaking changes with fastmcp 2.8.0. Pin to compatible version range.
This commit is contained in:
Andrés Restrepo
2025-12-10 04:30:06 -05:00
committed by GitHub
parent 8d6f388543
commit 20825bca92
2 changed files with 1468 additions and 970 deletions

View File

@@ -8,8 +8,8 @@ license = "Apache-2.0"
dependencies = [
"fastembed>=0.6.0",
"qdrant-client>=1.12.0",
"pydantic>=2.10.6",
"fastmcp>=2.7.0",
"pydantic>=2.10.6,<2.12.0",
"fastmcp==2.7.0",
]
[build-system]

2434
uv.lock generated

File diff suppressed because it is too large Load Diff