From 7a48d3dd6b297c6d13d01df1f268a16e52f3deb0 Mon Sep 17 00:00:00 2001 From: Julien Nakache Date: Tue, 11 Feb 2020 21:10:44 -0500 Subject: [PATCH] Bump promise to 2.3 (#265) It contains a fix for a thread-safety issue in Dataloader. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f16c8ff5..7b350c39 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requirements = [ # To keep things simple, we only support newer versions of Graphene "graphene>=2.1.3,<3", - "promise>=2.1", + "promise>=2.3", # Tests fail with 1.0.19 "SQLAlchemy>=1.2,<2", "six>=1.10.0,<2",