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.
2 parents 561267a + 02e7361 commit 9ec517aCopy full SHA for 9ec517a
openapi_pydantic/__init__.py
@@ -4,6 +4,7 @@
4
from .v3 import Callback as Callback
5
from .v3 import Components as Components
6
from .v3 import Contact as Contact
7
+from .v3 import DataType as DataType
8
from .v3 import Discriminator as Discriminator
9
from .v3 import Encoding as Encoding
10
from .v3 import Example as Example
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "openapi-pydantic"
3
-version = "0.2.1"
+version = "0.2.2"
description = "Pydantic OpenAPI schema implementation"
authors = ["Mike Oakley <[email protected]>"]
readme = "README.md"
0 commit comments