upgrade to SQLAlchemy v2.0

This commit is contained in:
ducklet 2023-02-10 20:46:58 +01:00
parent 1e21fb08a5
commit 3a2988b8c7
4 changed files with 85 additions and 97 deletions

View file

@ -6,7 +6,7 @@ authors = ["ducklet <ducklet@noreply.code.dumpr.org>"]
[tool.poetry.dependencies]
python = "^3.8"
SQLAlchemy = {extras = ["mypy"], version = "^1.4.45"}
SQLAlchemy = {version = "^2.0"}
wcwidth = "^0.2.5"
typing-extensions = "*"