mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
uprev
This commit is contained in:
@@ -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 +0,0 @@
|
||||
fix validation and parsing of nested models with `default_factory`
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
__all__ = 'VERSION', 'version_info'
|
||||
|
||||
VERSION = '1.6'
|
||||
VERSION = '1.6.1'
|
||||
|
||||
|
||||
def version_info() -> str:
|
||||
|
||||
Reference in New Issue
Block a user