Skip to content

Commit

Permalink
build: bump sqlalchemy-utils to >=0.40.0
Browse files Browse the repository at this point in the history
Bump SQLAalchemy-Utils to >=0.40.0 which adds SQLAlchemy 2 support. This
fixes some deprecation warnings on SQLAlchemy 2.
  • Loading branch information
jpvanhal committed Aug 10, 2023
1 parent 84aeaf8 commit 0e8c281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"SQLAlchemy-Utils>=0.37.5",
"SQLAlchemy-Utils>=0.40.0",
"SQLAlchemy>=1.4",
]

Expand Down

0 comments on commit 0e8c281

Please sign in to comment.