Skip to content

Commit 874017e

Browse files
KingDarBojajkimbo
andauthored
chore: set graphql-core dependency semver
Co-Authored-By: Jonathan Kim <[email protected]>
1 parent 8059fd3 commit 874017e

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
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
install_requires = [
4-
"graphql-core==3.1.0",
4+
"graphql-core>=3.1.0,<4",
55
]
66

77
tests_requires = [

0 commit comments

Comments
 (0)