Dependencies: Pin pydantic again (>2.11 breaks docker image)

This commit is contained in:
turboderp
2026-05-10 01:41:03 +02:00
parent 5818311d06
commit 64ad702416

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",
"pydantic == 2.11.0",
"ruamel.yaml",
"rich",
"uvicorn >= 0.28.1",