17
0

- update to 0.0.27:

* Add support for Python 3.14. PR #1578 by @svlandeg.
- update to 0.0.26:
  * Fix attribute handling in `model_dump` for compatibility
    with the latest Pydantic versions. PR #1595 by @spazm.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlmodel?expand=0&rev=10
This commit is contained in:
2025-11-10 08:28:21 +00:00
committed by Git OBS Bridge
parent 2dbcd06e50
commit 0802b45fc4
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Nov 10 08:27:59 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.0.27:
* Add support for Python 3.14. PR #1578 by @svlandeg.
- update to 0.0.26:
* Fix attribute handling in `model_dump` for compatibility
with the latest Pydantic versions. PR #1595 by @spazm.
-------------------------------------------------------------------
Thu Sep 25 11:32:00 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>