Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
[Fix] dependency lock bug
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Dec 9, 2022
1 parent 3b4e77b commit b702d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -29,7 +29,7 @@ fastapi = {extras = ["all"], version = "^0.88.0"}
httpx = "^0.23.1"
sentry-sdk = "^1.11.1"
asyncclick = "^8.1.3.4"
tortoise-orm = ">=0.18.1,<0.20.0"
tortoise-orm = "^0.19.2"
prometheus-client = "^0.15.0"
uvicorn = {version = "^0.20.0", extras = ["standard"]}

Expand Down

0 comments on commit b702d74

Please sign in to comment.