potiuk commented on code in PR #47656:
URL: https://github.com/apache/airflow/pull/47656#discussion_r1990748040


##########
providers/amazon/README.rst:
##########
@@ -67,6 +67,7 @@ PIP package                                 Version required
 ``PyAthena``                                ``>=3.0.10``
 ``jmespath``                                ``>=0.7.0``
 ``python3-saml``                            ``>=1.16.0``
+``xmlsec``                                  ``<1.3.15``

Review Comment:
   ```suggestion
   ``xmlsec``                                  ``!=1.3.15``
   ```



##########
providers/amazon/src/airflow/providers/amazon/get_provider_info.py:
##########
@@ -1385,6 +1385,7 @@ def get_provider_info():
             "PyAthena>=3.0.10",
             "jmespath>=0.7.0",
             "python3-saml>=1.16.0",
+            "xmlsec<1.3.15",

Review Comment:
   ```suggestion
               "xmlsec!=1.3.15",
   ```



-- 
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]

Reply via email to