From fc9e2cb58404ed268b6206d10c7fc9c936200dc4 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Thu, 22 Jul 2021 14:21:47 +1000 Subject: [PATCH] Bump more-executors dep to fix serialization issue Earlier versions of the library had a bug on python2 which could cause unexpected serialization of futures if mixing f_proxy and f_map, as done within pubtools-pulplib; see RHELDST-7232 for an example of the effect. No code changes in pubtools-pulplib are needed to fix this. Just bump the dependency to ensure all environments are avoiding that bug. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 254e8114..a77dfda1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests -more-executors>=2.7.0 +more-executors>=2.8.1 six PyYAML jsonschema