Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ numba==0.56.4
numpy==1.23.5
oauthlib==3.2.2
omegaconf==2.3.0
onnx==1.12.0
onnx==1.22.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Onnx bump breaks dependency pins

High Severity

Bumping onnx to 1.22.0 without updating other pins leaves requirements.txt internally inconsistent: onnx 1.22 requires protobuf ≥4.25.1, ml-dtypes ≥0.5.4, typing_extensions ≥4.15.0, and Python ≥3.10, while the file still pins older versions and CI still tests 3.8–3.9.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 5952cc2. Configure here.

onnxruntime==1.18.0
open-clip-torch==2.24.0
openai==1.35.3
Expand Down