Skip to content

Commit 8ce65a1

Browse files
authored
Upgrade to the newest GraphQL core library. (kensho-technologies#177)
1 parent 0d810a0 commit 8ce65a1

File tree

3 files changed

+21
-27
lines changed

3 files changed

+21
-27
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ snapshottest = "==0.5.0"
2525
[packages]
2626
arrow = "==0.10.0"
2727
funcy = "==1.7.3"
28-
graphql-core = "==1.1"
28+
graphql-core = "==2.1"
2929
pytz = "==2017.2"
3030
six = "==1.10.0"
3131
sqlalchemy = "==1.2.9"

Pipfile.lock

Lines changed: 19 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def find_long_description():
5959
install_requires=[
6060
'arrow>=0.7.0',
6161
'funcy>=1.6',
62-
'graphql-core==1.1',
62+
'graphql-core==2.1',
6363
'pytz>=2016.10',
6464
'six>=1.10.0',
6565
'sqlalchemy>=1.2.1,<1.3',

0 commit comments

Comments
 (0)