Skip to content

Commit 40f1a67

Browse files
authored
Merge pull request #27 from upsidetravel/try-pydantic-1.5
Update to support Pydantic 1.5
2 parents 974c760 + 3529a89 commit 40f1a67

File tree

2 files changed

+32
-29
lines changed

2 files changed

+32
-29
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "graphene_pydantic"
3-
version = "0.0.7"
3+
version = "0.0.9"
44
description = "Graphene Pydantic integration"
55
readme = "README.md"
66
repository = "https://github.com/upsidetravel/graphene-pydantic"
@@ -22,7 +22,7 @@ keywords = ["api", "graphql", "protocol", "rest", "relay", "graphene", "pydantic
2222
python = "^3.6"
2323
# To keep things simple, we only support newer versions of Graphene & Pydantic
2424
graphene = ">=2.1.3,<3"
25-
pydantic = ">=0.26,<=1.4"
25+
pydantic = ">=0.26,<=1.6"
2626

2727
[tool.poetry.dev-dependencies]
2828
pytest = "~4.6.4"

0 commit comments

Comments
 (0)