From bd81fc8bffc27739920986f5bab1dd218e639d85 Mon Sep 17 00:00:00 2001 From: itaybar <46649219+itaybar@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:13:03 +0300 Subject: [PATCH 1/2] downgrade authlib to 1.3.1 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 2554bb5f8..cfe79f3ef 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -69,7 +69,7 @@ rank-bm25==0.2.2 faster-whisper==1.0.3 PyJWT[crypto]==2.9.0 -authlib==1.3.2 +authlib==1.3.1 black==24.8.0 langfuse==2.44.0 From 9b05fe3c54b1f0388b640b356ea49bcc30536694 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 20 Sep 2024 17:40:30 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2558e4d1..06aca67cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ dependencies = [ "faster-whisper==1.0.3", "PyJWT[crypto]==2.9.0", - "authlib==1.3.2", + "authlib==1.3.1", "black==24.8.0", "langfuse==2.44.0",