From 2147591a8a1a4af8104cb7530ee36416c4cafbb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 08:58:28 +0000 Subject: [PATCH] chore(deps): bump ray from 2.55.1 to 2.57.0 Bumps [ray](https://github.com/ray-project/ray) from 2.55.1 to 2.57.0. - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](https://github.com/ray-project/ray/compare/ray-2.55.1...ray-2.57.0) --- updated-dependencies: - dependency-name: ray dependency-version: 2.56.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a2158d..c3d9609 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ "requests>=2.33.0", "aiohttp>=3.13.4", - "ray[default,serve,tune]==2.55.1", + "ray[default,serve,tune]==2.57.0", "pydantic>=2.0.0", "packaging>=24.0", "click>=8.0.0",