anyscale 0.26.7__py3-none-any.whl → 0.26.8__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.
@@ -49,7 +49,7 @@ from anyscale.utils.workspace_notification import WorkspaceNotification
49
49
  # Maybe just make it part of the release process to update it, or fetch the
50
50
  # default builds and get the latest one. The best thing to do is probably
51
51
  # to populate this in the backend.
52
- DEFAULT_RAY_VERSION = "2.43.0" # RAY_RELEASE_UPDATE: update to latest version.
52
+ DEFAULT_RAY_VERSION = "2.44.0" # RAY_RELEASE_UPDATE: update to latest version.
53
53
  DEFAULT_PYTHON_VERSION = "py311"
54
54
  RUNTIME_ENV_PACKAGE_FORMAT = "pkg_{content_hash}.zip"
55
55