mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-10-27 11:24:47 +08:00
🔖 Release version 0.0.27
This commit is contained in:
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Latest Changes
|
## Latest Changes
|
||||||
|
|
||||||
|
## 0.0.27
|
||||||
|
|
||||||
### Upgrades
|
### Upgrades
|
||||||
|
|
||||||
* ⬆️ Add support for Python 3.14. PR [#1578](https://github.com/fastapi/sqlmodel/pull/1578) by [@svlandeg](https://github.com/svlandeg).
|
* ⬆️ Add support for Python 3.14. PR [#1578](https://github.com/fastapi/sqlmodel/pull/1578) by [@svlandeg](https://github.com/svlandeg).
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
__version__ = "0.0.26"
|
__version__ = "0.0.27"
|
||||||
|
|
||||||
# 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