Skip to content

Commit

Permalink
Revert "Temporarily restrict graphql-core<3.3.0a7 for tests"
Browse files Browse the repository at this point in the history
This reverts commit 8dd458c.
  • Loading branch information
leszekhanusz committed Jan 27, 2025
1 parent 88b80c3 commit ba61920
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 @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

install_requires = [
"graphql-core>=3.3.0a3,<3.3.0a7",
"graphql-core>=3.3.0a3,<3.4",
"yarl>=1.6,<2.0",
"backoff>=1.11.1,<3.0",
"anyio>=3.0,<5",
Expand Down

0 comments on commit ba61920

Please sign in to comment.