Skip to content

Commit 011cc6c

Browse files
committed
get_execution_options needs SQLAlchemy 1.3
1 parent 1ce1c9c commit 011cc6c

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

poetry.lock

Lines changed: 23 additions & 23 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,<1.4"
28+
SQLAlchemy = ">=1.3,<1.4"
2929

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

0 commit comments

Comments
 (0)