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 b1683a5 commit f6580e6Copy full SHA for f6580e6
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+0.6.2 (2023-06-10)
5
+------------------
6
+
7
+- piped union typehints support added. See https://github.com/dapper91/pydantic-xml/issues/56
8
9
10
0.6.1 (2023-04-15)
11
------------------
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-xml"
-version = "0.6.1"
+version = "0.6.2"
description = "pydantic xml extension"
authors = ["Dmitry Pershin <[email protected]>"]
license = "Unlicense"
0 commit comments