fix after pydantic update, pin dependencies

This commit is contained in:
collerek
2021-02-28 09:16:36 +01:00
parent 88baf9ebf0
commit 62a6fb9063
6 changed files with 20 additions and 8 deletions

View File

@ -68,7 +68,7 @@ class UndefinedType: # pragma no cover
Undefined = UndefinedType()
__version__ = "0.9.4"
__version__ = "0.9.5"
__all__ = [
"Integer",
"BigInteger",