Skip to content

Commit

Permalink
Temporarily restrict graphql-core<3.3.0a7 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leszekhanusz committed Jan 27, 2025
1 parent 35cddc8 commit 8dd458c
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.4",
"graphql-core>=3.3.0a3,<3.3.0a7",
"yarl>=1.6,<2.0",
"backoff>=1.11.1,<3.0",
"anyio>=3.0,<5",
Expand Down

0 comments on commit 8dd458c

Please sign in to comment.