14
0

- 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:
2024-03-16 11:56:33 +00:00
committed by Git OBS Bridge
parent 22684d68f4
commit d7f8adba16
4 changed files with 13 additions and 5 deletions

View File

@@ -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