chore: bump v0.4.2.post4 (#3459)

This commit is contained in:
Yineng Zhang
2025-02-10 14:12:16 +08:00
committed by GitHub
parent fa1b40e00d
commit cddb1cdf8f
6 changed files with 13 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "sglang"
version = "0.4.2.post3"
version = "0.4.2.post4"
description = "SGLang is yet another fast serving framework for large language models and vision language models."
readme = "README.md"
requires-python = ">=3.8"
@@ -25,7 +25,7 @@ runtime_common = [
]
srt = [
"sglang[runtime_common]", "cuda-python",
"sgl-kernel>=0.0.3.post2", "torch", "vllm>=0.6.4.post1,<=0.7.2",
"sgl-kernel>=0.0.3.post3", "torch", "vllm>=0.6.4.post1,<=0.7.2",
"flashinfer_python>=0.2.0.post2", "outlines>=0.0.44,<=0.1.11"
]

View File

@@ -1 +1 @@
__version__ = "0.4.2.post3"
__version__ = "0.4.2.post4"