Skip to content

Commit e270a0f

Browse files
committed
build(deps): downgrade sqlalchemy from 2.0.1 to 1.4.46
as showed by smoke tests in pipeline https://github.com/andros21/pwrApp/actions/runs/4072297719 pandas postgresql is not yet operative with sqlalchemy 2.x pandas-dev/pandas#40686 downgrade and what for next month release
1 parent 5368315 commit e270a0f

File tree

2 files changed

+16
-35
lines changed

2 files changed

+16
-35
lines changed

poetry.lock

Lines changed: 15 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
python = ">=3.9,<3.11"
1111
numpy = "^1.24.1"
1212
pandas = "^1.5.3"
13-
SQLAlchemy = "^2.0.1"
13+
SQLAlchemy = "^1.4.46"
1414
dash = "^2.8.1"
1515
gunicorn = "^20.1.0"
1616
psycopg2-binary = "^2.9.5"

0 commit comments

Comments
 (0)