Skip to content

Commit

Permalink
Bump promise to 2.3 (#265)
Browse files Browse the repository at this point in the history
It contains a fix for a thread-safety issue in Dataloader.
  • Loading branch information
jnak authored Feb 12, 2020
1 parent 4c5b4d1 commit 7a48d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7a48d3d

Please sign in to comment.