-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Unable to Integrate with Airflow 2.6.2 #8504
Comments
And here are the constrains for Airflow 2.6.2 + python 3.10: |
Thanks for bringing this to our attention. I've removed the upper bound on Click in this PR which should ship with our next release later this week. We still disallow 8.1.4 because of this typing bug in |
Hi, |
Since this issue is tied to the PR bill mentioned and it's merged, I will close out this issue |
Description:
I am using Airflow 2.6.2 and trying to upgrade great expectations from 0.15.44 to 0.17.6
Airflow requires version 8.1.4 of Click package, which was limited to 8.1.3 in the newer GX versions.
The text was updated successfully, but these errors were encountered: