wip work on expanding fastapi docs

This commit is contained in:
collerek
2021-05-30 15:58:18 +02:00
parent 101f3be2d4
commit 5cbac6583e
7 changed files with 302 additions and 21 deletions

View File

@ -76,7 +76,7 @@ class UndefinedType: # pragma no cover
Undefined = UndefinedType()
__version__ = "0.10.9"
__version__ = "0.10.10"
__all__ = [
"Integer",
"BigInteger",