From 64ad702416e43fe2681ad6af985bd61512ebeb49 Mon Sep 17 00:00:00 2001 From: turboderp <11859846+turboderp@users.noreply.github.com> Date: Sun, 10 May 2026 01:41:03 +0200 Subject: [PATCH] Dependencies: Pin pydantic again (>2.11 breaks docker image) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b0485a..178bb29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",