From a5ec372fa46e2ee7b056b7dc7ff084558ce141cf Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Mon, 2 Feb 2026 19:05:50 +0530 Subject: [PATCH] Fix CORS example + switch to psycopg v3 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 5bb061f..a8ce58a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ fastapi uvicorn[standard] sqlmodel alembic -psycopg2-binary +psycopg[binary] python-dotenv pydantic-settings requests