Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed Jan 17, 2022
1 parent f15cbaf commit c394628
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 35 deletions.
65 changes: 31 additions & 34 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 = "*"

This comment has been minimized.

Copy link
@chris-rl

chris-rl Jan 18, 2022

This * dependency is not correct. Aerich v.0.6.2 will only start with tortoise-orm >= 0.17.2
Please consider adding an appropriate version constraint as it will break correct dependency resolution if * constraint is used.

This comment has been minimized.

Copy link
@chris-rl

chris-rl Jan 18, 2022

You can test this by installing [email protected] and run aerich --version from command line.

click = "*"
asyncpg = { version = "*", optional = true }
asyncmy = { version = "*", optional = true }
Expand Down

0 comments on commit c394628

Please sign in to comment.