Fix - Does not work with from __future__ import annotations

This commit is contained in:
Vincent Maillol
2022-02-05 10:28:05 +01:00
parent 3648dde1ea
commit 69fb553635
18 changed files with 54 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
from .view import PydanticView
__version__ = "1.12.0"
__version__ = "1.12.1"
__all__ = ("PydanticView", "__version__")