mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-10-29 17:19:31 +08:00
🔖 Release version 0.0.24
This commit is contained in:
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Latest Changes
|
## Latest Changes
|
||||||
|
|
||||||
|
## 0.0.24
|
||||||
|
|
||||||
### Upgrades
|
### Upgrades
|
||||||
|
|
||||||
* ⬆️ Add support for Python 3.13. PR [#1289](https://github.com/fastapi/sqlmodel/pull/1289) by [@svlandeg](https://github.com/svlandeg).
|
* ⬆️ Add support for Python 3.13. PR [#1289](https://github.com/fastapi/sqlmodel/pull/1289) by [@svlandeg](https://github.com/svlandeg).
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
__version__ = "0.0.23"
|
__version__ = "0.0.24"
|
||||||
|
|
||||||
# Re-export from SQLAlchemy
|
# Re-export from SQLAlchemy
|
||||||
from sqlalchemy.engine import create_engine as create_engine
|
from sqlalchemy.engine import create_engine as create_engine
|
||||||
|
|||||||
Reference in New Issue
Block a user