Skip to content

Commit d32f48f

Browse files
committed
Fixing vercel files
1 parent ab79840 commit d32f48f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ asyncpg
1010
prometheus-client==0.20.0
1111

1212
# Alembic/SQLAlchemy Postgres driver (sync)
13-
# Use psycopg v3 for Python 3.13 compatibility. SQLAlchemy will pick this up for the "postgresql+psycopg" dialect.
13+
# Use psycopg v3 for Python 3.12 compatibility. SQLAlchemy will pick this up for the "postgresql+psycopg" dialect.
1414
psycopg[binary]==3.2.3
1515

1616
# Testing (unit + integration)

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"functions": {
1414
"api/index.py": {
15-
"runtime": "python3.13",
15+
"runtime": "python@3.12",
1616
"maxDuration": 300
1717
}
1818
},

0 commit comments

Comments
 (0)