- Update to 0.0.34:
* Fix support for Annotated fields with Pydantic 2.12+.
* Drop support for Pydantic v1.
* Drop support for Python 3.8.
* Fix alias support for Pydantic v2.
* Fix RuntimeError: dictionary changed size during iteration in
sqlmodel_update().
* Add PEP-639 license metadata.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlmodel?expand=0&rev=12
This commit is contained in:
47
python-sqlmodel.changes
Normal file
47
python-sqlmodel.changes
Normal file
@@ -0,0 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 19 04:13:37 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 0.0.34:
|
||||
* Fix support for Annotated fields with Pydantic 2.12+.
|
||||
* Drop support for Pydantic v1.
|
||||
* Drop support for Python 3.8.
|
||||
* Fix alias support for Pydantic v2.
|
||||
* Fix RuntimeError: dictionary changed size during iteration in
|
||||
sqlmodel_update().
|
||||
* Add PEP-639 license metadata.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to 0.0.25
|
||||
* Add overload for `exec` method to support `insert`, `update`,
|
||||
`delete` statements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 20:55:21 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.0.24:
|
||||
* Add support for Python 3.13.
|
||||
- update to 0.0.23:
|
||||
* Fix type annotation in `Field` constructor.
|
||||
* Fix Pydantic version check for version 2.10.x onwards.
|
||||
* Fix typo in `databases.md`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 29 08:06:12 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- fix buildcycle with fastapi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 13:21:38 UTC 2024 - Aline Werner <aline.werner@suse.com>
|
||||
|
||||
- Initial package for v0.0.22.
|
||||
Reference in New Issue
Block a user