diff --git a/pipeline/pyproject.toml b/pipeline/pyproject.toml index 038e469..b2310cb 100644 --- a/pipeline/pyproject.toml +++ b/pipeline/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [ "pydantic>=2.8", "jsonschema>=4.23", "referencing>=0.35", - "typer>=0.12", + "typer>=0.24.1", "rich>=13.7", "networkx>=3.3", "httpx>=0.27",