mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-15 00:07:28 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user