diff --git a/environment.yml b/environment.yml index 6bc63d91849..d1dd06bc32d 100644 --- a/environment.yml +++ b/environment.yml @@ -22,15 +22,7 @@ dependencies: - fts3 - gitpython >=2.1.0 - invoke - # Upper pin: m2crypto 0.46.0 rewrote ssl_read() in src/SWIG/_ssl.i and inverted the - # handling of ssl_sleep_with_timeout()'s return value (and dropped the gettimeofday() - # that initialises the deadline). Any read() on a connection with a timeout set now - # busy-loops and returns with a stale SSLTimeoutError set, which surfaces as - # "SystemError: returned a result with an exception set" - # and breaks all DIRAC DISET/dips connections. Still unfixed upstream as of 0.49.0. - ## Reported in - ## https://lists.sr.ht/~mcepl/m2crypto/%3C7b94d866-bdd2-4a29-9713-b6a6fd076ad7@cta-observatory.org%3E - - m2crypto >=0.43,<0.46 + - m2crypto >=0.50 - matplotlib - numpy - paramiko diff --git a/setup.cfg b/setup.cfg index b5eddc216bd..80cbcaf1db3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ install_requires = importlib_metadata >=4.4 importlib_resources invoke - M2Crypto >=0.36 + M2Crypto >=0.50 packaging paramiko pexpect