From deaaa36072f5df7193a81a597c320d6a32cc875d Mon Sep 17 00:00:00 2001 From: wvandeun Date: Fri, 6 Jun 2025 08:39:06 +0200 Subject: [PATCH] allow rich from v12.0.0 and below v14.0.0 --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }