Closed frascuchon closed 2 weeks ago
Problems using python 3.13 + pyarrow https://github.com/apache/arrow/issues/44443
The dependencies install pyarrow 17.0.0, but python 3.13 is only supported for pyarrow 18.0.0 (released 2 days ago) https://github.com/apache/arrow/issues/43519
I ran pdm lock
with the latest pdm
version using your pyproject.toml
file. The solver gave me the right version of pyarrow (18.0).
So my guess is you just need to run pdm lock
again and tests will pass for 3.13 :)
Let me know how it goes.
Thanks for the tip @oulianov. The pdm lock
will update other dependencies making the whole workflow fails.
I defined the 18.0.0 as a dev dependency and everything is working.
@burtenshaw I think this is ready to merge.
Description
Closes https://github.com/argilla-io/argilla/issues/5627
Type of change
How Has This Been Tested
Checklist