Skip to content

Commit

Permalink
Make the dependency on poetry-core more restrictive (#3697)
Browse files Browse the repository at this point in the history
Since `poetry-core` will see some changes in order to modernize its codebase it's better to be prudent here by restricting it to `~1.0.2` for the `1.1` branch of Poetry until we can be sure we can loosen it.

Note that it does change anything regarding the constraint in the `build-system` section since the high level API is unlikely to change for the foreseeable future.
  • Loading branch information
sdispater authored Feb 19, 2021
1 parent ef39e35 commit bce6828
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 @@ -24,7 +24,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "~2.7 || ^3.5"

poetry-core = "^1.0.2"
poetry-core = "~1.0.2"
cleo = "^0.8.1"
clikit = "^0.6.2"
crashtest = { version = "^0.3.0", python = "^3.6" }
Expand Down

0 comments on commit bce6828

Please sign in to comment.