🔖 Release version 0.0.17
This commit is contained in:
parent
1c4f425f17
commit
0431c5bb26
@ -2,6 +2,8 @@
|
||||
|
||||
## Latest Changes
|
||||
|
||||
## 0.0.17
|
||||
|
||||
### Refactors
|
||||
|
||||
* ♻️ Refactor types to properly support Pydantic 2.7. PR [#913](https://github.com/tiangolo/sqlmodel/pull/913) by [@tiangolo](https://github.com/tiangolo).
|
||||
|
@ -1,4 +1,4 @@
|
||||
__version__ = "0.0.17.dev2"
|
||||
__version__ = "0.0.17"
|
||||
|
||||
# Re-export from SQLAlchemy
|
||||
from sqlalchemy.engine import create_engine as create_engine
|
||||
|
Loading…
x
Reference in New Issue
Block a user