- Notifications
You must be signed in to change notification settings - Fork321
fix(deps): allow pyarrow v8#1245
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
bnaul commentedMay 9, 2022
Sorry to hijack but what's the motivation for always capping the version at whatever is released today? It's a bit frustrating as a user to not be able to use a recently released package because some other dependency has an overly restrictive range of allowed versions. In the opposite case, the user is always free to add say Appreciate the quick fix here, just wondering if maybe the current system is more hassle than it's worth. |
meredithslota commentedMay 13, 2022
@bnaul The reason that we use this approach is because a new major version of a dependency can break users who do not explicitly restrict them via |
No description provided.