pin psycopg (#2485)

This commit is contained in:
Shuchang Zheng
2025-05-27 02:16:37 -07:00
committed by GitHub
parent a7ff5aaade
commit 0116d2db52
2 changed files with 118 additions and 12 deletions

View File

@@ -31,7 +31,10 @@ ddtrace = "^2.3.2"
pydantic = "^2.5.2"
pydantic-settings = "^2.1.0"
fastapi = "^0.115.4"
psycopg = {version = ">=3.2.2,<3.3.0", extras = ["binary", "pool"]}
psycopg = [
{version = "3.1.18", extras = ["binary", "pool"], python = ">=3.11, <3.13"},
{version = ">=3.2.2,<3.3.0", extras = ["binary", "pool"], python = ">=3.13, <3.14"}
]
alembic = "^1.12.1"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
cachetools = "^5.3.2"