Skip to content

Commit

Permalink
Merge pull request #625 from roboflow/fix/security_issue_opencv
Browse files Browse the repository at this point in the history
Upgrade OpenCV to mitigate security vulnerability
  • Loading branch information
PawelPeczek-Roboflow committed Sep 3, 2024
2 parents dc65d23 + a51f7e5 commit 03860f0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/inference-dashboard-example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
matplotlib==3.7.1
opencv_python==4.7.0.72
opencv-python>=4.8.1.78,<=4.10.0.84
pandas==2.0.2
Requests==2.31.0
2 changes: 1 addition & 1 deletion examples/sam-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
supervision
opencv-python
opencv-python>=4.8.1.78,<=4.10.0.84
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.17.0"
__version__ = "0.17.1"


if __name__ == "__main__":
Expand Down
2 changes: 1 addition & 1 deletion requirements/_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cython<=3.0.0
python-dotenv<=2.0.0
fastapi>=0.100,<0.111
numpy<=1.26.4
opencv-python<=4.8.0.76
opencv-python>=4.8.1.78,<=4.10.0.84
piexif<=1.1.3
pillow<11.0
prometheus-fastapi-instrumentator<=6.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.cli.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rich<=13.5.2
skypilot[aws,gcp]==0.5.0
PyYAML>=6.0.0
supervision>=0.20.0,<1.0.0
opencv-python>=4.6.0
opencv-python>=4.8.1.78,<=4.10.0.84
tqdm>=4.0.0
GPUtil>=1.4.0
py-cpuinfo>=9.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.sdk.http.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests>=2.0.0
dataclasses-json>=0.6.0
opencv-python>=4.8.0.0
opencv-python>=4.8.1.78,<=4.10.0.84
pillow>=9.0.0
requests>=2.27.0
supervision>=0.20.0,<1.0.0
Expand Down

0 comments on commit 03860f0

Please sign in to comment.