chore: bump v0.4.3 (#3556)

This commit is contained in:
Yineng Zhang
2025-02-14 09:43:14 +08:00
committed by GitHub
parent e082142519
commit e0b9a423c8
7 changed files with 15 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "sglang"
version = "0.4.2.post4"
version = "0.4.3"
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.post5", "torch", "vllm>=0.6.4.post1,<=0.7.2",
"sgl-kernel>=0.0.3.post6", "torch", "vllm>=0.6.4.post1,<=0.7.2",
"flashinfer_python>=0.2.1.post1",
"outlines>=0.0.44,<=0.1.11",
]

View File

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