Skip to content

Commit 705e21a

Browse files
committed
Merge remote-tracking branch 'upstream/main' into rhoai-3.2
2 parents 3279898 + b5f7d26 commit 705e21a

File tree

27 files changed

+49
-49
lines changed

27 files changed

+49
-49
lines changed

codeserver/ubi9-python-3.12/pylock.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/3c/23/dd53f49e8309454
371371

372372
[[packages]]
373373
name = "feast"
374-
version = "0.55.0"
375-
sdist = { url = "https://files.pythonhosted.org/packages/81/f0/96045f569dde1b358c52e9952b74cf9e9174c6040a759a5aaf7f8854c91e/feast-0.55.0.tar.gz", upload-time = 2025-10-14T14:52:02Z, size = 6235170, hashes = { sha256 = "76e65319115db017a607c7507166b866300ba5bf48c5b245d544a1307c11d872" } }
376-
wheels = [{ url = "https://files.pythonhosted.org/packages/7e/b6/35ded77acda7d51a6ca1ccb16d1c16b888ac314b70c61f99d8e2dc63cb35/feast-0.55.0-py2.py3-none-any.whl", upload-time = 2025-10-14T14:51:59Z, size = 7716278, hashes = { sha256 = "e1b804dbe5502aa5550b48fa1feb2aaecd682e6e729ac05ed61240cb37439af1" } }]
374+
version = "0.56.0"
375+
sdist = { url = "https://files.pythonhosted.org/packages/28/e3/db9614909f9a6fccaa9e25feda473cdf01db2b99b218cf5998d4c0d64b6f/feast-0.56.0.tar.gz", upload-time = 2025-10-27T20:38:58Z, size = 6263885, hashes = { sha256 = "285bebf226890513446e88e670ea5cda0a56599cede4998f9037cb1b458d28f4" } }
376+
wheels = [{ url = "https://files.pythonhosted.org/packages/58/b7/e9b7c29b9ca330fd3e758cf3ffd3f0b7156598b983041426fb3607c4f3e2/feast-0.56.0-py2.py3-none-any.whl", upload-time = 2025-10-27T20:38:56Z, size = 7743359, hashes = { sha256 = "faca34103b4ec115f4f933b7438db030d11c1b6e0fdfac8933f1275a5b4a58b0" } }]
377377

378378
[[packages]]
379379
name = "filelock"

codeserver/ubi9-python-3.12/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"skl2onnx~=1.19.1; platform_machine != 's390x'",
2121
"ipykernel~=6.30.1",
2222
"kubeflow-training==1.9.3",
23-
"feast~=0.55.0",
23+
"feast~=0.56.0",
2424

2525
# Some extra useful packages
2626
"opencensus~=0.11.4",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -897,9 +897,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/cb/a8/20d0723294217e4
897897

898898
[[packages]]
899899
name = "feast"
900-
version = "0.55.0"
901-
sdist = { url = "https://files.pythonhosted.org/packages/81/f0/96045f569dde1b358c52e9952b74cf9e9174c6040a759a5aaf7f8854c91e/feast-0.55.0.tar.gz", upload-time = 2025-10-14T14:52:02Z, size = 6235170, hashes = { sha256 = "76e65319115db017a607c7507166b866300ba5bf48c5b245d544a1307c11d872" } }
902-
wheels = [{ url = "https://files.pythonhosted.org/packages/7e/b6/35ded77acda7d51a6ca1ccb16d1c16b888ac314b70c61f99d8e2dc63cb35/feast-0.55.0-py2.py3-none-any.whl", upload-time = 2025-10-14T14:51:59Z, size = 7716278, hashes = { sha256 = "e1b804dbe5502aa5550b48fa1feb2aaecd682e6e729ac05ed61240cb37439af1" } }]
900+
version = "0.56.0"
901+
sdist = { url = "https://files.pythonhosted.org/packages/28/e3/db9614909f9a6fccaa9e25feda473cdf01db2b99b218cf5998d4c0d64b6f/feast-0.56.0.tar.gz", upload-time = 2025-10-27T20:38:58Z, size = 6263885, hashes = { sha256 = "285bebf226890513446e88e670ea5cda0a56599cede4998f9037cb1b458d28f4" } }
902+
wheels = [{ url = "https://files.pythonhosted.org/packages/58/b7/e9b7c29b9ca330fd3e758cf3ffd3f0b7156598b983041426fb3607c4f3e2/feast-0.56.0-py2.py3-none-any.whl", upload-time = 2025-10-27T20:38:56Z, size = 7743359, hashes = { sha256 = "faca34103b4ec115f4f933b7438db030d11c1b6e0fdfac8933f1275a5b4a58b0" } }]
903903

