Skip to content

Commit

Permalink
Merge pull request #1 from Greenbax/cl--update-dep
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
nonlocalStream authored Jul 14, 2023
2 parents 611c033 + 112540b commit 27b612f
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 @@ -32,7 +32,7 @@
"Programming Language :: Python :: Implementation :: PyPy",
],
install_requires=[
"graphql-core>=3.2,<3.3",
"graphql-core>=3.2,<=3.3.0a3",
"typing-extensions>=4.1,<5; python_version < '3.8'",
],
python_requires=">=3.6,<4",
Expand Down

0 comments on commit 27b612f

Please sign in to comment.