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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user