Skip to content

Commit 3668d60

Browse files
chipspeakopenshift-merge-bot[bot]
authored andcommitted
task(RHOAIENG-34228): CodeFlare SDK Patch release 0.31.1
Signed-off-by: Pat O'Connor <[email protected]>
1 parent 22dbaaf commit 3668d60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "codeflare-sdk"
3-
version = "0.31.0"
3+
version = "0.31.1"
44

55
[tool.poetry]
66
name = "codeflare-sdk"
7-
version = "0.31.0"
7+
version = "0.31.1"
88
description = "Python SDK for codeflare client"
99

1010
license = "Apache-2.0"

src/codeflare_sdk/common/utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* For python 3.12:ray:2.47.1-py312-cu128
66
"""
77
CUDA_PY311_RUNTIME_IMAGE = "quay.io/modh/ray@sha256:6d076aeb38ab3c34a6a2ef0f58dc667089aa15826fa08a73273c629333e12f1e"
8-
CUDA_PY312_RUNTIME_IMAGE = "quay.io/modh/ray@sha256:9c72e890f5c66bb2a0f0d940120539ffc875fb6fed83380cbe2eba938e8789b1"
8+
CUDA_PY312_RUNTIME_IMAGE = "quay.io/modh/ray@sha256:fb6f207de63e442c67bb48955cf0584f3704281faf17b90419cfa274fdec63c5"
99

1010
# Centralized image selection
1111
SUPPORTED_PYTHON_VERSIONS = {

0 commit comments

Comments
 (0)