From 516df11d7857ebd55b9b6297c8c2c3c9b96cf1f7 Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:25:13 +0200 Subject: [PATCH] Remove Python version contraint from vllm extra dependencies --- setup.cfg | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/setup.cfg b/setup.cfg index 67f304f4088..f84ba1f950e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,13 +62,11 @@ test = pytest-xdist pytest vllm = - # vLLM package does not yet support Python 3.13. These constraints can be lifted once support is added: - # see https://github.com/vllm-project/vllm/pull/13164 - vllm>=0.10.0,<=0.10.2; python_version < "3.13" - fastapi; python_version < "3.13" - pydantic; python_version < "3.13" - requests; python_version < "3.13" - uvicorn; python_version < "3.13" + vllm>=0.10.0,<=0.10.2 + fastapi + pydantic + requests + uvicorn vlm = Pillow