pin psycopg (#2485)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user