-
Notifications
You must be signed in to change notification settings - Fork 5
Unpin pyarrow
#17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
...and it also creates security issues if the pin isn't being constantly updated to the latest: |
it also makes it problematic to install in a docker image with alpine as the prebuilt arrow is only 18.0.0 onwards. Better to have arrow as an optional pip install databricks-sqlalchemy[arrow] |
pyarrow makes this incompatible with databricks-sql-connector for python 3.13 |
The upper pin on
pyarrow
was removed indatabricks-sql-python
3.7.0 which suggests it is also not required here:Could the pin also be removed here as it makes it problematic to install alongside other libraries which also depend on
pyarrow
.databricks-sqlalchemy/pyproject.toml
Line 14 in dd7b152
The text was updated successfully, but these errors were encountered: