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-dotenv",
"python-logging-loki",
"python-multipart",
"pyyaml",
"python-jose[cryptography]",
"sqlalchemy[asyncio]",