This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new c9f4618be4 Drop `xmlsec` pin (#39534)
c9f4618be4 is described below

commit c9f4618be4a88d8287cf579230380dda8edaeafd
Author: Jed Cunningham <[email protected]>
AuthorDate: Thu May 9 17:35:30 2024 -0600

    Drop `xmlsec` pin (#39534)
---
 airflow/providers/amazon/provider.yaml | 4 ----
 generated/provider_dependencies.json   | 3 +--
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/airflow/providers/amazon/provider.yaml 
b/airflow/providers/amazon/provider.yaml
index 97fdb9fd8f..44cad7e104 100644
--- a/airflow/providers/amazon/provider.yaml
+++ b/airflow/providers/amazon/provider.yaml
@@ -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:
diff --git a/generated/provider_dependencies.json 
b/generated/provider_dependencies.json
index 113fb78219..c1d3842142 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -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",

Reply via email to