Skip to content

Commit 1a01a90

Browse files
committed
Bump version 4.0.4 → 4.0.5
Bug fixes --------- * Add upper bound to SQLAlchemy dependency to avoid incompatibility with SQLAlchemy 2.0 and force to stay on SQLAlchemy 1.4 > Update for SQLAlchemy 2.0 will come soon!
1 parent 5fef081 commit 1a01a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_users_db_sqlalchemy/__init__.py

+1-1
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.4"
14+
__version__ = "4.0.5"
1515

1616
UUID_ID = uuid.UUID
1717

0 commit comments

Comments
 (0)