From 3bd1eb079e37659a4e34fbeab3e340f82cf7f2f9 Mon Sep 17 00:00:00 2001 From: Samuel Monson Date: Wed, 25 Jun 2025 12:04:17 -0400 Subject: [PATCH 1/2] Lock click to pre 8.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a78b1fc5..cfecc4c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ keywords = [ "vllm", ] dependencies = [ - "click", + "click>=8.0.0,<8.2.0", "datasets", "ftfy>=6.0.0", "httpx[http2]<1.0.0", From 7c087da9b44ef520bbcedc5c0d564163f8ce710d Mon Sep 17 00:00:00 2001 From: Samuel Monson Date: Wed, 25 Jun 2025 12:04:55 -0400 Subject: [PATCH 2/2] Drop deprecated types-click --- .pre-commit-config.yaml | 1 - pyproject.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 61b765a2..2438e7c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,6 @@ repos: pydantic_settings, # types - types-click, types-PyYAML, types-requests, types-toml, diff --git a/pyproject.toml b/pyproject.toml index cfecc4c1..ad5ce1ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,6 @@ dev = [ "mdformat-gfm~=0.3.6", # type-checking - "types-click~=7.1.8", "types-PyYAML~=6.0.1", "types-requests~=2.32.0", "types-toml",