Backend: python-multipart ergaenzen (Fix fuer Startup-Crash)

Der Login-Endpunkt nutzt OAuth2PasswordRequestForm (Form-Data); FastAPI
benoetigt dafuer python-multipart. Fehlte in requirements.txt -> RuntimeError
beim Import von auth.py -> Backend-Restart-Loop -> 502.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Scarriffle
2026-07-22 09:46:06 +02:00
parent 025cb5b0f6
commit 12823a6d73

View File

@@ -6,6 +6,7 @@ pydantic==2.10.4
pydantic-settings==2.7.1 pydantic-settings==2.7.1
python-jose[cryptography]==3.3.0 python-jose[cryptography]==3.3.0
bcrypt==4.2.1 bcrypt==4.2.1
python-multipart==0.0.20
httpx==0.28.1 httpx==0.28.1
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0
pytest==8.3.4 pytest==8.3.4