From 4f1fed8206e9dba584a83773c3ae99752da08d52 Mon Sep 17 00:00:00 2001 From: Francine Wright Date: Wed, 14 May 2025 19:11:27 +0000 Subject: [PATCH 1/2] try pinning click --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 54ea3ef6..986eeb1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ python = ">=3.9,<4.0" python-dateutil = "^2.9.0" requests = "^2.28.2" typer = "^0.12.3" +click = "<8.2.0" urllib3 = "^1.26.9" [tool.poetry.group.dev.dependencies] From 017606bce09866e18c64160da00e304d21764c7a Mon Sep 17 00:00:00 2001 From: Francine Wright Date: Wed, 14 May 2025 19:14:21 +0000 Subject: [PATCH 2/2] actually update typer --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 986eeb1d..e5366980 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,8 +20,7 @@ pydantic = "^2.0.0" python = ">=3.9,<4.0" python-dateutil = "^2.9.0" requests = "^2.28.2" -typer = "^0.12.3" -click = "<8.2.0" +typer = "^0.15.4" urllib3 = "^1.26.9" [tool.poetry.group.dev.dependencies]