petter2025 commited on
Commit
b43b13e
·
1 Parent(s): f6329a0

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt CHANGED
@@ -9,6 +9,11 @@ pydantic-settings
9
  sqlalchemy
10
  psycopg2-binary==2.9.10
11
  slowapi==0.1.9
 
 
 
 
 
12
  prometheus-fastapi-instrumentator==7.1.0
13
  flake8==7.2.0
14
  cryptography==50.0.0
 
9
  sqlalchemy
10
  psycopg2-binary==2.9.10
11
  slowapi==0.1.9
12
+ limits==3.3.1 # slowapi 0.1.9's own poetry.lock pins this; left unpinned it resolves
13
+ # to a much newer major version whose internal API to slowapi breaks
14
+ # (Limiter._check_request_limit raises a plain ValueError instead of
15
+ # RateLimitExceeded, which slowapi's middleware mishandles as an
16
+ # unhandled 500 on every request touching a rate limit)
17
  prometheus-fastapi-instrumentator==7.1.0
18
  flake8==7.2.0
19
  cryptography==50.0.0