Skip to content

Commit cc60461

Browse files
committed
update from flask-graphql to graphql-server; version updates;
1 parent a380b7a commit cc60461

File tree

2 files changed

+46
-88
lines changed

2 files changed

+46
-88
lines changed

poetry.lock

+43-86
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ python = "^3.10"
1212
nzshm-model = {git = "https://github.com/GNS-Science/nzshm-model", rev = "pre-release"}
1313
flask = "^3.0.3"
1414
flask-cors = "^4.0.1"
15-
graphene = "<3"
16-
flask-graphql = "^2.0.1"
1715
pyyaml = "^6.0.1"
16+
graphql-server = {extras = ["flask"], version = "^3.0.0b7"}
17+
graphene = "^3.3"
18+
# nzshm-model = "^0.9.3"
1819

1920
[tool.poetry.group.dev.dependencies]
2021
tox = "^4.2.8"

0 commit comments

Comments
 (0)