Skip to content

Commit 02e7361

Browse files
committed
fix: Add top-level datatype export.
1 parent 561267a commit 02e7361

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

openapi_pydantic/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from .v3 import Callback as Callback
55
from .v3 import Components as Components
66
from .v3 import Contact as Contact
7+
from .v3 import DataType as DataType
78
from .v3 import Discriminator as Discriminator
89
from .v3 import Encoding as Encoding
910
from .v3 import Example as Example

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openapi-pydantic"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Pydantic OpenAPI schema implementation"
55
authors = ["Mike Oakley <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)