diff --git a/requirements.txt b/requirements.txt index bc277089..13993268 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,4 +46,4 @@ wcwidth==0.2.13 wheel==0.42.0 zipp==3.17.0 psycopg2-binary==2.9.9 -Django==3.2.9 +Django diff --git a/vercel.json b/vercel.json index 071c42da..16d78a5d 100644 --- a/vercel.json +++ b/vercel.json @@ -4,7 +4,7 @@ { "src": "demo/wsgi.py", "use": "@vercel/python", - "config": { "maxLambdaSize": "15mb", "runtime": "python3.*" } + "config": { "maxLambdaSize": "15mb", "runtime": "python3.12.1" } }, { "src": "build_files.sh",