eladkal commented on code in PR #39528:
URL: https://github.com/apache/airflow/pull/39528#discussion_r1595870218
##########
airflow/providers/amazon/provider.yaml:
##########
@@ -128,6 +124,10 @@ additional-extras:
- name: python3-saml
dependencies:
- python3-saml>=1.16.0
+ # 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
Review Comment:
This will create an extra dependency is it not?
if so then when we want to remove it (as it might not be needed in the
future) it will require having a major release for the provider?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]