904904
[[packages]]
905905
name = "filelock"

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

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

2323
# DB connectors
2424
"pymongo~=4.15.3",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -868,9 +868,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/cb/a8/20d0723294217e4
868868

869869
[[packages]]
870870
name = "feast"
871-
version = "0.55.0"
872-
sdist = { url = "https://files.pythonhosted.org/packages/81/f0/96045f569dde1b358c52e9952b74cf9e9174c6040a759a5aaf7f8854c91e/feast-0.55.0.tar.gz", upload-time = 2025-10-14T14:52:02Z, size = 6235170, hashes = { sha256 = "76e65319115db017a607c7507166b866300ba5bf48c5b245d544a1307c11d872" } }
873-
wheels = [{ url = "https://files.pythonhosted.org/packages/7e/b6/35ded77acda7d51a6ca1ccb16d1c16b888ac314b70c61f99d8e2dc63cb35/feast-0.55.0-py2.py3-none-any.whl", upload-time = 2025-10-14T14:51:59Z, size = 7716278, hashes = { sha256 = "e1b804dbe5502aa5550b48fa1feb2aaecd682e6e729ac05ed61240cb37439af1" } }]
871+
version = "0.56.0"
872+
sdist = { url = "https://files.pythonhosted.org/packages/28/e3/db9614909f9a6fccaa9e25feda473cdf01db2b99b218cf5998d4c0d64b6f/feast-0.56.0.tar.gz", upload-time = 2025-10-27T20:38:58Z, size = 6263885, hashes = { sha256 = "285bebf226890513446e88e670ea5cda0a56599cede4998f9037cb1b458d28f4" } }
873+
wheels = [{ url = "https://files.pythonhosted.org/packages/58/b7/e9b7c29b9ca330fd3e758cf3ffd3f0b7156598b983041426fb3607c4f3e2/feast-0.56.0-py2.py3-none-any.whl", upload-time = 2025-10-27T20:38:56Z, size = 7743359, hashes = { sha256 = "faca34103b4ec115f4f933b7438db030d11c1b6e0fdfac8933f1275a5b4a58b0" } }]
874874

875875
[[packages]]
876876
name = "filelock"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"skl2onnx~=1.19.1",
3636
"onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf
3737
"kubeflow-training==1.9.3",
38-
"feast~=0.55.0",
38+
"feast~=0.56.0",
3939

4040
# DB connectors
4141
"pymongo~=4.15.3",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -898,9 +898,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/cb/a8/20d0723294217e4
898898

