Skip to content
Merged
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
1 change: 1 addition & 0 deletions packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,7 @@ python_versions = >=3.13.1
[objectstore-client==0.0.15]
[objectstore-client==0.0.16]
[objectstore-client==0.0.17]
[objectstore-client==0.0.18]
Copy link

Choose a reason for hiding this comment

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

Unconstrained Python builds for new version

Medium Severity

Adding a blank section for objectstore-client==0.0.18 opts it into building for every interpreter in PYTHONS (currently including 3.13). If objectstore-client==0.0.18 lacks cp313 wheels or declares an incompatible Requires-Python upper bound, the build can fail unless python_versions is set for this section.

Fix in Cursor Fix in Web


[openai==0.27.0]
[openai==0.27.8]
Expand Down
Loading