Skip to content

Commit 8a6f8e7

Browse files
authored
Merge pull request #434 from opsmill/wvd-20250606-broaden-supported-rich-version
allow rich from v12.0.0 and below v14.0.0
2 parents 1f75b1f + deaaa36 commit 8a6f8e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ numpy = [
3535
{ version = "^1.26.2", optional = true, python = ">=3.12" },
3636
]
3737
pyarrow = { version = ">=14", optional = true }
38-
rich = { version = "^13", optional = true }
38+
rich = { version = ">=12, <14", optional = true }
3939
toml = { version = "^0.10", optional = true }
4040
typer = { version = "^0.12.3", optional = true }
4141
pytest = { version = "*", optional = true }

0 commit comments

Comments
 (0)