mistralai / client-python

Python client library for Mistral AI platform
Apache License 2.0
469 stars 97 forks source link

Relax pyarrow requirement to below 15 #76

Closed lmeyerov closed 1 month ago

lmeyerov commented 6 months ago

A recent PR pinned the minimum pyarrow version to ^15.0.0, but that's a fairly new version -- jan 21, 2024 -- and much of the pydata ecosystem is not there yet, e.g., the latest nvidia rapids is only 14.x, and much of the community is even earlier than that . This is preventing diretly including the mistral client in pydata builds as a managed dependency within louie.ai, and I'm assuming other systems would have the same challenge.

I'm guessing that pyarrow 15 format features are not necessary for the client. If so, I recommend going to the lowest supported, or if not known, removing this constraint.

References:

sophiamyang commented 1 month ago

Thanks for reporting the issue. We have removed pyarrow from the dependency.