Skip to content

Commit

Permalink
Upgrade Promise requirement
Browse files Browse the repository at this point in the history
it has following fixes:
* Make Promise and Dataloader thread-safe syrusakbary/promise#81
* Fix memory leak on dynamically created types syrusakbary/promise#76
* and more https://github.com/syrusakbary/promise/releases
  • Loading branch information
dotsbb authored May 15, 2020
1 parent 6f76882 commit 0293833
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 @@ -85,7 +85,7 @@ def run_tests(self):
'six>=1.10.0,<2',
'graphql-core>=1.1,<2',
'graphql-relay>=0.4.5,<1',
'promise>=2.0,<2.1',
'promise>=2.0,<2.4',
],
tests_require=tests_require,
extras_require={
Expand Down

0 comments on commit 0293833

Please sign in to comment.