diff --git a/environment.yml b/environment.yml index 9d920f6078c..92dd2c05df9 100644 --- a/environment.yml +++ b/environment.yml @@ -90,7 +90,7 @@ dependencies: - simplejson >=3.8.1 #- tornado >=5.0.0,<6.0.0 - typing >=3.6.6 - - rucio-clients + - rucio-clients >=34.4.2 # For mypy - mypy >=0.982 - types-cachetools diff --git a/setup.cfg b/setup.cfg index d03d960b65a..3a89c5b5a0c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ install_requires = python-dateutil pytz requests - rucio-clients >=1.29.10 + rucio-clients >=34.4.2 setuptools sqlalchemy typing_extensions >=4.3.0