Skip to content

Commit 6fc585f

Browse files
author
mongkok
committed
Fixed tortoise-orm for Python 3.6 support
1 parent c99486b commit 6fc585f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pytest-asyncio = "*"
6969
pytest-cov = "*"
7070
python-multipart = "*"
7171
SQLAlchemy = "*"
72-
tortoise-orm = "*"
72+
tortoise-orm = "0.15.19"
7373
types-setuptools = "*"
7474

7575
mkdocs = "*"

0 commit comments

Comments
 (0)