Skip to content

Commit e22153e

Browse files
authored
Pin graphql-core to <3 (#60)
Pin graphql-core to <3
2 parents 4183613 + 4aa86e3 commit e22153e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ max-line-length = 160
55
[isort]
66
known_first_party=graphql
77

8-
[pytest]
8+
[tool:pytest]
99
norecursedirs = venv .tox .cache

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
required_packages = ["graphql-core>=2.1", "flask>=0.7.0", "graphql-server-core>=1.1"]
3+
required_packages = ["graphql-core>=2.1,<3", "flask>=0.7.0", "graphql-server-core>=1.1,<2"]
44

55
setup(
66
name="Flask-GraphQL",

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ setenv =
88
deps =
99
pytest>=2.7.2
1010
pytest-flask>=0.10.0
11-
graphql-core>=2.1
12-
graphql-server-core>=1.1
11+
graphql-core>=2.1,<3
12+
graphql-server-core>=1.1,<2
1313
Flask>=0.10.0
1414
pytest-cov
1515
commands =

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy