Skip to content

Commit

Permalink
Explicitly define rich
Browse files Browse the repository at this point in the history
Typer already depends on rich. To use the latest rich version, we define 'rich = "^13.8.0"' ourselves. Rich v13.8.0 comes with some important fixes that concern us. See: https://github.com/Textualize/rich/releases/tag/v13.8.0, Textualize/rich#2825.
  • Loading branch information
mhxion committed Aug 27, 2024
1 parent 4ca1f1f commit 9ef9180
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ python = "^3.9.0"
dynaconf = "^3.2.0"
httpx = "^0.24.1"
httpx-auth = "^0.17.0"
rich = "^13.8.0" # typer already depends on rich. We define rich here to use the latest version of rich
typer = { extras = ["all"], version = "^0.9.0" }
pyyaml = "^6.0.1"
mistune = "^3.0.2"
Expand Down

0 comments on commit 9ef9180

Please sign in to comment.