Skip to content

Commit

Permalink
Drop xmlsec pin (#39534)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcunningham committed May 9, 2024
1 parent 08a8028 commit c9f4618
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions airflow/providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ dependencies:
- sqlalchemy_redshift>=0.8.6
- asgiref
- PyAthena>=3.0.10
# XML sec 1.3.14 breaks Amazon's authentication with `lxml & xmlsec libxml2 library version mismatch`
# We should investigate if we can upgrade to a newer version of lxml and xmlsec
# Tracked in https://github.com/apache/airflow/issues/39103
- xmlsec<1.3.14
- jmespath

additional-extras:
Expand Down
3 changes: 1 addition & 2 deletions generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"jsonpath_ng>=1.5.3",
"redshift_connector>=2.0.918",
"sqlalchemy_redshift>=0.8.6",
"watchtower>=2.0.1,<4",
"xmlsec<1.3.14"
"watchtower>=2.0.1,<4"
],
"devel-deps": [
"aiobotocore>=2.7.0",
Expand Down

0 comments on commit c9f4618

Please sign in to comment.