Skip to content

Commit

Permalink
update tortoise-orm version
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed Feb 4, 2021
1 parent 09661c1 commit be41a13
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
32 changes: 15 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include = ["CHANGELOG.md", "LICENSE", "README.md"]

[tool.poetry.dependencies]
python = "^3.7"
tortoise-orm = { git = "https://github.com/tortoise/tortoise-orm.git", branch = "develop" }
tortoise-orm = "^0.16.21"
click = "*"
pydantic = "*"
aiomysql = { version = "*", optional = true }
Expand Down

0 comments on commit be41a13

Please sign in to comment.