Skip to content

Commit deaaa36

Browse files
committed
allow rich from v12.0.0 and below v14.0.0
1 parent 8f4a678 commit deaaa36

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)