aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6746183..8fa26d4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ requires-python = ">=3.12"
dependencies = [
"fastapi",
"uvicorn[standard]",
- "sqlalchemy>=2.0",
+ "sqlalchemy>=2.0.51",
"aiosqlite",
"alembic",
"httpx[http2]",