You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We generally recommend upgrading to PyArrow 14.0.1 or later, but if you cannot upgrade, this package disables the vulnerability on older versions.
Since our minimum supported version of pyarrow is version 11 within our altair["all"] (pypi), altair-all (conda), we should aim to import this hotfix for versions lower than 14.0.1,
As 14.0.1 only came out in November 2023, just adding pyarrow-hotfix makes sense to me so that we don't unnecessarily exclude other users with dependencies on pyarrow < 14.
Since the original PR (#3494) that brought this to our attention; we no longer specify an ibis dependency (#3672).
That's all the info I could gather.
I'm going to close this as not planned, but feel free to reopen if anyone wants to take a swing at it in the future 👍
The hotfix for pyarrow is required until our minimum supported pyarrow version is 14.0.1 as is documented here: https://github.com/pitrou/pyarrow-hotfix#readme
Since our minimum supported version of pyarrow is version 11 within our
altair["all"]
(pypi),altair-all
(conda), we should aim to import this hotfix for versions lower than 14.0.1,altair/pyproject.toml
Lines 57 to 66 in f2ac0a1
The text was updated successfully, but these errors were encountered: