From e538122953dba936b6e0e3a26ff2d536354b846c Mon Sep 17 00:00:00 2001 From: Aouichaoui Youssef <21143371+youssef3wi@users.noreply.github.com> Date: Mon, 11 Mar 2024 02:36:23 +0100 Subject: [PATCH] Use a compatible version of authx with FastAPI. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e16dac3..c31f208 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ fastapi uvicorn requests -authx \ No newline at end of file +authx==0.9.1