14
0

- 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`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlmodel?expand=0&rev=6
This commit is contained in:
2025-03-28 20:56:46 +00:00
committed by Git OBS Bridge
commit 41403c50c0
7 changed files with 142 additions and 0 deletions

19
python-sqlmodel.changes Normal file
View File

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