From ae2a78eb0e1e09a2f3ccc6581aa5576351907def Mon Sep 17 00:00:00 2001 From: Junjie Mao Date: Mon, 9 May 2022 16:32:16 +0800 Subject: [PATCH] config_tools: drop version constraints on elementpath and xmlschema After commit f8f1689a8 ("config_tools: do not apply distinct-values on a union of node-set"), it has been confirmed that the reported build issue no longer exists when using the latest elementpath (2.5.0) and xmlschema (1.10.0). So this patch removes the version constraints in requirements.txt. Tracked-On: #7372 Signed-off-by: Junjie Mao --- misc/config_tools/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/config_tools/requirements.txt b/misc/config_tools/requirements.txt index ebbf96174..6e8f8b877 100644 --- a/misc/config_tools/requirements.txt +++ b/misc/config_tools/requirements.txt @@ -1,4 +1,4 @@ defusedxml lxml -elementpath == 2.4.0 -xmlschema == 1.9.2 +elementpath +xmlschema