Skip to content

Commit

Permalink
Change: Support rich >= 13.0 too
Browse files Browse the repository at this point in the history
rich 13 didn't change the API just dropped support for older Python
versions.
  • Loading branch information
bjoernricks committed Jan 16, 2023
1 parent b1ccca5 commit 6e6b562
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 24 deletions.
122 changes: 99 additions & 23 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 @@ -40,7 +40,7 @@ colorful = "^0.5.4"
tomlkit = ">=0.5.11"
packaging = ">=20.3"
httpx = {extras = ["http2"], version = "^0.23.0"}
rich = "^12.4.4"
rich = ">=12.4.4"
typing-extensions = { version = "^4.4.0", python = "<3.8" }
python-dateutil = "^2.8.2"

Expand Down

0 comments on commit 6e6b562

Please sign in to comment.