From fa8ad30277912e4a29e5691c42a331a71c8c0f19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:47:01 +0000 Subject: [PATCH] Update ray requirement from >=2.10 to >=2.55.1 Updates the requirements on [ray](https://github.com/ray-project/ray) to permit the latest version. - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](https://github.com/ray-project/ray/compare/ray-2.10.0...ray-2.55.1) --- updated-dependencies: - dependency-name: ray dependency-version: 2.55.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_sglang.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_sglang.txt b/requirements_sglang.txt index 113bca0..8e998ab 100644 --- a/requirements_sglang.txt +++ b/requirements_sglang.txt @@ -11,7 +11,7 @@ peft pyarrow>=19.0.0 pybind11 pylatexenc -ray[default]>=2.10 +ray[default]>=2.55.1 tensordict>=0.8.0,<=0.10.0,!=0.9.0 torchdata torchvision