From dfb2c1b839e75671e0a29833c237ec5705b3a14a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:10:05 +0000 Subject: [PATCH] build(deps): 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 113bca0d..8e998ab8 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