Add python-multipart to dependencies for FastAPI file uploads

This commit is contained in:
2026-04-02 19:37:17 +02:00
parent 91aa073010
commit f532d43f1c
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ dependencies = [
"python-docx", "python-docx",
"python-dotenv", "python-dotenv",
"python-logging-loki", "python-logging-loki",
"python-multipart",
"pyyaml", "pyyaml",
"python-jose[cryptography]", "python-jose[cryptography]",
"sqlalchemy[asyncio]", "sqlalchemy[asyncio]",

View File

@@ -19,6 +19,7 @@ pydantic
pydantic-settings pydantic-settings
python-jose[cryptography] python-jose[cryptography]
python-docx python-docx
python-multipart
boto3 boto3
# Worker (Celery + Redis) # Worker (Celery + Redis)