Skip to content

Commit 4f47ffd

Browse files
committed
Updated graphql-core requirements
1 parent 33c6fdf commit 4f47ffd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
graphene
22
graphene-django
3-
graphql-core
3+
graphql-core>=2.1rc1
44
django==1.9

examples/cookbook/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
graphene
22
graphene-django
3-
graphql-core
3+
graphql-core>=2.1rc1
44
django==1.9
55
django-filter==0.11.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
install_requires=[
6060
'six>=1.10.0',
6161
'graphene>=2.0.1,<3',
62-
'graphql-core>=2.1rc0',
62+
'graphql-core>=2.1rc1',
6363
django_version,
6464
'iso8601',
6565
'singledispatch>=3.4.0.3',

0 commit comments

Comments
 (0)