Eli Safra commited on
Commit
86e8290
·
1 Parent(s): a4e2104

Fix slowapi version: 0.2.0 does not exist, use 0.1.9

Browse files
Files changed (1) hide show
  1. backend/requirements.txt +1 -1
backend/requirements.txt CHANGED
@@ -2,6 +2,6 @@
2
  fastapi>=0.115.0
3
  uvicorn[standard]>=0.34.0
4
  pydantic>=2.0
5
- slowapi>=0.2.0
6
  PyJWT>=2.8.0
7
  sentry-sdk[fastapi]>=2.0
 
2
  fastapi>=0.115.0
3
  uvicorn[standard]>=0.34.0
4
  pydantic>=2.0
5
+ slowapi>=0.1.9
6
  PyJWT>=2.8.0
7
  sentry-sdk[fastapi]>=2.0