899899
[[packages]]
900900
name = "feast"
901-
version = "0.55.0"
902-
sdist = { url = "https://files.pythonhosted.org/packages/81/f0/96045f569dde1b358c52e9952b74cf9e9174c6040a759a5aaf7f8854c91e/feast-0.55.0.tar.gz", upload-time = 2025-10-14T14:52:02Z, size = 6235170, hashes = { sha256 = "76e65319115db017a607c7507166b866300ba5bf48c5b245d544a1307c11d872" } }
903-
wheels = [{ url = "https://files.pythonhosted.org/packages/7e/b6/35ded77acda7d51a6ca1ccb16d1c16b888ac314b70c61f99d8e2dc63cb35/feast-0.55.0-py2.py3-none-any.whl", upload-time = 2025-10-14T14:51:59Z, size = 7716278, hashes = { sha256 = "e1b804dbe5502aa5550b48fa1feb2aaecd682e6e729ac05ed61240cb37439af1" } }]
901+
version = "0.56.0"
902+
sdist = { url = "https://files.pythonhosted.org/packages/28/e3/db9614909f9a6fccaa9e25feda473cdf01db2b99b218cf5998d4c0d64b6f/feast-0.56.0.tar.gz", upload-time = 2025-10-27T20:38:58Z, size = 6263885, hashes = { sha256 = "285bebf226890513446e88e670ea5cda0a56599cede4998f9037cb1b458d28f4" } }
903+
wheels = [{ url = "https://files.pythonhosted.org/packages/58/b7/e9b7c29b9ca330fd3e758cf3ffd3f0b7156598b983041426fb3607c4f3e2/feast-0.56.0-py2.py3-none-any.whl", upload-time = 2025-10-27T20:38:56Z, size = 7743359, hashes = { sha256 = "faca34103b4ec115f4f933b7438db030d11c1b6e0fdfac8933f1275a5b4a58b0" } }]
904904

905905
[[packages]]
906906
name = "filelock"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf
2424
"codeflare-sdk~=0.32.1",
2525
"kubeflow-training==1.9.3",
26-
"feast~=0.55.0",
26+
"feast~=0.56.0",
2727

2828
# DB connectors
2929
"pymongo~=4.15.3",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -898,9 +898,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/cb/a8/20d0723294217e4
898898

899899
[[packages]]
900900
name = "feast"
901-
version = "0.55.0"
902-
sdist = { url = "https://files.pythonhosted.org/packages/81/f0/96045f569dde1b358c52e9952b74cf9e9174c6040a759a5aaf7f8854c91e/feast-0.55.0.tar.gz", upload-time = 2025-10-14T14:52:02Z, size = 6235170, hashes = { sha256 = "76e65319115db017a607c7507166b866300ba5bf48c5b245d544a1307c11d872" } }
903-
wheels = [{ url = "https://files.pythonhosted.org/packages/7e/b6/35ded77acda7d51a6ca1ccb16d1c16b888ac314b70c61f99d8e2dc63cb35/feast-0.55.0-py2.py3-none-any.whl", upload-time = 2025-10-14T14:51:59Z, size = 7716278, hashes = { sha256 = "e1b804dbe5502aa5550b48fa1feb2aaecd682e6e729ac05ed61240cb37439af1" } }]
901+
version = "0.56.0"
902+
sdist = { url = "https://files.pythonhosted.org/packages/28/e3/db9614909f9a6fccaa9e25feda473cdf01db2b99b218cf5998d4c0d64b6f/feast-0.56.0.tar.gz", upload-time = 2025-10-27T20:38:58Z, size = 6263885, hashes = { sha256 = "285bebf226890513446e88e670ea5cda0a56599cede4998f9037cb1b458d28f4" } }
903+
wheels = [{ url = "https://files.pythonhosted.org/packages/58/b7/e9b7c29b9ca330fd3e758cf3ffd3f0b7156598b983041426fb3607c4f3e2/feast-0.56.0-py2.py3-none-any.whl", upload-time = 2025-10-27T20:38:56Z, size = 7743359, hashes = { sha256 = "faca34103b4ec115f4f933b7438db030d11c1b6e0fdfac8933f1275a5b4a58b0" } }]
904904

905905
[[packages]]
906906
name = "filelock"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf
2525
"codeflare-sdk~=0.32.1",
2626
"kubeflow-training==1.9.3",
27-
"feast~=0.55.0",
27+
"feast~=0.56.0",
2828

2929
# DB connectors
3030
"pymongo~=4.15.3",

0 commit comments

Comments
 (0)