forked from pool/python-pydantic
- 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:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 25 07:32:32 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 27 10:00:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user