Skip to content

Commit

Permalink
build: Pin supported openapi-core version
Browse files Browse the repository at this point in the history
Previously rororo allows to install `openapi-core==0.13.7` and
`openapi-core==0.13.8` which is not yet supported.

This commit pin supported version of `openapi-core` to `>=0.13.3,<0.13.7`
which ensure that `poetry update` do not break your environment.

Issue: #149
  • Loading branch information
playpauseandstop committed May 9, 2021
1 parent ecb032e commit f43bf3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
20 changes: 6 additions & 14 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 @@ -59,7 +59,7 @@ contextvars = {python = "<3.7", version = "^2.4"}
email-validator = "^1.0.5"
environ-config = ">=20.1,<22.0"
isodate = "^0.6.0"
openapi-core = "^0.13.3"
openapi-core = ">=0.13.3,<0.13.7"
pyrsistent = ">=0.16,<0.18"
PyYAML = "^5.1"
typing-extensions = {python = "<3.8", version = "^3.7.4"}
Expand Down

0 comments on commit f43bf3a

Please sign in to comment.