Skip to content

Commit 69349d3

Browse files
committed
Revert "Restrict graphql-core<3.3.0a12 for now"
This reverts commit db3b4de.
1 parent 8cb9a18 commit 69349d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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.3.0a12",
6+
"graphql-core>=3.3.0a3,<3.4",
77
"yarl>=1.6,<2.0",
88
"tenacity>=9.1.2,<10.0",
99
"anyio>=3.0,<5",

0 commit comments

Comments
 (0)