From 6f1ce2f20b0a03462d3454bb6ca762d1f57f27fa Mon Sep 17 00:00:00 2001 From: "raoha.rh" Date: Thu, 22 Aug 2024 16:50:50 +0800 Subject: [PATCH] fix: authorization --- server/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/requirements.txt b/server/requirements.txt index 27df0de5..9f00d685 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -12,8 +12,7 @@ python-multipart httpx[socks] load_dotenv supabase -starlette==0.13.6 -Authlib==0.14.3 +authlib==0.14.3 boto3>=1.34.84 PyJWT pydantic>=2.7.0