From 792ec9aba8bb7f0fc2c67ed56580f7a090a813f1 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Tue, 25 Jul 2023 10:56:14 +0200 Subject: [PATCH] Revert "Require importlib_resources <6" --- construct.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/construct.yaml b/construct.yaml index 16d3f1d..fd0973f 100644 --- a/construct.yaml +++ b/construct.yaml @@ -105,7 +105,7 @@ specs: - suds-jurko-compat - tornado *+dirac* - xmltodict - - importlib_resources <6 + - importlib_resources # Temporary workaround until we have releases with https://github.com/DIRACGrid/DIRAC/pull/6458 - importlib_metadata <5.0.0 # Testing and development