14
0

- Update to v1.10.8

* Fix a bug in `Literal` usage with `typing-extension==4.6.0`, #5826
    by @hramezani
  * This solves the (closed) issue #3849 where aliased fields that use
    discriminated union fail to validate when the data contains the
    non-aliased field name, #5736 by @benwah
  * Update email-validator dependency to >=2.0.0post2, #5627 by
    @adriangb
  * update `AnyClassMethod` for changes in
    [python/typeshed#9771](https://github.com/python/typeshed/issues/9771),
    #5505 by @ITProKyle

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic?expand=0&rev=34
This commit is contained in:
2023-05-25 07:35:03 +00:00
committed by Git OBS Bridge
parent 432b74e3d2
commit 30f29da82f
4 changed files with 20 additions and 4 deletions

View File

@@ -17,9 +17,10 @@
#
%{?sle15_python_module_pythons}
%define skip_python2 1
Name: python-pydantic
Version: 1.10.7
Version: 1.10.8
Release: 0
Summary: Data validation and settings management using python type hinting
License: MIT