-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Bump min Airflow version in providers to 2.10 #49843
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
Conversation
jscheffl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume the respective providers/**/pyproject.toml also need to be adjusted to have >=2.10 as depenedency marked? And then pre-commit would re-generate some other files as well...
Otherwise looks good.
69e3613 to
939e244
Compare
jscheffl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good...
...except the one small static check... :-D |
You can safely remove it now. It does not matter if we release 2.11 or not. If we decide to release 2.11, we should ADD |
providers/microsoft/azure/tests/unit/microsoft/azure/hooks/test_msgraph.py
Outdated
Show resolved
Hide resolved
Will handle the removal separately in parallel. I want to move forward in merge so I can prepare changelogs. |
Yep. Happy to help. |
* Bump min Airflow version in providers to 2.10 * exclude msgraph test * fixes
* Bump min Airflow version in providers to 2.10 * exclude msgraph test * fixes
* Bump min Airflow version in providers to 2.10 * exclude msgraph test * fixes
* Bump min Airflow version in providers to 2.10 * exclude msgraph test * fixes
I didn't remove the references to
AIRFLOW_V_2_10_PLUSas part of this PR.we can do that after the release and specifically after we verify if we do 2.11 or not