File tree Expand file tree Collapse file tree
mflix/server/python-fastapi Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ watchfiles~=1.1.0 # For hot-reloading in development
1515# ------------------------------------------------------------------------------
1616pydantic~=2.12.0 # Data validation and settings management
1717python-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
1919PyYAML~=6.0.0 # For handling YAML configuration or data
2020
2121# ==============================================================================
Original file line number Diff line number Diff 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
160160pyyaml == 6.0.3
161161 # via
You can’t perform that action at this time.
0 commit comments