From c79bc8fe1907a8249b5daa604a85a5efc0c0db58 Mon Sep 17 00:00:00 2001 From: Reynov Christian Date: Thu, 16 Oct 2025 02:08:53 +0800 Subject: [PATCH] fix vercel runtime syntax --- vercel.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index cfb18ff..0ccbd55 100644 --- a/vercel.json +++ b/vercel.json @@ -1,8 +1,7 @@ { - "version": 2, "functions": { "api/app.py": { - "runtime": "python3.12" + "runtime": "@vercel/python@3.12" } }, "routes": [