17
0

Accepting request 1307095 from home:glaubitz:branches:devel:languages:python

- Update to 0.0.25
  * Add overload for `exec` method to support `insert`, `update`,
    `delete` statements.

OBS-URL: https://build.opensuse.org/request/show/1307095
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlmodel?expand=0&rev=8
This commit is contained in:
2025-09-25 12:12:53 +00:00
committed by Git OBS Bridge
commit 266386c2bc
6 changed files with 146 additions and 0 deletions

26
python-sqlmodel.changes Normal file
View File

@@ -0,0 +1,26 @@
-------------------------------------------------------------------
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.