🔧 Migrate from Poetry to PDM for the internal build config (#912)

This commit is contained in:
Sebastián Ramírez
2024-04-29 15:58:15 -07:00
committed by GitHub
parent f67867f974
commit 0b4989d0b2
10 changed files with 145 additions and 88 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "0.0.16"
__version__ = "0.0.17.dev2"
# Re-export from SQLAlchemy
from sqlalchemy.engine import create_engine as create_engine