Skip to content

Commit 215d61c

Browse files
committed
pyproject.toml: limit SQLAlchemy to < 1.4.23
SQLAlchemy gets pulled in by csvkit's agate-sql dependency and there is currently an issue with Poetry's parsing of the SQLAlchemy 1.4.23 constraints. Temporarily explicitly install a version of SQLAlchemy that works (can remove later once Poetry fixes this). Anyways, I am not using any SQLAlchemy features that I know of. See: python-poetry/poetry#4402
1 parent 11ddde3 commit 215d61c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ langid = "^1.1.6"
2222
colorama = "^0.4.4"
2323
spdx-license-list = "^0.5.2"
2424
ftfy = "^5.9"
25+
SQLAlchemy = ">=1.3.3,<1.4.23"
2526

2627
[tool.poetry.dev-dependencies]
2728
pytest = "^6.1.1"

0 commit comments

Comments
 (0)