forked from pool/python-pydantic
- update to 2.7.3:
* Bump `pydantic-core` to `v2.18.4`
* Fix u style unicode strings in python @samuelcolvin in
pydantic/jiter#110
* Replace `__spec__.parent` with `__package__`
* Fix validation of `int`s with leading unary minus
* Fix `str` subclass validation for enums
* Support `BigInt`s in `Literal`s and `Enum`s
* Fix: uuid - allow `str` subclass as input
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic?expand=0&rev=53
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 14:14:46 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.7.3:
|
||||
* Bump `pydantic-core` to `v2.18.4`
|
||||
* Fix u style unicode strings in python @samuelcolvin in
|
||||
pydantic/jiter#110
|
||||
* Replace `__spec__.parent` with `__package__`
|
||||
* Fix validation of `int`s with leading unary minus
|
||||
* Fix `str` subclass validation for enums
|
||||
* Support `BigInt`s in `Literal`s and `Enum`s
|
||||
* Fix: uuid - allow `str` subclass as input
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 30 04:56:19 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user