Skip to content

Commit 6e3e4a4

Browse files
committed
SQLAlchemy 1.4 will break GINO 1.0
1 parent 07abebd commit 6e3e4a4

File tree

2 files changed

+23
-46
lines changed

2 files changed

+23
-46
lines changed

poetry.lock

Lines changed: 22 additions & 45 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
@@ -25,7 +25,7 @@ classifiers = [
2525
[tool.poetry.dependencies]
2626
python = "^3.5"
2727
asyncpg = ">=0.18,<1.0"
28-
SQLAlchemy = "^1.2"
28+
SQLAlchemy = ">=1.2,<1.4"
2929

3030
# compatibility
3131
contextvars = { version = "^2.4", python = "<3.7" }

0 commit comments

Comments
 (0)