Skip to content

Commit

Permalink
Merge pull request #855 from roboflow/security/patch_python_multipart
Browse files Browse the repository at this point in the history
Fix security issue with `python-multipart`
  • Loading branch information
PawelPeczek-Roboflow authored Dec 3, 2024
2 parents c35d612 + 419bca2 commit 53f84a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inference/core/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.29.0"
__version__ = "0.29.1"


if __name__ == "__main__":
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.http.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
uvicorn[standard]<=0.22.0
python-multipart>=0.0.7,<=0.0.9
python-multipart==0.0.19
fastapi-cprofile<=0.0.2
orjson>=3.9.10,<=3.10.11
asgi_correlation_id~=4.3.1

0 comments on commit 53f84a1

Please sign in to comment.