Accepting request 1158460 from devel:languages:python
- 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/request/show/1158460 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pydantic?expand=0&rev=23
This commit is contained in:
commit
3d0b3f5b7a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9719ee749800091e3d81316ca60dea40d17c8be41e68a331d7c0b87b7ce74375
|
||||
size 2710761
|
3
pydantic-2.6.4.tar.gz
Normal file
3
pydantic-2.6.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3680f26accf05a8f627b95e5a7f036332d2bf9f121852c004bdf66f47494263d
|
||||
size 2711126
|
@ -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
|
||||
|
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pydantic%{psuffix}
|
||||
Version: 2.6.3
|
||||
Version: 2.6.4
|
||||
Release: 0
|
||||
Summary: Data validation and settings management using python type hinting
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user