From 74f9ec70e7462a596b7fa4cadf489c90f4d1f327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Mon, 13 Feb 2023 17:07:20 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=204.0.5=20=E2=86=92=205.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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` --- fastapi_users_db_sqlalchemy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi_users_db_sqlalchemy/__init__.py b/fastapi_users_db_sqlalchemy/__init__.py index db00f42..6d4ee82 100644 --- a/fastapi_users_db_sqlalchemy/__init__.py +++ b/fastapi_users_db_sqlalchemy/__init__.py @@ -11,7 +11,7 @@ from fastapi_users_db_sqlalchemy.generics import GUID -__version__ = "4.0.5" +__version__ = "5.0.0" UUID_ID = uuid.UUID