anyscale 0.26.22__py3-none-any.whl → 0.26.23__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -50,7 +50,7 @@ from anyscale.utils.workspace_notification import WorkspaceNotification
50
50
  # Maybe just make it part of the release process to update it, or fetch the
51
51
  # default builds and get the latest one. The best thing to do is probably
52
52
  # to populate this in the backend.
53
- DEFAULT_RAY_VERSION = "2.44.1" # RAY_RELEASE_UPDATE: update to latest version.
53
+ DEFAULT_RAY_VERSION = "2.46.0" # RAY_RELEASE_UPDATE: update to latest version.
54
54
  DEFAULT_PYTHON_VERSION = "py311"
55
55
  RUNTIME_ENV_PACKAGE_FORMAT = "pkg_{content_hash}.zip"
56
56