Skip to content

Commit be41a13

Browse files
committed
update tortoise-orm version
1 parent 09661c1 commit be41a13

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

poetry.lock

+15-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include = ["CHANGELOG.md", "LICENSE", "README.md"]
1616

1717
[tool.poetry.dependencies]
1818
python = "^3.7"
19-
tortoise-orm = { git = "https://github.com/tortoise/tortoise-orm.git", branch = "develop" }
19+
tortoise-orm = "^0.16.21"
2020
click = "*"
2121
pydantic = "*"
2222
aiomysql = { version = "*", optional = true }

0 commit comments

Comments
 (0)