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

Remove limit for dnspython after eventlet got fixed #29004

Merged
merged 1 commit into from
Jan 18, 2023

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Jan 18, 2023

The eventlet/eventlet#782 fixed error that caused the need to limit dnspython and eventlet 0.33.3 has been released. We can now remove the limit
for dnspython as long as we also limit eventlet to >=0.33.3.


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

The eventlet/eventlet#782 fixed error that
caused the need to limit dnspython and eventlet 0.33.3 has been
released. We can now remove the limit
for dnspython as long as we also limit eventlet to >=0.33.3.
@potiuk
Copy link
Member Author

potiuk commented Jan 18, 2023

As result of our issue, eventlet has been fixed in eventlet/eventlet#782 and 0.33.3 release of eventlet
has been released addressing it. We can now remove the limitation for dnspython.

@pierrejeambrun @ephraimbuddy - once we merge this one we should cherry-pick this one to RC2 adding to the RC2 changes as it is a better fix now once eventlet 0.33.3 is released (on top of fixing my fat-fingers spelling mistakes in rc2 PR of course).

Copy link
Contributor

@eladkal eladkal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool

@potiuk
Copy link
Member Author

potiuk commented Jan 18, 2023

Random failure. Seems all is good. Merging.

@potiuk potiuk merged commit eaf5675 into apache:main Jan 18, 2023
@potiuk potiuk deleted the update-eventlet-to-fixed-version branch January 18, 2023 07:49
@potiuk potiuk added this to the Airflow 2.5.1 milestone Jan 18, 2023
@ephraimbuddy ephraimbuddy added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Jan 18, 2023
ephraimbuddy pushed a commit that referenced this pull request Jan 18, 2023
The eventlet/eventlet#782 fixed error that
caused the need to limit dnspython and eventlet 0.33.3 has been
released. We can now remove the limit
for dnspython as long as we also limit eventlet to >=0.33.3.

(cherry picked from commit eaf5675)
@ephraimbuddy ephraimbuddy added type:misc/internal Changelog: Misc changes that should appear in change log and removed changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) labels Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers type:misc/internal Changelog: Misc changes that should appear in change log
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants