forked from pool/python-pydantic
- Add patch bump-pydantic-core-2.35.1.patch to support latest
pydantic-core, gh#pydantic/pydantic#11963 - Add patch field-name-validator-core-schemas.patch to remove deprecation warning, gh#pydantic/pydantic#11761 - Update to 2.11.7 * Copy FieldInfo instance if necessary during FieldInfo build by @Viicos in #11980 2.11.6 * Rebuild dataclass fields before schema generation by @Viicos in #11949 * Always store the original field assignment on FieldInfo by @Viicos in #11946 2.11.5 * Check if FieldInfo is complete after applying type variable map by @Viicos in #11855 * Do not delete mock validator/serializer in model_rebuild() by @Viicos in #11890 * Do not duplicate metadata on model rebuild by @Viicos in #11902 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic?expand=0&rev=73
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 23 05:56:23 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Add patch bump-pydantic-core-2.35.1.patch to support latest
|
||||
pydantic-core, gh#pydantic/pydantic#11963
|
||||
- Add patch field-name-validator-core-schemas.patch to remove
|
||||
deprecation warning, gh#pydantic/pydantic#11761
|
||||
- Update to 2.11.7
|
||||
* Copy FieldInfo instance if necessary during FieldInfo build by @Viicos in #11980
|
||||
2.11.6
|
||||
* Rebuild dataclass fields before schema generation by @Viicos in #11949
|
||||
* Always store the original field assignment on FieldInfo by @Viicos in #11946
|
||||
2.11.5
|
||||
* Check if FieldInfo is complete after applying type variable map by @Viicos in #11855
|
||||
* Do not delete mock validator/serializer in model_rebuild() by @Viicos in #11890
|
||||
* Do not duplicate metadata on model rebuild by @Viicos in #11902
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 5 08:19:26 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user