-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Various Python dependency incompatibility warnings #4576
Comments
FWIW this was previously raised in #3342. |
When a similar problem was reproduced, a new required version was raised.
This is expected because the latest of PyAthena is seeking the latest of boto3.
So need to update botocore and lock PyAthena version. |
With our new poetry setup, this should be working now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Summary
When I was build a current master built I saw that some of the Redash Python dependencies are wrongly pinned:
These should probably be improved somehow.
Steps to Reproduce
Technical details:
The text was updated successfully, but these errors were encountered: