We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab79840 commit d32f48fCopy full SHA for d32f48f
2 files changed
requirements.txt
@@ -10,7 +10,7 @@ asyncpg
10
prometheus-client==0.20.0
11
12
# Alembic/SQLAlchemy Postgres driver (sync)
13
-# Use psycopg v3 for Python 3.13 compatibility. SQLAlchemy will pick this up for the "postgresql+psycopg" dialect.
+# Use psycopg v3 for Python 3.12 compatibility. SQLAlchemy will pick this up for the "postgresql+psycopg" dialect.
14
psycopg[binary]==3.2.3
15
16
# Testing (unit + integration)
vercel.json
@@ -12,7 +12,7 @@
],
"functions": {
"api/index.py": {
- "runtime": "python3.13",
+ "runtime": "python@3.12",
"maxDuration": 300
17
}
18
},
0 commit comments