Skip to content

Commit 2661f52

Browse files
Ark-kuncopybara-github
authored andcommitted
fix: Ray - Fixed exception when using Ray 2.4
PiperOrigin-RevId: 630196444
1 parent eb05ac4 commit 2661f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/aiplatform/preview/vertex_ray/cluster_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def create_ray_cluster(
130130
)
131131
if ray_version == "2.4":
132132
warnings.warn(
133-
_gapic_utils._V2_4_WARNING_MESSAGE, DeprecationWarning, stacklevel=2
133+
_validation_utils._V2_4_WARNING_MESSAGE, DeprecationWarning, stacklevel=2
134134
)
135135
local_ray_verion = _validation_utils.get_local_ray_version()
136136
if ray_version != local_ray_verion:

0 commit comments

Comments
 (0)