Skip to content

Commit

Permalink
Bump version 4.0.5 → 5.0.0
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
frankie567 committed Feb 13, 2023
1 parent efdc469 commit 74f9ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_users_db_sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from fastapi_users_db_sqlalchemy.generics import GUID

__version__ = "4.0.5"
__version__ = "5.0.0"

UUID_ID = uuid.UUID

Expand Down

0 comments on commit 74f9ec7

Please sign in to comment.