From 663a85a3f60376104ac2ac8f12bf84d8dbc5a874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 21:08:30 +0000 Subject: [PATCH] Update ray requirement from >=2.8 to >=2.57.0 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.8.0...ray-2.57.0) --- updated-dependencies: - dependency-name: ray dependency-version: 2.57.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34ee198..b84d38f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "polars", "pyarrow", "pydantic>=2", - "ray[serve]>=2.8", + "ray[serve]>=2.57.0", "spaday>=0.7,<0.8", "spaday-perspective>=0.2,<0.3", "spaday-webawesome>=0.2,<0.3",