From f532d43f1c82e56aa73f0f80a853d9ac873b54dd Mon Sep 17 00:00:00 2001 From: Daniel Rosel Date: Thu, 2 Apr 2026 19:37:17 +0200 Subject: [PATCH] Add python-multipart to dependencies for FastAPI file uploads --- pyproject.toml | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b06985a..deb1503 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ dependencies = [ "python-docx", "python-dotenv", "python-logging-loki", + "python-multipart", "pyyaml", "python-jose[cryptography]", "sqlalchemy[asyncio]", diff --git a/requirements.txt b/requirements.txt index a8132ad..d40399c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,6 +19,7 @@ pydantic pydantic-settings python-jose[cryptography] python-docx +python-multipart boto3 # Worker (Celery + Redis)