forked from pool/python-pydantic
- update to 2.6.4:
* Fix usage of `AliasGenerator` with `computed_field` decorator * Fix nested discriminated union schema gen, pt 2 * Fix bug with no_strict_optional=True caused by API deferral * Fix issue `unittest.mock` deprecation warnings OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic?expand=0&rev=45
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 11:56:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.6.4:
|
||||
* Fix usage of `AliasGenerator` with `computed_field` decorator
|
||||
* Fix nested discriminated union schema gen, pt 2
|
||||
* Fix bug with no_strict_optional=True caused by API deferral
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 7 03:28:00 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
@@ -21,7 +29,7 @@ Thu Mar 7 03:28:00 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
* Move `getattr` warning in deprecated `BaseConfig`
|
||||
* Only hash `model_fields`, not whole `__dict__`
|
||||
* Fix overload position of `computed_field`
|
||||
* Fix issue `unittest.mock` deprecation warnings
|
||||
* Fix issue `unittest.mock` deprecation warnings
|
||||
* Fix `to_snake` conversion
|
||||
* Add support for field `alias` in `dataclass` signature
|
||||
* Fix ordering of keys in `__dict__` with `model_construct` call
|
||||
|
Reference in New Issue
Block a user