From d103d83b62fa08f421412fe7436d519727f1fa30 Mon Sep 17 00:00:00 2001 From: PGijsbers Date: Fri, 19 Dec 2025 15:45:36 +0100 Subject: [PATCH] Uncap Pydantic Version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25f459b..c506683 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ ] dependencies = [ "fastapi", - "pydantic<2.7", + "pydantic", "uvicorn", "sqlalchemy", "mysqlclient",