From 45ac3f03e6db1ea9a72f584bc05404971ec01dc8 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Sun, 14 Dec 2025 23:36:11 +0200 Subject: [PATCH] BUG: Supertokens api fix --- backend/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 909fc988..1cca0eba 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,4 +9,5 @@ watchfiles python-multipart python-dotenv xlrd -supertokens-python==0.29.2 \ No newline at end of file +supertokens-python +sniffio \ No newline at end of file