From dec4fdef70d4ca900d2b24db5dca85886ea391a7 Mon Sep 17 00:00:00 2001 From: myhloli Date: Wed, 2 Jul 2025 17:56:57 +0800 Subject: [PATCH] fix: update sglang version constraint in pyproject.toml for compatibility --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8bb64760..7081ab78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ vlm = [ "pydantic", ] sglang = [ - "sglang[all]>=0.4.7,<0.4.9", + "sglang[all]>=0.4.8,<0.4.9", ] pipeline = [ "matplotlib>=3.10,<4",