From 5226359129ea0525ac8aa6df12efe28e80228fa3 Mon Sep 17 00:00:00 2001 From: pushfoo <36696816+pushfoo@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:15:52 -0400 Subject: [PATCH] Pin click version to fix typer breaking --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b840af03f0..3f1c0535bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,11 +54,12 @@ dev = [ "pytest-cov", "pytest-mock", "coverage", - "coveralls", # Do we really need this? + "coveralls", # Do we really need this? "ruff", "mypy", "pyright==1.1.387", - "typer[all]==0.12.5", # Needed for make.py + "click==8.1.7", # Temp fix until we bump typer + "typer==0.12.5", # Needed for make.py "wheel", ] # Testing only