Skip to content

Commit 0eeb7c9

Browse files
committed
Allow graphql-core 3.2.6
graphql-core changelog - https://github.com/graphql-python/graphql-core/releases
1 parent 886a6b8 commit 0eeb7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
install_requires = [
6-
"graphql-core>=3.3.0a3,<3.4",
6+
"graphql-core>=3.3.0a3,<3.7",
77
"yarl>=1.6,<2.0",
88
"backoff>=1.11.1,<3.0",
99
"anyio>=3.0,<5",

0 commit comments

Comments
 (0)