Skip to content

Commit

Permalink
Downgrade minimum graphql-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalmau committed Jul 30, 2020
1 parent 8fc378d commit 617bfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

install_requires = [
"aiohttp==3.6.2",
"graphql-core>=3.1,<3.2",
"graphql-core>=3,<3.2",
"requests>=2.23,<3",
"websockets>=8.1,<9",
"yarl>=1.4,<2.0",
Expand Down

0 comments on commit 617bfe5

Please sign in to comment.