From 2727ede0ff4514d793a643c9b17425074eccf10b Mon Sep 17 00:00:00 2001 From: Amogh Desai Date: Wed, 23 Apr 2025 16:29:33 +0530 Subject: [PATCH] [v3-0-test] Introduce lower bind to lxml as 5.4.0 (#49612) (cherry picked from commit 9eb5c3345cb805ced7c2207733e440f19067dcfe) Co-authored-by: Amogh Desai --- providers/amazon/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/providers/amazon/pyproject.toml b/providers/amazon/pyproject.toml index b890b6feea092..efe94b5b6f6b8 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", ]