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 @@ -209,7 +209,7 @@ progressbar2==4.4.2
proto-plus==1.24.0
protobuf==3.19.6
psutil==6.0.0
pyarrow==16.1.0
pyarrow==23.0.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

PyArrow 23 breaks Python 3.8/3.9

High Severity

Pinning pyarrow==23.0.1 conflicts with the project’s supported Python range: that wheel requires Python 3.10+, while CI and python_requires still include 3.8 and 3.9. install-dev.sh installs this lockfile on all matrix versions, so dependency resolution fails on the older interpreters.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit d03b697. Configure here.

pyarrow-hotfix==0.6
pyasn1==0.6.0
pyasn1_modules==0.4.0
Expand Down