diff --git a/backend-python/requirements.txt b/backend-python/requirements.txt index 83f5491..f4997e6 100644 --- a/backend-python/requirements.txt +++ b/backend-python/requirements.txt @@ -19,7 +19,7 @@ midi2audio==0.1.1 mido==1.3.0 safetensors==0.4.0 PyMuPDF==1.23.5 -python-multipart==0.0.6 +python-multipart==0.0.7 Cython==3.0.4 cyac==1.9 torch-directml==0.1.13.1.dev230413 diff --git a/backend-python/requirements_without_cyac.txt b/backend-python/requirements_without_cyac.txt index 54f2794..23b8d04 100644 --- a/backend-python/requirements_without_cyac.txt +++ b/backend-python/requirements_without_cyac.txt @@ -19,5 +19,5 @@ midi2audio==0.1.1 mido==1.3.0 safetensors==0.4.0 PyMuPDF==1.23.5 -python-multipart==0.0.6 +python-multipart==0.0.7 Cython==3.0.4