Skip to content

Commit

Permalink
Pin SQLAlchemy under 1.4.23 until poetry-core 1.0.4 is in Fedora
Browse files Browse the repository at this point in the history
We're hit by python-poetry/poetry#4402

Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Sep 6, 2021
1 parent d445f5e commit 5fcd9ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ python-dateutil = "^2.8.2"
psycopg2 = "^2.9.1"
cffi = "^1.14.6"
gunicorn = {version = "^20.0", optional = true}
SQLAlchemy = "<1.4.23"

[tool.poetry.dev-dependencies]
pre-commit = "^2.13.0"
Expand Down

0 comments on commit 5fcd9ee

Please sign in to comment.