Skip to content

Commit 53f84a1

Browse files
Merge pull request #855 from roboflow/security/patch_python_multipart
Fix security issue with `python-multipart`
2 parents c35d612 + 419bca2 commit 53f84a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inference/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.29.0"
1+
__version__ = "0.29.1"
22

33

44
if __name__ == "__main__":

requirements/requirements.http.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
uvicorn[standard]<=0.22.0
2-
python-multipart>=0.0.7,<=0.0.9
2+
python-multipart==0.0.19
33
fastapi-cprofile<=0.0.2
44
orjson>=3.9.10,<=3.10.11
55
asgi_correlation_id~=4.3.1

0 commit comments

Comments
 (0)