Skip to content

Commit

Permalink
Merge pull request #27 from upsidetravel/try-pydantic-1.5
Browse files Browse the repository at this point in the history
Update to support Pydantic 1.5
  • Loading branch information
necaris authored May 9, 2020
2 parents 974c760 + 3529a89 commit 40f1a67
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 29 deletions.
57 changes: 30 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphene_pydantic"
version = "0.0.7"
version = "0.0.9"
description = "Graphene Pydantic integration"
readme = "README.md"
repository = "https://github.com/upsidetravel/graphene-pydantic"
Expand All @@ -22,7 +22,7 @@ keywords = ["api", "graphql", "protocol", "rest", "relay", "graphene", "pydantic
python = "^3.6"
# To keep things simple, we only support newer versions of Graphene & Pydantic
graphene = ">=2.1.3,<3"
pydantic = ">=0.26,<=1.4"
pydantic = ">=0.26,<=1.6"

[tool.poetry.dev-dependencies]
pytest = "~4.6.4"
Expand Down

0 comments on commit 40f1a67

Please sign in to comment.