Daan de Ruiter 81d4e93a1d
Prevent internal server error when receiving a JSON request body with non-object top-level structure (#9)
Prevent internal server error when receiving a JSON request body with non-object top-level structure
2021-03-05 21:46:13 +01:00

6 lines
97 B
Python

from .view import PydanticView
__version__ = "1.8.0"
__all__ = ("PydanticView", "__version__")