Dependencies: Pin Pydantic to version 2.11.0

For now. There appear to be breaking changes in 2.12.0 that affect both Formatron and FastAPI.
This commit is contained in:
turboderp
2025-10-08 20:43:26 +02:00
parent 7a0dddcbd9
commit 01a5915a7b

View File

@@ -17,7 +17,7 @@ description = "An OAI compatible exllamav2 API that's both lightweight and fast"
requires-python = ">=3.10"
dependencies = [
"fastapi-slim >= 0.115",
"pydantic >= 2.0.0",
"pydantic == 2.11.0",
"ruamel.yaml",
"rich",
"uvicorn >= 0.28.1",