diff --git a/environment.yml b/environment.yml index 7175af54ef4..c412023f70d 100644 --- a/environment.yml +++ b/environment.yml @@ -89,7 +89,7 @@ dependencies: #- tornado >=5.0.0,<6.0.0 - typing >=3.6.6 - pyyaml - - rucio-clients >=1.29.10 + - rucio-clients >=34.4.2 # For mypy - mypy >=0.982 - types-cachetools diff --git a/setup.cfg b/setup.cfg index f9fdc1f7725..718fb1dd3a0 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