This commit is contained in:
Samuel Colvin
2020-07-15 20:24:20 +01:00
parent e2fcab52b9
commit d2b050176e
3 changed files with 5 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
## v1.6.1 (2020-07-15)
* fix validation and parsing of nested models with `default_factory`, #1710 by @PrettyWood
## v1.6 (2020-07-11)
Thank you to pydantic's sponsors: @matin, @tiangolo, @chdsbd, @jorgecarleitao, and 1 anonymous sponsor for their kind support.
-1
View File
@@ -1 +0,0 @@
fix validation and parsing of nested models with `default_factory`
+1 -1
View File
@@ -1,6 +1,6 @@
__all__ = 'VERSION', 'version_info'
VERSION = '1.6'
VERSION = '1.6.1'
def version_info() -> str: