We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0152e11 commit bca7dedCopy full SHA for bca7ded
jsonapi_pydantic/__init__.py
@@ -1,5 +1,5 @@
1
from jsonapi_pydantic import v1_0
2
3
-__version__ = "0.1.0"
+__version__ = "0.1.1"
4
5
__all__ = ["v1_0"]
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jsonapi-pydantic"
-version = "0.1.0"
+version = "0.1.1"
description = "JSON:API implementation with pydantic."
6
authors = ["impocode <[email protected]>"]
@@ -25,7 +25,7 @@ documentation = "https://github.com/impocode/jsonapi-pydantic"
25
26
[tool.poetry.dependencies]
27
python = "^3.7"
28
-pydantic = "^1.9.1"
+pydantic = "^1.10.2"
29
30
[tool.poetry.urls]
31
"Bug Tracker" = "https://github.com/impocode/jsonapi-pydantic/issues"
0 commit comments