From 7008a3516b618005ac5910e536f8e632c71ff683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Fri, 21 Nov 2025 09:02:03 +0100 Subject: [PATCH 1/2] RHAIENG-2068: chore(pyproject.toml): bump Feast version to 0.56.0 across all applicable configurations --- codeserver/ubi9-python-3.12/pyproject.toml | 2 +- jupyter/datascience/ubi9-python-3.12/pyproject.toml | 2 +- jupyter/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml | 2 +- jupyter/pytorch/ubi9-python-3.12/pyproject.toml | 2 +- jupyter/rocm/pytorch/ubi9-python-3.12/pyproject.toml | 2 +- jupyter/tensorflow/ubi9-python-3.12/pyproject.toml | 2 +- manifests/base/jupyter-datascience-notebook-imagestream.yaml | 2 +- manifests/base/jupyter-pytorch-llmcompressor-imagestream.yaml | 2 +- manifests/base/jupyter-pytorch-notebook-imagestream.yaml | 2 +- manifests/base/jupyter-rocm-pytorch-notebook-imagestream.yaml | 2 +- manifests/base/jupyter-tensorflow-notebook-imagestream.yaml | 2 +- runtimes/datascience/ubi9-python-3.12/pyproject.toml | 2 +- runtimes/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml | 2 +- runtimes/pytorch/ubi9-python-3.12/pyproject.toml | 2 +- runtimes/rocm-pytorch/ubi9-python-3.12/pyproject.toml | 2 +- runtimes/tensorflow/ubi9-python-3.12/pyproject.toml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/codeserver/ubi9-python-3.12/pyproject.toml b/codeserver/ubi9-python-3.12/pyproject.toml index 6a013a83cf..88e17c2676 100644 --- a/codeserver/ubi9-python-3.12/pyproject.toml +++ b/codeserver/ubi9-python-3.12/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "skl2onnx~=1.19.1; platform_machine != 's390x'", "ipykernel~=6.30.1", "kubeflow-training==1.9.3", - "feast~=0.55.0", + "feast~=0.56.0", # Some extra useful packages "opencensus~=0.11.4", diff --git a/jupyter/datascience/ubi9-python-3.12/pyproject.toml b/jupyter/datascience/ubi9-python-3.12/pyproject.toml index f960974b2a..a8082ee8e5 100644 --- a/jupyter/datascience/ubi9-python-3.12/pyproject.toml +++ b/jupyter/datascience/ubi9-python-3.12/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf "kubeflow-training==1.9.3", "codeflare-sdk~=0.32.1; platform_machine != 'ppc64le' and platform_machine != 's390x'", - "feast~=0.55.0", + "feast~=0.56.0", # DB connectors "pymongo~=4.15.3", diff --git a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml index 3fa1cf13b9..cf31fc3137 100644 --- a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml +++ b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "skl2onnx~=1.19.1", "onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf "kubeflow-training==1.9.3", - "feast~=0.55.0", + "feast~=0.56.0", # DB connectors "pymongo~=4.15.3", diff --git a/jupyter/pytorch/ubi9-python-3.12/pyproject.toml b/jupyter/pytorch/ubi9-python-3.12/pyproject.toml index d0a96f8ad6..31c5954ce8 100644 --- a/jupyter/pytorch/ubi9-python-3.12/pyproject.toml +++ b/jupyter/pytorch/ubi9-python-3.12/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf "codeflare-sdk~=0.32.1", "kubeflow-training==1.9.3", - "feast~=0.55.0", + "feast~=0.56.0", # DB connectors "pymongo~=4.15.3", diff --git a/jupyter/rocm/pytorch/ubi9-python-3.12/pyproject.toml b/jupyter/rocm/pytorch/ubi9-python-3.12/pyproject.toml index 00279e7325..aa719a4217 100644 --- a/jupyter/rocm/pytorch/ubi9-python-3.12/pyproject.toml +++ b/jupyter/rocm/pytorch/ubi9-python-3.12/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf "codeflare-sdk~=0.32.1", "kubeflow-training==1.9.3", - "feast~=0.55.0", + "feast~=0.56.0", # DB connectors "pymongo~=4.15.3", diff --git a/jupyter/tensorflow/ubi9-python-3.12/pyproject.toml b/jupyter/tensorflow/ubi9-python-3.12/pyproject.toml index e74c614210..e25baa77fb 100644 --- a/jupyter/tensorflow/ubi9-python-3.12/pyproject.toml +++ b/jupyter/tensorflow/ubi9-python-3.12/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "skl2onnx~=1.19.1", "onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf "codeflare-sdk~=0.32.1", - "feast~=0.55.0", + "feast~=0.56.0", # DB connectors "pymongo~=4.15.3", diff --git a/manifests/base/jupyter-datascience-notebook-imagestream.yaml b/manifests/base/jupyter-datascience-notebook-imagestream.yaml index 5e62d4fed2..6a3b52d46f 100644 --- a/manifests/base/jupyter-datascience-notebook-imagestream.yaml +++ b/manifests/base/jupyter-datascience-notebook-imagestream.yaml @@ -37,7 +37,7 @@ spec: {"name": "PyMongo", "version": "4.15"}, {"name": "Pyodbc", "version": "5.2"}, {"name": "Codeflare-SDK", "version": "0.32"}, - {"name": "Feast", "version": "0.55"}, + {"name": "Feast", "version": "0.56"}, {"name": "Sklearn-onnx", "version": "1.19"}, {"name": "Psycopg", "version": "3.2"}, {"name": "MySQL Connector/Python", "version": "9.4"}, diff --git a/manifests/base/jupyter-pytorch-llmcompressor-imagestream.yaml b/manifests/base/jupyter-pytorch-llmcompressor-imagestream.yaml index 7f521b3dff..a074ed089f 100644 --- a/manifests/base/jupyter-pytorch-llmcompressor-imagestream.yaml +++ b/manifests/base/jupyter-pytorch-llmcompressor-imagestream.yaml @@ -43,7 +43,7 @@ spec: {"name": "PyMongo", "version": "4.15"}, {"name": "Pyodbc", "version": "5.2"}, {"name": "Codeflare-SDK", "version": "0.32"}, - {"name": "Feast", "version": "0.55"}, + {"name": "Feast", "version": "0.56"}, {"name": "Sklearn-onnx", "version": "1.19"}, {"name": "Psycopg", "version": "3.2"}, {"name": "MySQL Connector/Python", "version": "9.4"}, diff --git a/manifests/base/jupyter-pytorch-notebook-imagestream.yaml b/manifests/base/jupyter-pytorch-notebook-imagestream.yaml index d33ca6b417..3837956449 100644 --- a/manifests/base/jupyter-pytorch-notebook-imagestream.yaml +++ b/manifests/base/jupyter-pytorch-notebook-imagestream.yaml @@ -42,7 +42,7 @@ spec: {"name": "PyMongo", "version": "4.15"}, {"name": "Pyodbc", "version": "5.2"}, {"name": "Codeflare-SDK", "version": "0.32"}, - {"name": "Feast", "version": "0.55"}, + {"name": "Feast", "version": "0.56"}, {"name": "Sklearn-onnx", "version": "1.19"}, {"name": "Psycopg", "version": "3.2"}, {"name": "MySQL Connector/Python", "version": "9.4"}, diff --git a/manifests/base/jupyter-rocm-pytorch-notebook-imagestream.yaml b/manifests/base/jupyter-rocm-pytorch-notebook-imagestream.yaml index 80e4fce165..9e307b8eb9 100644 --- a/manifests/base/jupyter-rocm-pytorch-notebook-imagestream.yaml +++ b/manifests/base/jupyter-rocm-pytorch-notebook-imagestream.yaml @@ -40,7 +40,7 @@ spec: {"name": "PyMongo", "version": "4.15"}, {"name": "Pyodbc", "version": "5.2"}, {"name": "Codeflare-SDK", "version": "0.32"}, - {"name": "Feast", "version": "0.55"}, + {"name": "Feast", "version": "0.56"}, {"name": "Sklearn-onnx", "version": "1.19"}, {"name": "Psycopg", "version": "3.2"}, {"name": "MySQL Connector/Python", "version": "9.4"}, diff --git a/manifests/base/jupyter-tensorflow-notebook-imagestream.yaml b/manifests/base/jupyter-tensorflow-notebook-imagestream.yaml index 2ec4fcc2e1..ee4c7a1e86 100644 --- a/manifests/base/jupyter-tensorflow-notebook-imagestream.yaml +++ b/manifests/base/jupyter-tensorflow-notebook-imagestream.yaml @@ -43,7 +43,7 @@ spec: {"name": "PyMongo", "version": "4.15"}, {"name": "Pyodbc", "version": "5.2"}, {"name": "Codeflare-SDK", "version": "0.32"}, - {"name": "Feast", "version": "0.55"}, + {"name": "Feast", "version": "0.56"}, {"name": "Sklearn-onnx", "version": "1.19"}, {"name": "Psycopg", "version": "3.2"}, {"name": "MySQL Connector/Python", "version": "9.4"} diff --git a/runtimes/datascience/ubi9-python-3.12/pyproject.toml b/runtimes/datascience/ubi9-python-3.12/pyproject.toml index 1cb06ecc04..0304eacc8a 100644 --- a/runtimes/datascience/ubi9-python-3.12/pyproject.toml +++ b/runtimes/datascience/ubi9-python-3.12/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "skl2onnx~=1.19.1", "onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf "codeflare-sdk~=0.32.1; platform_machine != 's390x' and platform_machine != 'ppc64le'", - "feast~=0.55.0", + "feast~=0.56.0", # DB connectors "pymongo~=4.15.3", diff --git a/runtimes/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml b/runtimes/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml index 7045d42e64..c3ba9f60dc 100644 --- a/runtimes/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml +++ b/runtimes/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "scipy~=1.16.2", "skl2onnx~=1.19.1", "onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf - "feast~=0.55.0", + "feast~=0.56.0", # DB connectors "pymongo~=4.15.3", diff --git a/runtimes/pytorch/ubi9-python-3.12/pyproject.toml b/runtimes/pytorch/ubi9-python-3.12/pyproject.toml index da70ffe523..8f2cf82d1b 100644 --- a/runtimes/pytorch/ubi9-python-3.12/pyproject.toml +++ b/runtimes/pytorch/ubi9-python-3.12/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "skl2onnx~=1.19.1", "onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf "codeflare-sdk~=0.32.1", - "feast~=0.55.0", + "feast~=0.56.0", # DB connectors "pymongo~=4.15.3", diff --git a/runtimes/rocm-pytorch/ubi9-python-3.12/pyproject.toml b/runtimes/rocm-pytorch/ubi9-python-3.12/pyproject.toml index fd64796253..fc9d65f305 100644 --- a/runtimes/rocm-pytorch/ubi9-python-3.12/pyproject.toml +++ b/runtimes/rocm-pytorch/ubi9-python-3.12/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "skl2onnx~=1.19.1", "onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf "codeflare-sdk~=0.32.1", - "feast~=0.55.0", + "feast~=0.56.0", # DB connectors "pymongo~=4.15.3", diff --git a/runtimes/tensorflow/ubi9-python-3.12/pyproject.toml b/runtimes/tensorflow/ubi9-python-3.12/pyproject.toml index e806c2634d..33db017e0c 100644 --- a/runtimes/tensorflow/ubi9-python-3.12/pyproject.toml +++ b/runtimes/tensorflow/ubi9-python-3.12/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ # Required for skl2onnx, as upgraded version is not compatible with protobuf "onnxconverter-common~=1.13.0", "codeflare-sdk~=0.32.1", - "feast~=0.55.0", + "feast~=0.56.0", # DB connectors "pymongo~=4.15.3", From f20edd4ec9d9f63e0a06cb9663a650f86da34d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Fri, 21 Nov 2025 09:04:05 +0100 Subject: [PATCH 2/2] gmake refresh pylock --- codeserver/ubi9-python-3.12/pylock.toml | 8 ++++---- jupyter/datascience/ubi9-python-3.12/pylock.toml | 8 ++++---- jupyter/minimal/ubi9-python-3.12/pylock.toml | 2 +- .../pytorch+llmcompressor/ubi9-python-3.12/pylock.toml | 8 ++++---- jupyter/pytorch/ubi9-python-3.12/pylock.toml | 8 ++++---- jupyter/rocm/pytorch/ubi9-python-3.12/pylock.toml | 8 ++++---- jupyter/rocm/tensorflow/ubi9-python-3.12/pylock.toml | 2 +- jupyter/tensorflow/ubi9-python-3.12/pylock.toml | 8 ++++---- jupyter/trustyai/ubi9-python-3.12/pylock.toml | 2 +- rstudio/c9s-python-3.12/pylock.toml | 2 +- rstudio/rhel9-python-3.12/pylock.toml | 2 +- runtimes/datascience/ubi9-python-3.12/pylock.toml | 8 ++++---- runtimes/minimal/ubi9-python-3.12/pylock.toml | 2 +- .../pytorch+llmcompressor/ubi9-python-3.12/pylock.toml | 8 ++++---- runtimes/pytorch/ubi9-python-3.12/pylock.toml | 8 ++++---- runtimes/rocm-pytorch/ubi9-python-3.12/pylock.toml | 8 ++++---- runtimes/rocm-tensorflow/ubi9-python-3.12/pylock.toml | 2 +- runtimes/tensorflow/ubi9-python-3.12/pylock.toml | 8 ++++---- 18 files changed, 51 insertions(+), 51 deletions(-) diff --git a/codeserver/ubi9-python-3.12/pylock.toml b/codeserver/ubi9-python-3.12/pylock.toml index 27902cafb0..bae1349d2f 100644 --- a/codeserver/ubi9-python-3.12/pylock.toml +++ b/codeserver/ubi9-python-3.12/pylock.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate +# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate --index-url=https://pypi.org/simple lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" @@ -327,9 +327,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/e5/47/d63c60f59a59467 [[packages]] name = "feast" -version = "0.55.0" -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" } } -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" } }] +version = "0.56.0" +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" } } +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" } }] [[packages]] name = "filelock" diff --git a/jupyter/datascience/ubi9-python-3.12/pylock.toml b/jupyter/datascience/ubi9-python-3.12/pylock.toml index d9d6fba97c..2af76ca431 100644 --- a/jupyter/datascience/ubi9-python-3.12/pylock.toml +++ b/jupyter/datascience/ubi9-python-3.12/pylock.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate +# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate --index-url=https://pypi.org/simple lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" @@ -802,9 +802,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/cb/a8/20d0723294217e4 [[packages]] name = "feast" -version = "0.55.0" -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" } } -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" } }] +version = "0.56.0" +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" } } +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" } }] [[packages]] name = "filelock" diff --git a/jupyter/minimal/ubi9-python-3.12/pylock.toml b/jupyter/minimal/ubi9-python-3.12/pylock.toml index ed6cec80ee..0dd2a99ee8 100644 --- a/jupyter/minimal/ubi9-python-3.12/pylock.toml +++ b/jupyter/minimal/ubi9-python-3.12/pylock.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate +# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate --index-url=https://pypi.org/simple lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" diff --git a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/pylock.toml b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/pylock.toml index 022a1c3511..1bfedb9dba 100644 --- a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/pylock.toml +++ b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/pylock.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate +# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate --index-url=https://pypi.org/simple lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" @@ -768,9 +768,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/cb/a8/20d0723294217e4 [[packages]] name = "feast" -version = "0.55.0" -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" } } -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" } }] +version = "0.56.0" +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" } } +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" } }] [[packages]] name = "filelock" diff --git a/jupyter/pytorch/ubi9-python-3.12/pylock.toml b/jupyter/pytorch/ubi9-python-3.12/pylock.toml index 2097fab142..e7ee562721 100644 --- a/jupyter/pytorch/ubi9-python-3.12/pylock.toml +++ b/jupyter/pytorch/ubi9-python-3.12/pylock.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate +# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate --index-url=https://pypi.org/simple lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" @@ -803,9 +803,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/cb/a8/20d0723294217e4 [[packages]] name = "feast" -version = "0.55.0" -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" } } -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" } }] +version = "0.56.0" +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" } } +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" } }] [[packages]] name = "filelock" diff --git a/jupyter/rocm/pytorch/ubi9-python-3.12/pylock.toml b/jupyter/rocm/pytorch/ubi9-python-3.12/pylock.toml index c20b71736c..f4d033bfd6 100644 --- a/jupyter/rocm/pytorch/ubi9-python-3.12/pylock.toml +++ b/jupyter/rocm/pytorch/ubi9-python-3.12/pylock.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate +# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate --index-url=https://pypi.org/simple lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" @@ -803,9 +803,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/cb/a8/20d0723294217e4 [[packages]] name = "feast" -version = "0.55.0" -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" } } -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" } }] +version = "0.56.0" +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" } } +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" } }] [[packages]] name = "filelock" diff --git a/jupyter/rocm/tensorflow/ubi9-python-3.12/pylock.toml b/jupyter/rocm/tensorflow/ubi9-python-3.12/pylock.toml index ac3965ae6c..3ba5d7fdcd 100644 --- a/jupyter/rocm/tensorflow/ubi9-python-3.12/pylock.toml +++ b/jupyter/rocm/tensorflow/ubi9-python-3.12/pylock.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate +# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate --index-url=https://pypi.org/simple lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" diff --git a/jupyter/tensorflow/ubi9-python-3.12/pylock.toml b/jupyter/tensorflow/ubi9-python-3.12/pylock.toml index c85113b991..f65a9a64a8 100644 --- a/jupyter/tensorflow/ubi9-python-3.12/pylock.toml +++ b/jupyter/tensorflow/ubi9-python-3.12/pylock.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate +# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate --index-url=https://pypi.org/simple lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" @@ -809,9 +809,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/cb/a8/20d0723294217e4 [[packages]] name = "feast" -version = "0.55.0" -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" } } -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" } }] +version = "0.56.0" +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" } } +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" } }] [[packages]] name = "filelock" diff --git a/jupyter/trustyai/ubi9-python-3.12/pylock.toml b/jupyter/trustyai/ubi9-python-3.12/pylock.toml index 088b084e8b..e9ca44f2cc 100644 --- a/jupyter/trustyai/ubi9-python-3.12/pylock.toml +++ b/jupyter/trustyai/ubi9-python-3.12/pylock.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate +# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate --index-url=https://pypi.org/simple lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" diff --git a/rstudio/c9s-python-3.12/pylock.toml b/rstudio/c9s-python-3.12/pylock.toml index ddcee54b79..088c22ecfa 100644 --- a/rstudio/c9s-python-3.12/pylock.toml +++ b/rstudio/c9s-python-3.12/pylock.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate +# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate --index-url=https://pypi.org/simple lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" diff --git a/rstudio/rhel9-python-3.12/pylock.toml b/rstudio/rhel9-python-3.12/pylock.toml index ddcee54b79..088c22ecfa 100644 --- a/rstudio/rhel9-python-3.12/pylock.toml +++ b/rstudio/rhel9-python-3.12/pylock.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate +# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate --index-url=https://pypi.org/simple lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" diff --git a/runtimes/datascience/ubi9-python-3.12/pylock.toml b/runtimes/datascience/ubi9-python-3.12/pylock.toml index f043fffa33..8ed636ae4a 100644 --- a/runtimes/datascience/ubi9-python-3.12/pylock.toml +++ b/runtimes/datascience/ubi9-python-3.12/pylock.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate +# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate --index-url=https://pypi.org/simple lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" @@ -721,9 +721,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/cb/a8/20d0723294217e4 [[packages]] name = "feast" -version = "0.55.0" -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" } } -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" } }] +version = "0.56.0" +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" } } +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" } }] [[packages]] name = "filelock" diff --git a/runtimes/minimal/ubi9-python-3.12/pylock.toml b/runtimes/minimal/ubi9-python-3.12/pylock.toml index 469f8e426a..16fc414dc6 100644 --- a/runtimes/minimal/ubi9-python-3.12/pylock.toml +++ b/runtimes/minimal/ubi9-python-3.12/pylock.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate +# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate --index-url=https://pypi.org/simple lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" diff --git a/runtimes/pytorch+llmcompressor/ubi9-python-3.12/pylock.toml b/runtimes/pytorch+llmcompressor/ubi9-python-3.12/pylock.toml index 457c6f2504..d375abba6f 100644 --- a/runtimes/pytorch+llmcompressor/ubi9-python-3.12/pylock.toml +++ b/runtimes/pytorch+llmcompressor/ubi9-python-3.12/pylock.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate +# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate --index-url=https://pypi.org/simple lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" @@ -626,9 +626,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/cb/a8/20d0723294217e4 [[packages]] name = "feast" -version = "0.55.0" -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" } } -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" } }] +version = "0.56.0" +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" } } +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" } }] [[packages]] name = "filelock" diff --git a/runtimes/pytorch/ubi9-python-3.12/pylock.toml b/runtimes/pytorch/ubi9-python-3.12/pylock.toml index 11d9c50252..b484b6895c 100644 --- a/runtimes/pytorch/ubi9-python-3.12/pylock.toml +++ b/runtimes/pytorch/ubi9-python-3.12/pylock.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate +# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate --index-url=https://pypi.org/simple lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" @@ -715,9 +715,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/cb/a8/20d0723294217e4 [[packages]] name = "feast" -version = "0.55.0" -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" } } -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" } }] +version = "0.56.0" +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" } } +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" } }] [[packages]] name = "filelock" diff --git a/runtimes/rocm-pytorch/ubi9-python-3.12/pylock.toml b/runtimes/rocm-pytorch/ubi9-python-3.12/pylock.toml index 2182347c71..3f809e8075 100644 --- a/runtimes/rocm-pytorch/ubi9-python-3.12/pylock.toml +++ b/runtimes/rocm-pytorch/ubi9-python-3.12/pylock.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate +# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate --index-url=https://pypi.org/simple lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" @@ -715,9 +715,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/cb/a8/20d0723294217e4 [[packages]] name = "feast" -version = "0.55.0" -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" } } -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" } }] +version = "0.56.0" +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" } } +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" } }] [[packages]] name = "filelock" diff --git a/runtimes/rocm-tensorflow/ubi9-python-3.12/pylock.toml b/runtimes/rocm-tensorflow/ubi9-python-3.12/pylock.toml index 5539ff06cf..560a76f421 100644 --- a/runtimes/rocm-tensorflow/ubi9-python-3.12/pylock.toml +++ b/runtimes/rocm-tensorflow/ubi9-python-3.12/pylock.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate +# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate --index-url=https://pypi.org/simple lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" diff --git a/runtimes/tensorflow/ubi9-python-3.12/pylock.toml b/runtimes/tensorflow/ubi9-python-3.12/pylock.toml index 4dea64155c..0993dfb19a 100644 --- a/runtimes/tensorflow/ubi9-python-3.12/pylock.toml +++ b/runtimes/tensorflow/ubi9-python-3.12/pylock.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate +# uv pip compile pyproject.toml --output-file pylock.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --python-platform linux --no-annotate --index-url=https://pypi.org/simple lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" @@ -721,9 +721,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/cb/a8/20d0723294217e4 [[packages]] name = "feast" -version = "0.55.0" -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" } } -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" } }] +version = "0.56.0" +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" } } +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" } }] [[packages]] name = "filelock"