Skip to content
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

Update for pyarrow 17 #427

Open
rauerhans opened this issue Aug 22, 2024 · 1 comment
Open

Update for pyarrow 17 #427

rauerhans opened this issue Aug 22, 2024 · 1 comment

Comments

@rauerhans
Copy link

We need pyarrow 17 in one of our projects, because of other dependency constraints. However, we also need 3.3.0, because we are facing unstable database connections with this library's version < 3. So it'd be lovely to relax the dependency on Pyarrow < 17 to include the latest stable version of 17.

@arredond
Copy link

arredond commented Oct 4, 2024

(copying over from the PR comments)

I see the fix here is to move to pyarrow<18.0 as the upper bound. Would you consider not adding an upper bound at all? Upper bounds really make dependency management much, much harder for complex projects.

Here's a nice discussion on the topic.

Also, I see this has already been a problem for other users in the past: #389 , #390 , #55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants