Skip to content

Commit 55ca7ba

Browse files
authored
Pin graphql-core to <3
1 parent bb6d6ef commit 55ca7ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
keywords='api graphql protocol aiohttp',
2222
packages=find_packages(exclude=['tests']),
2323
install_requires=[
24-
'graphql-core>=2.0.dev',
25-
'graphql-server-core>=1.0.dev',
24+
'graphql-core>=2.0.dev,<3',
25+
'graphql-server-core>=1.0.dev,<2',
2626
'aiohttp>=2.0.0',
2727
'pytest-runner',
2828
],

0 commit comments

Comments
 (0)