Sync from SUSE:SLFO:Main python-sqlmodel revision e25f3bd550b3be7d257713ba08e5cc6b

This commit is contained in:
2025-05-17 16:08:20 +02:00
parent 92209156c5
commit 28555e8145
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>