From 01ee7615a453e269a15d3a91a57d032c49e0cac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 14:22: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 819cd19..b9bdd0f 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",