Skip to content

Commit a3a0890

Browse files
committed
Add graphene >=3.0b5 to the dependencies
1 parent a8acf13 commit a3a0890

File tree

2 files changed

+31
-67
lines changed

2 files changed

+31
-67
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ keywords = ["api", "graphql", "protocol", "rest", "relay", "graphene", "pydantic
2121
[tool.poetry.dependencies]
2222
python = "^3.6"
2323
# To keep things simple, we only support newer versions of Graphene & Pydantic
24-
graphene = ">=2.1.3,<3"
24+
graphene = ">=3.0b5"
2525
pydantic = ">=1.0,<1.7"
2626

2727
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)