14
0

- Add patch support-pydantic-211.patch:

* Support Pydantic 2.11 changes by not calling model_fields on
    instances.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psygnal?expand=0&rev=13
This commit is contained in:
2025-04-30 05:00:54 +00:00
committed by Git OBS Bridge
parent 29c39b9315
commit c4a2ec82e8
3 changed files with 44 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 30 05:00:03 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch support-pydantic-211.patch:
* Support Pydantic 2.11 changes by not calling model_fields on
instances.
-------------------------------------------------------------------
Tue Feb 4 16:20:22 UTC 2025 - Dirk Müller <dmueller@suse.com>