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

potiuk 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 9eb5c3345cb Introduce lower bind to lxml as 5.4.0 (#49612)
9eb5c3345cb is described below

commit 9eb5c3345cb805ced7c2207733e440f19067dcfe
Author: Amogh Desai <amoghrajesh1...@gmail.com>
AuthorDate: Wed Apr 23 16:29:33 2025 +0530

    Introduce lower bind to lxml as 5.4.0 (#49612)
---
 providers/amazon/pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/providers/amazon/pyproject.toml b/providers/amazon/pyproject.toml
index e21c8b9efa4..c4f16d0ffa5 100644
--- a/providers/amazon/pyproject.toml
+++ b/providers/amazon/pyproject.toml
@@ -78,6 +78,7 @@ dependencies = [
     # python3-saml is dependent on xmlsec and seems they do not pin it, 
pinning here would be needed
     # We can remove it after 
https://github.com/xmlsec/python-xmlsec/issues/344 is fixed
     "xmlsec!=1.3.15,>=1.3.14",
+    "lxml<5.4.0,>=5.3.2",
     "sagemaker-studio>=1.0.9",
     "marshmallow>=3",
 ]

Reply via email to