Skip to content

Commit 0737872

Browse files
committed
fix: bump orjson>=3.11.5 and python-multipart>=0.0.22 for security fixes
- orjson: CVE fix per Dependabot alert #21 - python-multipart: CVE fix per Dependabot alert #22
1 parent 0588d09 commit 0737872

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mflix/server/python-fastapi/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ watchfiles~=1.1.0 # For hot-reloading in development
1515
# ------------------------------------------------------------------------------
1616
pydantic~=2.12.0 # Data validation and settings management
1717
python-dotenv~=1.1.0 # For loading configuration from .env files
18-
python-multipart~=0.0.0 # For parsing form data and file uploads
18+
python-multipart>=0.0.22 # For parsing form data and file uploads
1919
PyYAML~=6.0.0 # For handling YAML configuration or data
2020

2121
# ==============================================================================

mflix/server/python-fastapi/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ python-dotenv==1.1.1
155155
# via
156156
# -r requirements.in
157157
# uvicorn
158-
python-multipart==0.0.20
158+
python-multipart==0.0.22
159159
# via -r requirements.in
160160
pyyaml==6.0.3
161161
# via

0 commit comments

Comments
 (0)