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 a78b1fc5..ad5ce1ad 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", @@ -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",