Changes sql-alchemy to version 1.4.49

This commit is contained in:
2023-08-13 15:00:29 +02:00
parent 775b360ff7
commit 67c94cfb7e
5 changed files with 434 additions and 270 deletions

View File

@ -4,7 +4,9 @@ requires = ["poetry-core"]
[tookl.mypy]
disallow_untyped_defs = true
exclude = ".ipynb_checkpoints, .mypy_cache, .mytest_cache, build"
follow_imports = "silent"
plugins = ["sqlalchemy.ext.mypy.plugin"]
python_version = "3.11"
warn_redudant_casts = true
warn_unused_ignores = true
@ -27,7 +29,7 @@ readme = "README.md"
version = "0.1.0"
[tool.poetry.dependencies]
SQLAlchemy = "^2.0.19"
SQLAlchemy = {version = "^1.4.46", extras = ["mypy"]}
loguru = "^0.7.0"
matplotlib = "^3.7.1"
plotly = "^5.14.1"