From bd93426e9482616b7a56b762e2ce7e3f970dd789 Mon Sep 17 00:00:00 2001 From: Valentin Kuznetsov Date: Wed, 9 Jul 2025 13:03:30 -0400 Subject: [PATCH] Upgrade jsonschema package as it is not compatible with one used by rucio --- src/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/requirements.txt b/src/python/requirements.txt index 94865c80..1d05b874 100644 --- a/src/python/requirements.txt +++ b/src/python/requirements.txt @@ -1,7 +1,7 @@ setuptools click stomp.py>=6.1.1,<8.0.0 -jsonschema~=3.2.0 +jsonschema>=4.20.0 nats-py ; python_version >= '3.7' # Ref https://github.com/nats-io/nats.py # requests # numpy