Skip to content

Commit 74f9ec7

Browse files
committedFeb 13, 2023
Bump version 4.0.5 → 5.0.0
Breaking changes ---------------- * Migrate to SQLAlchemy 2.0. * If you need to stay on SQLAlchemy 1.4, you can pin this dependency: `fastapi-users-db-sqlalchemy<5.0.0`
1 parent efdc469 commit 74f9ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎fastapi_users_db_sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
from fastapi_users_db_sqlalchemy.generics import GUID
1313

14-
__version__ = "4.0.5"
14+
__version__ = "5.0.0"
1515

1616
UUID_ID = uuid.UUID
1717

0 commit comments

Comments
 (0)