diff --git a/poetry.lock b/poetry.lock index 2558510..a1b4c06 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2394,4 +2394,4 @@ tests = ["Jinja2", "pytest", "pyyaml", "rich"] [metadata] lock-version = "2.1" python-versions = "^3.9, <3.14" -content-hash = "8fb3db8c3b2045247ef681d483005c7f3d19579fb9f982d9595a3ec7b94f8b24" +content-hash = "978a8ed3c6f4f4e46d39b8c33affb767a91275ee2bee532a48a7abc3d224deb8" diff --git a/pyproject.toml b/pyproject.toml index 10e4950..d347fee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ numpy = [ { version = "^1.26.2", optional = true, python = ">=3.12" }, ] pyarrow = { version = ">=14", optional = true } -rich = { version = "^13", optional = true } +rich = { version = ">=12, <14", optional = true } toml = { version = "^0.10", optional = true } typer = { version = "^0.12.3", optional = true } pytest = { version = "*", optional = true }