Skip to content

Commit 9861f2e

Browse files
authored
chore(deps): update package version of Codeflare-SDK (0.32.1) and lock dependencies (#2658)
1 parent fa24b68 commit 9861f2e

File tree

22 files changed

+44
-44
lines changed

22 files changed

+44
-44
lines changed

jupyter/datascience/ubi9-python-3.12/pylock.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -548,10 +548,10 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/7e/e8/64c37fadfc2816a
548548

549549
[[packages]]
550550
name = "codeflare-sdk"
551-
version = "0.32.0"
551+
version = "0.32.1"
552552
marker = "platform_machine != 'ppc64le' and platform_machine != 's390x'"
553-
sdist = { url = "https://files.pythonhosted.org/packages/75/84/fd7f089111ddae5896059f28f02997d9b7650ff97ccf8917e35964a12795/codeflare_sdk-0.32.0.tar.gz", upload-time = 2025-10-16T11:51:24Z, size = 150607, hashes = { sha256 = "8cc4bc9e471c8dd2ec5baacda94d5f17a0bbbf3d4a944a213307c37521e1a300" } }
554-
wheels = [{ url = "https://files.pythonhosted.org/packages/9e/9f/5007a20bf72f86400cfd935e8ac53888db024fbbdf2f278d9d6fcadbb017/codeflare_sdk-0.32.0-py3-none-any.whl", upload-time = 2025-10-16T11:51:22Z, size = 219307, hashes = { sha256 = "583910545d4e97c8ca18692150d3a3bdc45ed37dfb3cfda2f891a191b584d3f8" } }]
553+
sdist = { url = "https://files.pythonhosted.org/packages/47/b8/5b5942be8a430a1c67d90beca9b20f81fd7b54613e9758b091c3a5d8ff06/codeflare_sdk-0.32.1.tar.gz", upload-time = 2025-11-07T21:07:06Z, size = 151147, hashes = { sha256 = "870cb62610b3585014e62e1069051b3bbf02ab2a9e10d5e18e1f20866a3f7a44" } }
554+
wheels = [{ url = "https://files.pythonhosted.org/packages/11/46/5223a5b7651d36251789e5426ce8caef579961a4d25a73db23ad4f4ebe22/codeflare_sdk-0.32.1-py3-none-any.whl", upload-time = 2025-11-07T21:07:04Z, size = 219859, hashes = { sha256 = "5f0d319d950f6ff9fa7e94a7ae4502c41d8c487a090cd7497ef95ff65c1b0951" } }]
555555

556556
[[packages]]
557557
name = "colorama"

jupyter/datascience/ubi9-python-3.12/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"skl2onnx~=1.19.1",
1818
"onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf
1919
"kubeflow-training==1.9.3",
20-
"codeflare-sdk~=0.32.0; platform_machine != 'ppc64le' and platform_machine != 's390x'",
20+
"codeflare-sdk~=0.32.1; platform_machine != 'ppc64le' and platform_machine != 's390x'",
2121
"feast~=0.55.0",
2222

2323
# DB connectors

jupyter/pytorch/ubi9-python-3.12/pylock.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -552,9 +552,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/7e/e8/64c37fadfc2816a
552552

553553
[[packages]]
554554
name = "codeflare-sdk"
555-
version = "0.32.0"
556-
sdist = { url = "https://files.pythonhosted.org/packages/75/84/fd7f089111ddae5896059f28f02997d9b7650ff97ccf8917e35964a12795/codeflare_sdk-0.32.0.tar.gz", upload-time = 2025-10-16T11:51:24Z, size = 150607, hashes = { sha256 = "8cc4bc9e471c8dd2ec5baacda94d5f17a0bbbf3d4a944a213307c37521e1a300" } }
557-
wheels = [{ url = "https://files.pythonhosted.org/packages/9e/9f/5007a20bf72f86400cfd935e8ac53888db024fbbdf2f278d9d6fcadbb017/codeflare_sdk-0.32.0-py3-none-any.whl", upload-time = 2025-10-16T11:51:22Z, size = 219307, hashes = { sha256 = "583910545d4e97c8ca18692150d3a3bdc45ed37dfb3cfda2f891a191b584d3f8" } }]
555+
version = "0.32.1"
556+
sdist = { url = "https://files.pythonhosted.org/packages/47/b8/5b5942be8a430a1c67d90beca9b20f81fd7b54613e9758b091c3a5d8ff06/codeflare_sdk-0.32.1.tar.gz", upload-time = 2025-11-07T21:07:06Z, size = 151147, hashes = { sha256 = "870cb62610b3585014e62e1069051b3bbf02ab2a9e10d5e18e1f20866a3f7a44" } }
557+
wheels = [{ url = "https://files.pythonhosted.org/packages/11/46/5223a5b7651d36251789e5426ce8caef579961a4d25a73db23ad4f4ebe22/codeflare_sdk-0.32.1-py3-none-any.whl", upload-time = 2025-11-07T21:07:04Z, size = 219859, hashes = { sha256 = "5f0d319d950f6ff9fa7e94a7ae4502c41d8c487a090cd7497ef95ff65c1b0951" } }]
558558

559559
[[packages]]
560560
name = "colorama"

jupyter/pytorch/ubi9-python-3.12/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"scipy~=1.16.2",
2222
"skl2onnx~=1.19.1",
2323
"onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf
24-
"codeflare-sdk~=0.32.0",
24+
"codeflare-sdk~=0.32.1",
2525
"kubeflow-training==1.9.3",
2626
"feast~=0.55.0",
2727

jupyter/rocm/pytorch/ubi9-python-3.12/pylock.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -552,9 +552,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/7e/e8/64c37fadfc2816a
552552

553553
[[packages]]
554554
name = "codeflare-sdk"
555-
version = "0.32.0"
556-
sdist = { url = "https://files.pythonhosted.org/packages/75/84/fd7f089111ddae5896059f28f02997d9b7650ff97ccf8917e35964a12795/codeflare_sdk-0.32.0.tar.gz", upload-time = 2025-10-16T11:51:24Z, size = 150607, hashes = { sha256 = "8cc4bc9e471c8dd2ec5baacda94d5f17a0bbbf3d4a944a213307c37521e1a300" } }
557-
wheels = [{ url = "https://files.pythonhosted.org/packages/9e/9f/5007a20bf72f86400cfd935e8ac53888db024fbbdf2f278d9d6fcadbb017/codeflare_sdk-0.32.0-py3-none-any.whl", upload-time = 2025-10-16T11:51:22Z, size = 219307, hashes = { sha256 = "583910545d4e97c8ca18692150d3a3bdc45ed37dfb3cfda2f891a191b584d3f8" } }]
555+
version = "0.32.1"
556+
sdist = { url = "https://files.pythonhosted.org/packages/47/b8/5b5942be8a430a1c67d90beca9b20f81fd7b54613e9758b091c3a5d8ff06/codeflare_sdk-0.32.1.tar.gz", upload-time = 2025-11-07T21:07:06Z, size = 151147, hashes = { sha256 = "870cb62610b3585014e62e1069051b3bbf02ab2a9e10d5e18e1f20866a3f7a44" } }
557+
wheels = [{ url = "https://files.pythonhosted.org/packages/11/46/5223a5b7651d36251789e5426ce8caef579961a4d25a73db23ad4f4ebe22/codeflare_sdk-0.32.1-py3-none-any.whl", upload-time = 2025-11-07T21:07:04Z, size = 219859, hashes = { sha256 = "5f0d319d950f6ff9fa7e94a7ae4502c41d8c487a090cd7497ef95ff65c1b0951" } }]
558558

559559
[[packages]]
560560
name = "colorama"

jupyter/rocm/pytorch/ubi9-python-3.12/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"scipy~=1.16.2",
2323
"skl2onnx~=1.19.1",
2424
"onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf
25-
"codeflare-sdk~=0.32.0",
25+
"codeflare-sdk~=0.32.1",
2626
"kubeflow-training==1.9.3",
2727
"feast~=0.55.0",
2828

jupyter/rocm/tensorflow/ubi9-python-3.12/pylock.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -546,9 +546,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/93/27/bf74dc1494625c3
546546

547547
[[packages]]
548548
name = "codeflare-sdk"
549-
version = "0.32.0"
550-
sdist = { url = "https://files.pythonhosted.org/packages/75/84/fd7f089111ddae5896059f28f02997d9b7650ff97ccf8917e35964a12795/codeflare_sdk-0.32.0.tar.gz", upload-time = 2025-10-16T11:51:24Z, size = 150607, hashes = { sha256 = "8cc4bc9e471c8dd2ec5baacda94d5f17a0bbbf3d4a944a213307c37521e1a300" } }
551-
wheels = [{ url = "https://files.pythonhosted.org/packages/9e/9f/5007a20bf72f86400cfd935e8ac53888db024fbbdf2f278d9d6fcadbb017/codeflare_sdk-0.32.0-py3-none-any.whl", upload-time = 2025-10-16T11:51:22Z, size = 219307, hashes = { sha256 = "583910545d4e97c8ca18692150d3a3bdc45ed37dfb3cfda2f891a191b584d3f8" } }]
549+
version = "0.32.1"
550+
sdist = { url = "https://files.pythonhosted.org/packages/47/b8/5b5942be8a430a1c67d90beca9b20f81fd7b54613e9758b091c3a5d8ff06/codeflare_sdk-0.32.1.tar.gz", upload-time = 2025-11-07T21:07:06Z, size = 151147, hashes = { sha256 = "870cb62610b3585014e62e1069051b3bbf02ab2a9e10d5e18e1f20866a3f7a44" } }
551+
wheels = [{ url = "https://files.pythonhosted.org/packages/11/46/5223a5b7651d36251789e5426ce8caef579961a4d25a73db23ad4f4ebe22/codeflare_sdk-0.32.1-py3-none-any.whl", upload-time = 2025-11-07T21:07:04Z, size = 219859, hashes = { sha256 = "5f0d319d950f6ff9fa7e94a7ae4502c41d8c487a090cd7497ef95ff65c1b0951" } }]
552552

553553
[[packages]]
554554
name = "colorama"

jupyter/rocm/tensorflow/ubi9-python-3.12/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"scipy~=1.16.2",
2626
"skl2onnx~=1.19.1",
2727
"onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf
28-
"codeflare-sdk~=0.32.0",
28+
"codeflare-sdk~=0.32.1",
2929
"kubeflow-training==1.9.3",
3030

3131
# DB connectors

jupyter/tensorflow/ubi9-python-3.12/pylock.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -558,9 +558,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/7e/e8/64c37fadfc2816a
558558

559559
[[packages]]
560560
name = "codeflare-sdk"
561-
version = "0.32.0"
562-
sdist = { url = "https://files.pythonhosted.org/packages/75/84/fd7f089111ddae5896059f28f02997d9b7650ff97ccf8917e35964a12795/codeflare_sdk-0.32.0.tar.gz", upload-time = 2025-10-16T11:51:24Z, size = 150607, hashes = { sha256 = "8cc4bc9e471c8dd2ec5baacda94d5f17a0bbbf3d4a944a213307c37521e1a300" } }
563-
wheels = [{ url = "https://files.pythonhosted.org/packages/9e/9f/5007a20bf72f86400cfd935e8ac53888db024fbbdf2f278d9d6fcadbb017/codeflare_sdk-0.32.0-py3-none-any.whl", upload-time = 2025-10-16T11:51:22Z, size = 219307, hashes = { sha256 = "583910545d4e97c8ca18692150d3a3bdc45ed37dfb3cfda2f891a191b584d3f8" } }]
561+
version = "0.32.1"
562+
sdist = { url = "https://files.pythonhosted.org/packages/47/b8/5b5942be8a430a1c67d90beca9b20f81fd7b54613e9758b091c3a5d8ff06/codeflare_sdk-0.32.1.tar.gz", upload-time = 2025-11-07T21:07:06Z, size = 151147, hashes = { sha256 = "870cb62610b3585014e62e1069051b3bbf02ab2a9e10d5e18e1f20866a3f7a44" } }
563+
wheels = [{ url = "https://files.pythonhosted.org/packages/11/46/5223a5b7651d36251789e5426ce8caef579961a4d25a73db23ad4f4ebe22/codeflare_sdk-0.32.1-py3-none-any.whl", upload-time = 2025-11-07T21:07:04Z, size = 219859, hashes = { sha256 = "5f0d319d950f6ff9fa7e94a7ae4502c41d8c487a090cd7497ef95ff65c1b0951" } }]
564564

565565
[[packages]]
566566
name = "colorama"

jupyter/tensorflow/ubi9-python-3.12/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"scipy~=1.16.2",
2323
"skl2onnx~=1.19.1",
2424
"onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf
25-
"codeflare-sdk~=0.32.0",
25+
"codeflare-sdk~=0.32.1",
2626
"feast~=0.55.0",
2727

2828
# DB connectors

0 commit comments

Comments
 (0)