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

Temporarily pin xmltodict to 0.12.0 to fix main failure #23577

Merged
merged 1 commit into from
May 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version
pandas_requirement,
'mypy-boto3-rds>=1.21.0',
'mypy-boto3-redshift-data>=1.21.0',
# XML to dict 0.13.0 breaks some EMR tests
# It should be removed once we solve https://github.com/apache/airflow/issues/23576
'xmltodict<0.13.0',
]
apache_beam = [
'apache-beam>=2.33.0',
Expand Down