diff --git a/pipeline/pyproject.toml b/pipeline/pyproject.toml index 038e469..9356ef1 100644 --- a/pipeline/pyproject.toml +++ b/pipeline/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "jsonschema>=4.23", "referencing>=0.35", "typer>=0.12", - "rich>=13.7", + "rich>=15.0.0", "networkx>=3.3", "httpx>=0.27", "python-dotenv>=1.0"