Skip to content

Commit 83980d7

Browse files
committed
Bump version 0.2.0 → 0.3.0
Improvements ------------ * Use latest version of SQLModel * Remove SQLAlchemy dependency pin, it's now in sync with the one asked by SQLModel
1 parent cf49897 commit 83980d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_users_db_sqlmodel/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from sqlalchemy.orm import selectinload
1010
from sqlmodel import Field, Session, SQLModel, func, select
1111

12-
__version__ = "0.2.0"
12+
__version__ = "0.3.0"
1313

1414

1515
class SQLModelBaseUserDB(SQLModel):

0 commit comments

Comments
 (0)