upgrade to SQLAlchemy v2.0
This commit is contained in:
parent
1e21fb08a5
commit
3a2988b8c7
4 changed files with 85 additions and 97 deletions
|
|
@ -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 = "*"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue