From ff6ba9adc89f40479ed3a920d6f5e6bddc94717e Mon Sep 17 00:00:00 2001 From: Ambient Code Bot Date: Mon, 20 Apr 2026 05:04:23 +0000 Subject: [PATCH 1/4] fix(cve): CVE-2026-40192 - Pillow FITS decompression bomb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bump cve-constraints.txt: pillow>=12.1.1 → pillow>=12.2.0 - Update pytorch+llmcompressor requirements: pillow 12.1.1 → 12.2.0 - Addresses FITS GZIP decompression bomb (CVSS 8.7 High) Note: Run `make refresh-lock-files` to regenerate pylock files with the updated Pillow 12.2.0 constraint. Resolves: RHOAIENG-58615, RHOAIENG-58610, RHOAIENG-58598 Co-Authored-By: Claude Opus 4.6 --- dependencies/cve-constraints.txt | 3 ++- .../ubi9-python-3.12/requirements.cuda.txt | 2 +- .../ubi9-python-3.12/requirements.cuda.txt | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dependencies/cve-constraints.txt b/dependencies/cve-constraints.txt index 1180ae1282..620a949812 100644 --- a/dependencies/cve-constraints.txt +++ b/dependencies/cve-constraints.txt @@ -14,4 +14,5 @@ urllib3>=2.6.0 # RHAIENG-2893: CVE-2026-0897 Keras: Denial of Service via crafted HDF5 weight loading file keras>=3.13.1 # RHAIENG-3210: CVE-2026-25990 Pillow: Out-of-bounds Write via Specially Crafted PSD Image -pillow>=12.1.1 \ No newline at end of file +# RHOAIENG-58615: CVE-2026-40192 Pillow: FITS GZIP decompression bomb +pillow>=12.2.0 \ No newline at end of file diff --git a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt index 7d8a80a340..c294a2b158 100644 --- a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt +++ b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt @@ -463,7 +463,7 @@ pathvalidate==3.3.1 ; python_full_version >= '3.12' and implementation_name == ' --hash=sha256:6845e0cf9051b31d455a449acda5983114ce2c7085b81337e102c6517b71795d pexpect==4.9.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:8b376d8ae1d099528b1b0958be10c4489d636dc5e310b7f38c0fbc5d2f66e335 -pillow==12.1.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ +pillow==12.2.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:e34837e0501bda7d589613bd59ff689dde7adc9775cb7441b0ea4bc76a711d68 \ --hash=sha256:893f8370df4aa50b75e4f7453649d86886f3c45da7b7c9c75122a0b55640af1d pip==26.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ diff --git a/runtimes/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt b/runtimes/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt index 67681c2753..67ea3f81ac 100644 --- a/runtimes/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt +++ b/runtimes/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt @@ -318,7 +318,7 @@ pathvalidate==3.3.1 ; python_full_version >= '3.12' and implementation_name == ' --hash=sha256:6845e0cf9051b31d455a449acda5983114ce2c7085b81337e102c6517b71795d pexpect==4.9.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:8b376d8ae1d099528b1b0958be10c4489d636dc5e310b7f38c0fbc5d2f66e335 -pillow==12.1.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ +pillow==12.2.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:e34837e0501bda7d589613bd59ff689dde7adc9775cb7441b0ea4bc76a711d68 \ --hash=sha256:893f8370df4aa50b75e4f7453649d86886f3c45da7b7c9c75122a0b55640af1d pip==26.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ From 3604817b92299b98dc0a40e0a70259da24290c79 Mon Sep 17 00:00:00 2001 From: Akshay Ghodake Date: Mon, 20 Apr 2026 05:26:26 +0000 Subject: [PATCH 2/4] fix(cve): update llmcompressor pylock files for Pillow 12.2.0 - Update 2 remaining pylock.cuda.toml files (llmcompressor) from 12.1.1 to 12.2.0 - Wheels verified on Red Hat mirror (cuda13.0-ubi9 path) - All 14 pylock files now consistently at Pillow 12.2.0 Resolves: CVE-2026-40192 Co-Authored-By: Claude Opus 4.6 --- .../uv.lock.d/pylock.cuda.toml | 999 +++++++++--------- .../uv.lock.d/pylock.cuda.toml | 749 +++++++------ 2 files changed, 841 insertions(+), 907 deletions(-) diff --git a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml index 8a421c9255..87ac57461b 100644 --- a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml +++ b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file uv.lock.d/pylock.cuda.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --universal --no-annotate --no-emit-package odh-notebooks-meta-db-connectors-deps --no-emit-package odh-notebooks-meta-jupyterlab-datascience-deps --no-emit-package odh-notebooks-meta-jupyterlab-deps --no-emit-package odh-notebooks-meta-llmcompressor-deps --no-emit-package odh-notebooks-meta-runtime-elyra-deps --no-emit-package odh-notebooks-meta-runtime-datascience-deps --no-emit-package odh-notebooks-meta-workbench-datascience-deps --constraints ../../../dependencies/cve-constraints.txt --exclude-newer=2026-04-29T01:34:53Z --default-index=https://console.redhat.com/api/pypi/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/simple/?format=json +# uv pip compile pyproject.toml --output-file uv.lock.d/pylock.cuda.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --universal --no-annotate --no-emit-package odh-notebooks-meta-db-connectors-deps --no-emit-package odh-notebooks-meta-jupyterlab-datascience-deps --no-emit-package odh-notebooks-meta-jupyterlab-deps --no-emit-package odh-notebooks-meta-llmcompressor-deps --no-emit-package odh-notebooks-meta-runtime-elyra-deps --no-emit-package odh-notebooks-meta-runtime-datascience-deps --no-emit-package odh-notebooks-meta-workbench-datascience-deps --constraints ../../../dependencies/cve-constraints.txt --exclude-newer=2026-04-16T12:35:57Z --default-index=https://console.redhat.com/api/pypi/public-rhai/rhoai/3.4/cuda13.0-ubi9/simple/?format=json lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" @@ -8,279 +8,279 @@ requires-python = ">=3.12" name = "absl-py" version = "2.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/absl_py-2.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:37Z, size = 136656, hashes = { sha256 = "af1b772dab810743b3e84636793da476e184b4e9b2df2b96d7c27ac762520e95" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/absl_py-2.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:37Z, size = 136656, hashes = { sha256 = "af1b772dab810743b3e84636793da476e184b4e9b2df2b96d7c27ac762520e95" } }] [[packages]] name = "accelerate" version = "1.12.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/accelerate-1.12.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:28Z, size = 381894, hashes = { sha256 = "080d0a7b2ae95fc4f6ee347751ae94acccc8a73dae50ef13e23b26bf641d9c98" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/accelerate-1.12.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:28Z, size = 381894, hashes = { sha256 = "080d0a7b2ae95fc4f6ee347751ae94acccc8a73dae50ef13e23b26bf641d9c98" } }] [[packages]] name = "aiohappyeyeballs" version = "2.6.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/aiohappyeyeballs-2.6.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:04Z, size = 16275, hashes = { sha256 = "5d9de996cc5c9d09eadc8ab3a527b1032536ecd43f5c7e676bb677f6f62e8829" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/aiohappyeyeballs-2.6.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:04Z, size = 16275, hashes = { sha256 = "5d9de996cc5c9d09eadc8ab3a527b1032536ecd43f5c7e676bb677f6f62e8829" } }] [[packages]] name = "aiohttp" version = "3.13.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/aiohttp-3.13.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T00:24:31Z, size = 1642895, hashes = { sha256 = "0d2aa71ace82a9a27ce270e675e5a6c9cb07e8fee6b44c8ded0d81e06f0a4fff" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/aiohttp-3.13.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T00:25:13Z, size = 1676175, hashes = { sha256 = "6581f88c234590ce929da49390a48054f6920245d28fb14ab4ae9a51b47c6751" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/aiohttp-3.13.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T00:24:31Z, size = 1642895, hashes = { sha256 = "0d2aa71ace82a9a27ce270e675e5a6c9cb07e8fee6b44c8ded0d81e06f0a4fff" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/aiohttp-3.13.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T00:25:13Z, size = 1676175, hashes = { sha256 = "6581f88c234590ce929da49390a48054f6920245d28fb14ab4ae9a51b47c6751" } }, ] [[packages]] name = "aiohttp-cors" version = "0.8.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/aiohttp_cors-0.8.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:21Z, size = 26245, hashes = { sha256 = "0229cdb28a2ef0020acb8eeeacca27eedca4ad48ad14129e4adef4866317f29a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/aiohttp_cors-0.8.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:21Z, size = 26245, hashes = { sha256 = "0229cdb28a2ef0020acb8eeeacca27eedca4ad48ad14129e4adef4866317f29a" } }] [[packages]] name = "aiosignal" version = "1.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/aiosignal-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:05Z, size = 8405, hashes = { sha256 = "dc9ead1e00399132d9cea85a522aa270f31278e36bf3a46f9a9f0c27d22cb416" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/aiosignal-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:05Z, size = 8405, hashes = { sha256 = "dc9ead1e00399132d9cea85a522aa270f31278e36bf3a46f9a9f0c27d22cb416" } }] [[packages]] name = "alembic" version = "1.18.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/alembic-1.18.4-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:46Z, size = 265906, hashes = { sha256 = "1d235eb4a75d5fb1a46d91b9540d024e100f4da3685fdc97982a835e046b085d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/alembic-1.18.4-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:46Z, size = 265906, hashes = { sha256 = "1d235eb4a75d5fb1a46d91b9540d024e100f4da3685fdc97982a835e046b085d" } }] [[packages]] name = "annotated-doc" version = "0.0.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/annotated_doc-0.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:39Z, size = 6246, hashes = { sha256 = "d70593fd10d8cb2e34db2bfd7e16fd6ec75850b62d2f7bf5ae1df6920749cfb4" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/annotated_doc-0.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:39Z, size = 6246, hashes = { sha256 = "d70593fd10d8cb2e34db2bfd7e16fd6ec75850b62d2f7bf5ae1df6920749cfb4" } }] [[packages]] name = "annotated-types" version = "0.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/annotated_types-0.7.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:25:45Z, size = 14602, hashes = { sha256 = "eaa2dac699b34669e542ad0d0107320df25bb56191a93f0d1bfea0c8e0b58ac6" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/annotated_types-0.7.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:25:45Z, size = 14602, hashes = { sha256 = "eaa2dac699b34669e542ad0d0107320df25bb56191a93f0d1bfea0c8e0b58ac6" } }] [[packages]] name = "anyio" version = "4.13.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/anyio-4.13.0-8-py3-none-any.whl", upload-time = 2026-03-24T23:30:11Z, size = 115249, hashes = { sha256 = "9a056e8f030fe667ca2fecf68ee0f0a9b9318f06cb3bac19f7302028ab60800d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/anyio-4.13.0-8-py3-none-any.whl", upload-time = 2026-03-24T23:30:11Z, size = 115249, hashes = { sha256 = "9a056e8f030fe667ca2fecf68ee0f0a9b9318f06cb3bac19f7302028ab60800d" } }] [[packages]] name = "appengine-python-standard" version = "2.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/appengine_python_standard-2.0.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:09:16Z, size = 995403, hashes = { sha256 = "3f4a704e3fbf2fb16afeaa222876e76e69a0f6c5e808bf3469a2e8f406db759b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/appengine_python_standard-2.0.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:09:16Z, size = 995403, hashes = { sha256 = "3f4a704e3fbf2fb16afeaa222876e76e69a0f6c5e808bf3469a2e8f406db759b" } }] [[packages]] name = "argon2-cffi" version = "25.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/argon2_cffi-25.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:41Z, size = 15775, hashes = { sha256 = "d835eca2aaae5d7dcf3b8bb7cce4040944461d3a17dcb970a6fe03aa99aaed70" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/argon2_cffi-25.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:41Z, size = 15775, hashes = { sha256 = "d835eca2aaae5d7dcf3b8bb7cce4040944461d3a17dcb970a6fe03aa99aaed70" } }] [[packages]] name = "argon2-cffi-bindings" version = "25.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/argon2_cffi_bindings-25.1.0-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:51:07Z, size = 82397, hashes = { sha256 = "9a1d7f23e90719d9b9ced2501895f1e76852b7f01b9086e5f4f283d77a0bd389" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/argon2_cffi_bindings-25.1.0-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:07:58Z, size = 86924, hashes = { sha256 = "69b32b2b855436e4e8fd676b0cb9c1cad006f6c87d56f509a605ddc460df3523" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/argon2_cffi_bindings-25.1.0-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:51:07Z, size = 82397, hashes = { sha256 = "9a1d7f23e90719d9b9ced2501895f1e76852b7f01b9086e5f4f283d77a0bd389" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/argon2_cffi_bindings-25.1.0-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:07:58Z, size = 86924, hashes = { sha256 = "69b32b2b855436e4e8fd676b0cb9c1cad006f6c87d56f509a605ddc460df3523" } }, ] [[packages]] name = "arrow" version = "1.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/arrow-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:05Z, size = 69684, hashes = { sha256 = "4db207e7f05366654e5c8c1fb3099174cf980394ffd9dbdd9ce3018b6782f234" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/arrow-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:05Z, size = 69684, hashes = { sha256 = "4db207e7f05366654e5c8c1fb3099174cf980394ffd9dbdd9ce3018b6782f234" } }] [[packages]] name = "astroid" version = "4.0.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/astroid-4.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:40Z, size = 277342, hashes = { sha256 = "75257cd821d290de4561baf8ef195eff3ffef90b801e3dec2fe364879f037b35" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/astroid-4.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:40Z, size = 277342, hashes = { sha256 = "75257cd821d290de4561baf8ef195eff3ffef90b801e3dec2fe364879f037b35" } }] [[packages]] name = "asttokens" version = "3.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/asttokens-3.0.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:52Z, size = 28094, hashes = { sha256 = "e714002e22582b4a1aa1b4aec10491869ec722446a7d975b9d0ca27723440621" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/asttokens-3.0.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:52Z, size = 28094, hashes = { sha256 = "e714002e22582b4a1aa1b4aec10491869ec722446a7d975b9d0ca27723440621" } }] [[packages]] name = "async-lru" version = "2.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/async_lru-2.3.0-8-py3-none-any.whl", upload-time = 2026-03-19T06:07:41Z, size = 9318, hashes = { sha256 = "7607a324c3a170953233990311590a6bf35bdabb5eae2b6952a3e6dcf888d9ed" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/async_lru-2.3.0-8-py3-none-any.whl", upload-time = 2026-03-19T06:07:41Z, size = 9318, hashes = { sha256 = "7607a324c3a170953233990311590a6bf35bdabb5eae2b6952a3e6dcf888d9ed" } }] [[packages]] name = "attrs" version = "26.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/attrs-26.1.0-8-py3-none-any.whl", upload-time = 2026-03-19T20:58:38Z, size = 68476, hashes = { sha256 = "3f4adf2e22ff7ba4644217c551caa81c6a546395d46ebaa77bfdee60e32b1f5b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/attrs-26.1.0-8-py3-none-any.whl", upload-time = 2026-03-19T20:58:38Z, size = 68476, hashes = { sha256 = "3f4adf2e22ff7ba4644217c551caa81c6a546395d46ebaa77bfdee60e32b1f5b" } }] [[packages]] name = "auto-round" version = "0.10.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/auto_round-0.10.2-8-py3-none-any.whl", upload-time = 2026-02-25T21:24:07Z, size = 564593, hashes = { sha256 = "856918eb16f008320d69d35de27a11c385b59779dfd1438dd62de42e8630dfb9" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/auto_round-0.10.2-8-py3-none-any.whl", upload-time = 2026-02-25T21:24:07Z, size = 564593, hashes = { sha256 = "856918eb16f008320d69d35de27a11c385b59779dfd1438dd62de42e8630dfb9" } }] [[packages]] name = "autopep8" version = "2.0.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/autopep8-2.0.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:52:23Z, size = 46383, hashes = { sha256 = "b33f05a77e16a77aa0090a7c2bf5dedaeb458189ade02dbc2b9932a3816df263" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/autopep8-2.0.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:52:23Z, size = 46383, hashes = { sha256 = "b33f05a77e16a77aa0090a7c2bf5dedaeb458189ade02dbc2b9932a3816df263" } }] [[packages]] name = "babel" version = "2.18.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/babel-2.18.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:06Z, size = 10197773, hashes = { sha256 = "1a26890167a5962213e3fa8f2d6c9635a5525b8563857b1e95af547646ef68ea" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/babel-2.18.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:06Z, size = 10197773, hashes = { sha256 = "1a26890167a5962213e3fa8f2d6c9635a5525b8563857b1e95af547646ef68ea" } }] [[packages]] name = "bcrypt" version = "5.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/bcrypt-5.0.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:50:33Z, size = 273434, hashes = { sha256 = "4e5f2422f086ba891f00bb893fccadbe6d2fd7e0bb89f7e374f7caef69515249" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/bcrypt-5.0.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:19Z, size = 278436, hashes = { sha256 = "c0b4c39ba3dd56cfb53ad2bf8f6b9af615c22ddee4cd4d6215a4e719d666e80b" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/bcrypt-5.0.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:50:33Z, size = 273434, hashes = { sha256 = "4e5f2422f086ba891f00bb893fccadbe6d2fd7e0bb89f7e374f7caef69515249" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/bcrypt-5.0.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:19Z, size = 278436, hashes = { sha256 = "c0b4c39ba3dd56cfb53ad2bf8f6b9af615c22ddee4cd4d6215a4e719d666e80b" } }, ] [[packages]] name = "beautifulsoup4" version = "4.14.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/beautifulsoup4-4.14.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:03Z, size = 108675, hashes = { sha256 = "ba5364431983923fa796510cc70610d9e21f6c92f469e16230aa34016c32ffda" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/beautifulsoup4-4.14.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:03Z, size = 108675, hashes = { sha256 = "ba5364431983923fa796510cc70610d9e21f6c92f469e16230aa34016c32ffda" } }] [[packages]] name = "bigtree" version = "1.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/bigtree-1.4.0-8-py3-none-any.whl", upload-time = 2026-03-24T11:48:28Z, size = 118568, hashes = { sha256 = "247dd7938ad9b544e2e2d90c0ab33df43efe1b46974cd9cc048a970fe87148ac" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/bigtree-1.4.0-8-py3-none-any.whl", upload-time = 2026-03-24T11:48:28Z, size = 118568, hashes = { sha256 = "247dd7938ad9b544e2e2d90c0ab33df43efe1b46974cd9cc048a970fe87148ac" } }] [[packages]] name = "black" version = "26.3.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/black-26.3.1-8-py3-none-any.whl", upload-time = 2026-03-12T05:46:06Z, size = 208470, hashes = { sha256 = "6beef137d00f5811a5f49802a06343d32b032ce3bd9978dd04c001d93449fa1e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/black-26.3.1-8-py3-none-any.whl", upload-time = 2026-03-12T05:46:06Z, size = 208470, hashes = { sha256 = "6beef137d00f5811a5f49802a06343d32b032ce3bd9978dd04c001d93449fa1e" } }] [[packages]] name = "bleach" version = "6.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/bleach-6.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:06Z, size = 165329, hashes = { sha256 = "4481fbde86076cc180511d11e201e4d69376553f13b40edb862d9dc9404e65f0" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/bleach-6.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:06Z, size = 165329, hashes = { sha256 = "4481fbde86076cc180511d11e201e4d69376553f13b40edb862d9dc9404e65f0" } }] [[packages]] name = "blinker" version = "1.9.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/blinker-1.9.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:02Z, size = 9399, hashes = { sha256 = "5ff23a8464fd7a59c93f1b7ef03dc948abd4a48ccc3b966695ace12136b46ddf" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/blinker-1.9.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:02Z, size = 9399, hashes = { sha256 = "5ff23a8464fd7a59c93f1b7ef03dc948abd4a48ccc3b966695ace12136b46ddf" } }] [[packages]] name = "bokeh" version = "3.9.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/bokeh-3.9.0-8-py3-none-any.whl", upload-time = 2026-03-11T20:52:38Z, size = 6396964, hashes = { sha256 = "7c5ea29ca3ea75a7f2d677461c1a19589501763ac5adc28c76faf4ae218aab10" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/bokeh-3.9.0-8-py3-none-any.whl", upload-time = 2026-03-11T20:52:38Z, size = 6396964, hashes = { sha256 = "7c5ea29ca3ea75a7f2d677461c1a19589501763ac5adc28c76faf4ae218aab10" } }] [[packages]] name = "boto3" -version = "1.42.97" +version = "1.42.84" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/boto3-1.42.97-8-py3-none-any.whl", upload-time = 2026-04-28T00:33:32Z, size = 141547, hashes = { sha256 = "b0951f7ab044f8365b8db38976613d559d97e68ae458643c014ac42149e6f9a0" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/boto3-1.42.84-8-py3-none-any.whl", upload-time = 2026-04-07T00:31:14Z, size = 141549, hashes = { sha256 = "e02db36e72cf9c5a640f1dd4c3eaabfd91af242bdd9490ca7c2193f4d39784ab" } }] [[packages]] name = "botocore" -version = "1.42.97" +version = "1.42.84" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/botocore-1.42.97-8-py3-none-any.whl", upload-time = 2026-04-28T00:24:53Z, size = 14916261, hashes = { sha256 = "1552360f1323dca810684c52044200fe009ad9b3fdc8f16c1d765db7cb314358" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/botocore-1.42.84-8-py3-none-any.whl", upload-time = 2026-04-07T00:22:55Z, size = 14793399, hashes = { sha256 = "f07205e5435b16904ed4b9a161470dd479177d4e1991f7b9f5689a80050d2b33" } }] [[packages]] name = "cachetools" -version = "7.0.6" +version = "7.0.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cachetools-7.0.6-8-py3-none-any.whl", upload-time = 2026-04-21T00:33:32Z, size = 14934, hashes = { sha256 = "fec79eb752cab7683cb0d34ba34107453f5309628c16774b9636dc7c6812ffcb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cachetools-7.0.5-8-py3-none-any.whl", upload-time = 2026-03-10T00:51:12Z, size = 14879, hashes = { sha256 = "500990b0b298f99f9ead78ca607e9e2af5c6eb631807f39f4dcff86728ae28f9" } }] [[packages]] name = "certifi" -version = "2026.4.22" +version = "2026.2.25" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/certifi-2026.4.22-8-py3-none-any.whl", upload-time = 2026-04-23T00:20:59Z, size = 4775, hashes = { sha256 = "1313539cae07cfc87cec7160420ea68eed92ce2323d921d347b3768ee019e8cf" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/certifi-2026.2.25-8-py3-none-any.whl", upload-time = 2026-02-25T21:25:25Z, size = 4776, hashes = { sha256 = "21e39b1e7d9cf0b5cb448a8a34ce4dc416e90e410df943ee4d2c258352cdac7b" } }] [[packages]] name = "cffi" version = "2.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cffi-2.0.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:00Z, size = 417071, hashes = { sha256 = "e5f30934094d0647d079f4acc39087dd0ecf773e30859950694fc37a71e1ee50" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cffi-2.0.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:22Z, size = 414451, hashes = { sha256 = "b1cdb7b6399f4316d8b0800b627298d1ba10e4e2863c18fe7128e788fa8d81b2" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cffi-2.0.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:00Z, size = 417071, hashes = { sha256 = "e5f30934094d0647d079f4acc39087dd0ecf773e30859950694fc37a71e1ee50" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cffi-2.0.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:22Z, size = 414451, hashes = { sha256 = "b1cdb7b6399f4316d8b0800b627298d1ba10e4e2863c18fe7128e788fa8d81b2" } }, ] [[packages]] name = "chardet" version = "5.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/chardet-5.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:11Z, size = 200312, hashes = { sha256 = "e8b9ed32f4f99fe73de64e1d711f21fe792fb214b4e490abc3f9f004036c30db" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/chardet-5.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:11Z, size = 200312, hashes = { sha256 = "e8b9ed32f4f99fe73de64e1d711f21fe792fb214b4e490abc3f9f004036c30db" } }] [[packages]] name = "charset-normalizer" version = "3.4.7" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/charset_normalizer-3.4.7-8-py3-none-any.whl", upload-time = 2026-04-02T15:22:09Z, size = 62949, hashes = { sha256 = "00debc5f0c70318d0da4f0850d4691ebff94280f39e99de806f15496f370ba01" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/charset_normalizer-3.4.7-8-py3-none-any.whl", upload-time = 2026-04-02T15:22:09Z, size = 62949, hashes = { sha256 = "00debc5f0c70318d0da4f0850d4691ebff94280f39e99de806f15496f370ba01" } }] [[packages]] name = "click" version = "8.1.8" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/click-8.1.8-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:15Z, size = 99115, hashes = { sha256 = "1f82c24da762256bf19e09509300aa99a81c514e5cc7b45808f0e9b5f43fdca7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/click-8.1.8-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:15Z, size = 99115, hashes = { sha256 = "1f82c24da762256bf19e09509300aa99a81c514e5cc7b45808f0e9b5f43fdca7" } }] [[packages]] name = "click-option-group" version = "0.5.7" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/click_option_group-0.5.7-8-py3-none-any.whl", upload-time = 2026-03-02T23:10:16Z, size = 12523, hashes = { sha256 = "1544d03f4a305c7095396c6a5aa0102ab4ef03a252d89c8c8c1875bade3c76bd" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/click_option_group-0.5.7-8-py3-none-any.whl", upload-time = 2026-03-02T23:10:16Z, size = 12523, hashes = { sha256 = "1544d03f4a305c7095396c6a5aa0102ab4ef03a252d89c8c8c1875bade3c76bd" } }] [[packages]] name = "cloudpickle" version = "3.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cloudpickle-3.1.2-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:58Z, size = 23191, hashes = { sha256 = "042cb9b7b4f723eaef8dfd4f4c946fc55924ddd2daf4eedbe9b37b6afbac755c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cloudpickle-3.1.2-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:58Z, size = 23191, hashes = { sha256 = "042cb9b7b4f723eaef8dfd4f4c946fc55924ddd2daf4eedbe9b37b6afbac755c" } }] [[packages]] name = "codeflare-sdk" version = "0.36.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/codeflare_sdk-0.36.0-8-py3-none-any.whl", upload-time = 2026-04-07T00:50:32Z, size = 246067, hashes = { sha256 = "de941ec21f9f66958fc991243c50275066aeef7c782a3bd0cc21058c1e61772b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/codeflare_sdk-0.36.0-8-py3-none-any.whl", upload-time = 2026-04-07T00:50:32Z, size = 246067, hashes = { sha256 = "de941ec21f9f66958fc991243c50275066aeef7c782a3bd0cc21058c1e61772b" } }] [[packages]] name = "colorama" version = "0.4.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/colorama-0.4.6-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:30Z, size = 26294, hashes = { sha256 = "4a389a405e1c62d2f939faf648b4bff234425042fe480f10c4d12f2d8ea76390" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/colorama-0.4.6-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:30Z, size = 26294, hashes = { sha256 = "4a389a405e1c62d2f939faf648b4bff234425042fe480f10c4d12f2d8ea76390" } }] [[packages]] name = "colorful" version = "0.5.8" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/colorful-0.5.8-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:17Z, size = 202270, hashes = { sha256 = "235afe931459072eea8a9367db4323548236ed78e450de2ae13dd8dcaac4f7d9" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/colorful-0.5.8-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:17Z, size = 202270, hashes = { sha256 = "235afe931459072eea8a9367db4323548236ed78e450de2ae13dd8dcaac4f7d9" } }] [[packages]] name = "comm" version = "0.2.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/comm-0.2.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:05Z, size = 8170, hashes = { sha256 = "da2c992f2ae014914635e2fc3780ddd2f0cc3bbdda5593b0023150099515c00a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/comm-0.2.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:05Z, size = 8170, hashes = { sha256 = "da2c992f2ae014914635e2fc3780ddd2f0cc3bbdda5593b0023150099515c00a" } }] [[packages]] name = "compressed-tensors" version = "0.14.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/compressed_tensors-0.14.0.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:21:47Z, size = 197678, hashes = { sha256 = "ddb4d205c9646322253341cf19750d4c245b4dfa295533f047fbc81cee5ef2cb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/compressed_tensors-0.14.0.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:21:47Z, size = 197678, hashes = { sha256 = "ddb4d205c9646322253341cf19750d4c245b4dfa295533f047fbc81cee5ef2cb" } }] [[packages]] name = "contourpy" version = "1.3.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/contourpy-1.3.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:41Z, size = 315630, hashes = { sha256 = "1ea5c56a9f74fb60dafe4df7f837da65e64e172b6d00d340d32c3f9edb90be55" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/contourpy-1.3.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:53Z, size = 336131, hashes = { sha256 = "bbaf706a0236f0ac62681dd52c496c3b9c35f1d1d039cd339f3e302376995cb7" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/contourpy-1.3.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:41Z, size = 315630, hashes = { sha256 = "1ea5c56a9f74fb60dafe4df7f837da65e64e172b6d00d340d32c3f9edb90be55" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/contourpy-1.3.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:53Z, size = 336131, hashes = { sha256 = "bbaf706a0236f0ac62681dd52c496c3b9c35f1d1d039cd339f3e302376995cb7" } }, ] [[packages]] @@ -288,197 +288,188 @@ name = "cryptography" version = "46.0.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cryptography-46.0.6-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-03-26T15:41:28Z, size = 2343412, hashes = { sha256 = "35479723e45e4c8eff4a2b3010dae76da476cdb081e6aceb0ddc83a9611579aa" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cryptography-46.0.6-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-03-26T15:56:04Z, size = 2408170, hashes = { sha256 = "0c274067febded8a33e9e40fe0abb55bd77e75350ca71818180b4bd38c682bc5" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cryptography-46.0.6-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-03-26T15:41:28Z, size = 2343412, hashes = { sha256 = "35479723e45e4c8eff4a2b3010dae76da476cdb081e6aceb0ddc83a9611579aa" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cryptography-46.0.6-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-03-26T15:56:04Z, size = 2408170, hashes = { sha256 = "0c274067febded8a33e9e40fe0abb55bd77e75350ca71818180b4bd38c682bc5" } }, ] [[packages]] name = "cycler" version = "0.12.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cycler-0.12.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:16Z, size = 9257, hashes = { sha256 = "22b7f31329b48734ce6e1ebab1d833a72271b215fae2712d0a3bec41439e4294" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cycler-0.12.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:16Z, size = 9257, hashes = { sha256 = "22b7f31329b48734ce6e1ebab1d833a72271b215fae2712d0a3bec41439e4294" } }] [[packages]] name = "dask" version = "2026.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/dask-2026.3.0-8-py3-none-any.whl", upload-time = 2026-03-18T12:39:19Z, size = 1486531, hashes = { sha256 = "56229cab8dae78aa29d138868dc47b9711c264a6f3987b237ed0d33e3ed168ef" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/dask-2026.3.0-8-py3-none-any.whl", upload-time = 2026-03-18T12:39:19Z, size = 1486531, hashes = { sha256 = "56229cab8dae78aa29d138868dc47b9711c264a6f3987b237ed0d33e3ed168ef" } }] [[packages]] name = "databricks-sdk" -version = "0.105.0" +version = "0.102.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/databricks_sdk-0.105.0-8-py3-none-any.whl", upload-time = 2026-04-24T06:29:13Z, size = 867203, hashes = { sha256 = "aa34922920be414f2ced386bd457cf135f30084c475000c13e54df754cee8165" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/databricks_sdk-0.102.0-8-py3-none-any.whl", upload-time = 2026-03-20T14:58:57Z, size = 839501, hashes = { sha256 = "f96625f665974063dd9313bebe5970a1faa865e2de23a3c0a3708259fc3c814b" } }] [[packages]] name = "dataproperty" version = "1.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/dataproperty-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:10Z, size = 28635, hashes = { sha256 = "89a501163d54c07a65d438e778affc9159950520d89762c4126227e3719c874a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/dataproperty-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:10Z, size = 28635, hashes = { sha256 = "89a501163d54c07a65d438e778affc9159950520d89762c4126227e3719c874a" } }] [[packages]] name = "datasets" version = "4.4.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/datasets-4.4.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:14Z, size = 512545, hashes = { sha256 = "0d7657c9e583a49336aae16700ad6bcdbcd05c2cbda025e22274c1595f0200d1" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/datasets-4.4.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:14Z, size = 512545, hashes = { sha256 = "0d7657c9e583a49336aae16700ad6bcdbcd05c2cbda025e22274c1595f0200d1" } }] [[packages]] name = "debugpy" version = "1.8.20" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/debugpy-1.8.20-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:58:20Z, size = 4101151, hashes = { sha256 = "35aecf9d784e7ef6dad8d88e4de005982adbfe98ae438a1e236c6c27f8fc18ba" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/debugpy-1.8.20-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:58Z, size = 4206809, hashes = { sha256 = "193e00231cf5ad411ac2be2609e3993ad19a428fefd3a9b921b9ff1cb1883cd0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/debugpy-1.8.20-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:58:20Z, size = 4101151, hashes = { sha256 = "35aecf9d784e7ef6dad8d88e4de005982adbfe98ae438a1e236c6c27f8fc18ba" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/debugpy-1.8.20-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:58Z, size = 4206809, hashes = { sha256 = "193e00231cf5ad411ac2be2609e3993ad19a428fefd3a9b921b9ff1cb1883cd0" } }, ] [[packages]] name = "decorator" version = "5.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/decorator-5.2.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:07Z, size = 10150, hashes = { sha256 = "38da09989fd4c556850ed8ebd72c263f23d0414fd583e044cfd8501487f582e2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/decorator-5.2.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:07Z, size = 10150, hashes = { sha256 = "38da09989fd4c556850ed8ebd72c263f23d0414fd583e044cfd8501487f582e2" } }] [[packages]] name = "defusedxml" version = "0.7.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/defusedxml-0.7.1-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:00:53Z, size = 26673, hashes = { sha256 = "62ad079a6b726b4dd3cbb731a8dbe6b6f5c8bd62a7d5c4f0331e6a4e37686d86" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/defusedxml-0.7.1-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:00:53Z, size = 26673, hashes = { sha256 = "62ad079a6b726b4dd3cbb731a8dbe6b6f5c8bd62a7d5c4f0331e6a4e37686d86" } }] [[packages]] name = "deprecation" version = "2.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/deprecation-2.1.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:00:49Z, size = 12243, hashes = { sha256 = "c00aab93f9c40eae0398fa2f0fc5ef1d499c18a41c45854676fd6dff6db4e259" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/deprecation-2.1.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:00:49Z, size = 12243, hashes = { sha256 = "c00aab93f9c40eae0398fa2f0fc5ef1d499c18a41c45854676fd6dff6db4e259" } }] [[packages]] name = "dill" version = "0.3.9" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/dill-0.3.9-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:52Z, size = 120420, hashes = { sha256 = "da0b0a5e7da9af69d626a5355ce81e0a1c6a99d9f0088ab90b418f39ed516021" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/dill-0.3.9-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:52Z, size = 120420, hashes = { sha256 = "da0b0a5e7da9af69d626a5355ce81e0a1c6a99d9f0088ab90b418f39ed516021" } }] [[packages]] name = "distlib" version = "0.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/distlib-0.4.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:52:31Z, size = 470027, hashes = { sha256 = "59439711c1e3152abab0b356b3b90807055fb8c5de4fda2446d8dd08c391225e" } }] - -[[packages]] -name = "distro" -version = "1.9.0" -marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/distro-1.9.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:03Z, size = 21199, hashes = { sha256 = "6d8b93fabc32efe7cad434cc515b6644bc6b611b584af9b7758cf8cc432573ff" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/distlib-0.4.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:52:31Z, size = 470027, hashes = { sha256 = "59439711c1e3152abab0b356b3b90807055fb8c5de4fda2446d8dd08c391225e" } }] [[packages]] name = "dnspython" version = "2.8.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/dnspython-2.8.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:21Z, size = 332016, hashes = { sha256 = "db15ec16abf5022cddce18000862d6b7043ac477f8da1692590b98f3b2768c3e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/dnspython-2.8.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:21Z, size = 332016, hashes = { sha256 = "db15ec16abf5022cddce18000862d6b7043ac477f8da1692590b98f3b2768c3e" } }] [[packages]] name = "docker" version = "7.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/docker-7.1.0-10-py3-none-any.whl", upload-time = 2026-04-22T12:31:20Z, size = 149012, hashes = { sha256 = "b2254ca1c63fc9b832ecd64a468b51d842a72144a77abb1ea18332eb3442241a" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/docker-7.1.0-9-py3-none-any.whl", upload-time = 2026-02-24T03:35:34Z, size = 148903, hashes = { sha256 = "acb703c0af5c7f047c2f662cd2ad62d9fe04d4903f9d082b48ae5aa091b7d3a5" } }, -] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/docker-7.1.0-9-py3-none-any.whl", upload-time = 2026-02-24T03:35:34Z, size = 148903, hashes = { sha256 = "acb703c0af5c7f047c2f662cd2ad62d9fe04d4903f9d082b48ae5aa091b7d3a5" } }] [[packages]] name = "docstring-parser" -version = "0.18.0" +version = "0.17.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/docstring_parser-0.18.0-8-py3-none-any.whl", upload-time = 2026-04-14T06:12:16Z, size = 23496, hashes = { sha256 = "563dd036e301a0f62b2165a21db3aa9a35484a8c5c8f2647b64be4516d554275" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/docstring_parser-0.17.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:57Z, size = 37905, hashes = { sha256 = "78b2a0e962dcfe4cbe11d0ceefc9dbccb0b0f01fef1c8a82b84f9248c2e6ed73" } }] [[packages]] name = "docstring-to-markdown" version = "0.17" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/docstring_to_markdown-0.17-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:01Z, size = 24474, hashes = { sha256 = "d311a26775d467b108bf76426832706b1c136ba51d5f0e5bfde67fbc41684589" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/docstring_to_markdown-0.17-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:01Z, size = 24474, hashes = { sha256 = "d311a26775d467b108bf76426832706b1c136ba51d5f0e5bfde67fbc41684589" } }] [[packages]] name = "durationpy" version = "0.10" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/durationpy-0.10-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:57Z, size = 4902, hashes = { sha256 = "f98fb1112f38a6127e288ab1876922d3936d8324483bd7070d1b05889122ebac" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/durationpy-0.10-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:57Z, size = 4902, hashes = { sha256 = "f98fb1112f38a6127e288ab1876922d3936d8324483bd7070d1b05889122ebac" } }] [[packages]] name = "entrypoints" version = "0.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/entrypoints-0.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:24Z, size = 6288, hashes = { sha256 = "deb0291bb2114891e0e33be4c645d40b4fa5b38b60e5dfeaef5b8f97936f48e4" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/entrypoints-0.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:24Z, size = 6288, hashes = { sha256 = "deb0291bb2114891e0e33be4c645d40b4fa5b38b60e5dfeaef5b8f97936f48e4" } }] [[packages]] name = "evaluate" version = "0.4.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/evaluate-0.4.6-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:51Z, size = 85072, hashes = { sha256 = "e8dc5a551bd4fe4c6f01afe77bcad279cc5f7e5961b265bd22724d4c93283d47" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/evaluate-0.4.6-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:51Z, size = 85072, hashes = { sha256 = "e8dc5a551bd4fe4c6f01afe77bcad279cc5f7e5961b265bd22724d4c93283d47" } }] [[packages]] name = "executing" version = "2.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/executing-2.2.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:35Z, size = 29372, hashes = { sha256 = "d5e8569d0a77bb9a0580a3a407e8bfb53af42fa6a0312d0f818c6285c9eeca1a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/executing-2.2.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:35Z, size = 29372, hashes = { sha256 = "d5e8569d0a77bb9a0580a3a407e8bfb53af42fa6a0312d0f818c6285c9eeca1a" } }] [[packages]] name = "fastapi" -version = "0.136.1" +version = "0.135.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fastapi-0.136.1-8-py3-none-any.whl", upload-time = 2026-04-24T05:32:52Z, size = 118587, hashes = { sha256 = "a79eb4b7ca09ac0b66b69119d0f8ce3fb065fadff92dc43516dfbcfc920a820c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/fastapi-0.135.3-8-py3-none-any.whl", upload-time = 2026-04-01T16:37:44Z, size = 118638, hashes = { sha256 = "8c9c2db1d9aaae027ce1bdb7ec6b233de7f6c39f2d2428db50843fd9219a7cc5" } }] [[packages]] name = "fastjsonschema" version = "2.21.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fastjsonschema-2.21.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:17Z, size = 25021, hashes = { sha256 = "9a1162d043c993eb4ebd8a27044963c0833f125a361d82178be139877f65eda2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/fastjsonschema-2.21.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:17Z, size = 25021, hashes = { sha256 = "9a1162d043c993eb4ebd8a27044963c0833f125a361d82178be139877f65eda2" } }] [[packages]] name = "feast" -version = "0.62.0" +version = "0.61.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/feast-0.62.0-8-py3-none-any.whl", upload-time = 2026-04-09T02:10:30Z, size = 7993842, hashes = { sha256 = "163844d12588ee102a7fb12a514b7498f2a2621ac8cd35c502c0feaffa1f2d6b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/feast-0.61.0-8-py3-none-any.whl", upload-time = 2026-03-11T00:33:41Z, size = 8205931, hashes = { sha256 = "25ecc0d068b1aef7955e97f292798fff6cc3c4d640cf7ea701e571512f5cbf2c" } }] [[packages]] name = "filelock" -version = "3.29.0" +version = "3.25.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/filelock-3.29.0-8-py3-none-any.whl", upload-time = 2026-04-20T00:24:03Z, size = 40829, hashes = { sha256 = "0757346d9d639f1250339843fd6066293ec46cc2c1f6ccafc175094c2937cc25" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/filelock-3.25.2-8-py3-none-any.whl", upload-time = 2026-03-12T00:25:04Z, size = 27688, hashes = { sha256 = "dbbeed3a0558827c6f78e303fdd946f96c9694c5167e2fb83c19dd30eaef2121" } }] [[packages]] name = "flake8" version = "7.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/flake8-7.1.2-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:24Z, size = 58704, hashes = { sha256 = "b729f27a458b224e044f8917a68a19f410faff4f8e726f6b14f2bf6b82e025e6" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/flake8-7.1.2-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:24Z, size = 58704, hashes = { sha256 = "b729f27a458b224e044f8917a68a19f410faff4f8e726f6b14f2bf6b82e025e6" } }] [[packages]] name = "flask" version = "3.1.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/flask-3.1.3-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:45Z, size = 104315, hashes = { sha256 = "40f7eaf2b176140e2232eb6b58fdf2dad766ac244c0c4d8d89093e0347759ada" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/flask-3.1.3-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:45Z, size = 104315, hashes = { sha256 = "40f7eaf2b176140e2232eb6b58fdf2dad766ac244c0c4d8d89093e0347759ada" } }] [[packages]] name = "flask-cors" version = "6.0.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/flask_cors-6.0.2-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:14Z, size = 14208, hashes = { sha256 = "7b7259a10e756c6c84b140cbbab9de567f30ad27ffe8a96edf2f2c45cb2ebec5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/flask_cors-6.0.2-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:14Z, size = 14208, hashes = { sha256 = "7b7259a10e756c6c84b140cbbab9de567f30ad27ffe8a96edf2f2c45cb2ebec5" } }] [[packages]] name = "fonttools" version = "4.62.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fonttools-4.62.1-8-py3-none-any.whl", upload-time = 2026-03-13T21:55:04Z, size = 1153568, hashes = { sha256 = "478b99118d513d47c4d0ca01a3f46f6fcba1833dbe1be509a2c6435acfaaf43f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/fonttools-4.62.1-8-py3-none-any.whl", upload-time = 2026-03-13T21:55:04Z, size = 1153568, hashes = { sha256 = "478b99118d513d47c4d0ca01a3f46f6fcba1833dbe1be509a2c6435acfaaf43f" } }] [[packages]] name = "fqdn" version = "1.5.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fqdn-1.5.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:52Z, size = 4569, hashes = { sha256 = "acd365a92895cef14cb360537372cd4a2cc20365672a3a71bfd58dd5da6e141e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/fqdn-1.5.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:52Z, size = 4569, hashes = { sha256 = "acd365a92895cef14cb360537372cd4a2cc20365672a3a71bfd58dd5da6e141e" } }] [[packages]] name = "frozendict" version = "2.4.7" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/frozendict-2.4.7-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:58:52Z, size = 17202, hashes = { sha256 = "89b7cfc152d16fc3df7bd24629fafc984c724960a5fb06500d492a7722127956" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/frozendict-2.4.7-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:41Z, size = 17202, hashes = { sha256 = "af52be474e6a2e2f0ebfb9bc3a82240f447885dd00ef63843349eabd20683905" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/frozendict-2.4.7-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:58:52Z, size = 17202, hashes = { sha256 = "89b7cfc152d16fc3df7bd24629fafc984c724960a5fb06500d492a7722127956" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/frozendict-2.4.7-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:41Z, size = 17202, hashes = { sha256 = "af52be474e6a2e2f0ebfb9bc3a82240f447885dd00ef63843349eabd20683905" } }, ] [[packages]] @@ -486,95 +477,95 @@ name = "frozenlist" version = "1.8.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/frozenlist-1.8.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:29:58Z, size = 202560, hashes = { sha256 = "80213a3ab5822b8f76df1f2ef8a8535f03af5fb44b4a22310f9e42620ecc0f54" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/frozenlist-1.8.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:43Z, size = 206353, hashes = { sha256 = "b71b731a347aa0c546109592b2356252d115be2596ad790e1b33fcc69b8596f2" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/frozenlist-1.8.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:29:58Z, size = 202560, hashes = { sha256 = "80213a3ab5822b8f76df1f2ef8a8535f03af5fb44b4a22310f9e42620ecc0f54" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/frozenlist-1.8.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:43Z, size = 206353, hashes = { sha256 = "b71b731a347aa0c546109592b2356252d115be2596ad790e1b33fcc69b8596f2" } }, ] [[packages]] name = "fsspec" version = "2025.10.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fsspec-2025.10.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:56Z, size = 201908, hashes = { sha256 = "49c8e555fb012f235522c67ab02f0badf6ed422dabbcdfb9dcb332cb3f8638e5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/fsspec-2025.10.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:56Z, size = 201908, hashes = { sha256 = "49c8e555fb012f235522c67ab02f0badf6ed422dabbcdfb9dcb332cb3f8638e5" } }] [[packages]] name = "gitdb" version = "4.0.12" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/gitdb-4.0.12-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:05Z, size = 63794, hashes = { sha256 = "3b52cdcc889333bf2b1057ef5e5e553f12f5fbd773151c4af5fd2ea00fa1b28a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/gitdb-4.0.12-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:05Z, size = 63794, hashes = { sha256 = "3b52cdcc889333bf2b1057ef5e5e553f12f5fbd773151c4af5fd2ea00fa1b28a" } }] [[packages]] name = "gitpython" -version = "3.1.48" +version = "3.1.46" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/gitpython-3.1.48-8-py3-none-any.whl", upload-time = 2026-04-28T09:57:37Z, size = 210715, hashes = { sha256 = "bcf8430bbc58a9320e97eec090a85f0826231a2d54bef245cec1b5018363f032" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/gitpython-3.1.46-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:01Z, size = 209535, hashes = { sha256 = "7b5e4c5a2bdf4fa539dd1a32b271ffa3b5ea0e1843c6bc12754435f2a3f47d94" } }] [[packages]] name = "google-api-core" -version = "2.30.3" +version = "2.30.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/google_api_core-2.30.3-8-py3-none-any.whl", upload-time = 2026-04-10T02:16:43Z, size = 174271, hashes = { sha256 = "eff752e4a794317851f1969a002ec7092a78c6b2bcc17079958a0e060c4c3be7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/google_api_core-2.30.2-8-py3-none-any.whl", upload-time = 2026-04-07T00:51:12Z, size = 174234, hashes = { sha256 = "97debe527cfba17ae5d3108622fa43d426aead375cff2690ae86a4b6da6385b6" } }] [[packages]] name = "google-auth" -version = "2.49.2" +version = "2.49.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/google_auth-2.49.2-8-py3-none-any.whl", upload-time = 2026-04-10T02:11:45Z, size = 241580, hashes = { sha256 = "2b655aef095a9138c2d8cee9f9f7c4e471bd85dffed45b990ad441a4bbb243da" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/google_auth-2.49.1-8-py3-none-any.whl", upload-time = 2026-03-13T00:35:34Z, size = 241680, hashes = { sha256 = "27395a0c89774d1f5e11dcdbb6b7443e4378edfa2e7b0b6b6a992f4d0912a678" } }] [[packages]] name = "google-cloud-core" version = "2.5.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/google_cloud_core-2.5.1-8-py3-none-any.whl", upload-time = 2026-03-31T00:52:08Z, size = 30461, hashes = { sha256 = "6504c7cac003043fa55e485787c58cedf0b8cd9d262a4a1a15d3a3c2ae7cbf7d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/google_cloud_core-2.5.1-8-py3-none-any.whl", upload-time = 2026-03-31T00:52:08Z, size = 30461, hashes = { sha256 = "6504c7cac003043fa55e485787c58cedf0b8cd9d262a4a1a15d3a3c2ae7cbf7d" } }] [[packages]] name = "google-cloud-storage" version = "3.10.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/google_cloud_storage-3.10.1-8-py3-none-any.whl", upload-time = 2026-03-23T12:41:00Z, size = 325500, hashes = { sha256 = "1d0e84f9d8accd54500cf1d4d333efca11eda0f2aa41c07fa3099a8462354b8b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/google_cloud_storage-3.10.1-8-py3-none-any.whl", upload-time = 2026-03-23T12:41:00Z, size = 325500, hashes = { sha256 = "1d0e84f9d8accd54500cf1d4d333efca11eda0f2aa41c07fa3099a8462354b8b" } }] [[packages]] name = "google-crc32c" version = "1.8.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/google_crc32c-1.8.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:08:54Z, size = 14781, hashes = { sha256 = "53734b7025a839b468b93b6fb372984b5124686769f87ad069baafb58d5b9877" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/google_crc32c-1.8.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:08:54Z, size = 14781, hashes = { sha256 = "53734b7025a839b468b93b6fb372984b5124686769f87ad069baafb58d5b9877" } }] [[packages]] name = "google-resumable-media" version = "2.8.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/google_resumable_media-2.8.2-8-py3-none-any.whl", upload-time = 2026-03-31T00:53:25Z, size = 82560, hashes = { sha256 = "f738e8583d65991e42a542e1dee03f78c4b30b22cf500c926f1c54522bef332c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/google_resumable_media-2.8.2-8-py3-none-any.whl", upload-time = 2026-03-31T00:53:25Z, size = 82560, hashes = { sha256 = "f738e8583d65991e42a542e1dee03f78c4b30b22cf500c926f1c54522bef332c" } }] [[packages]] name = "googleapis-common-protos" version = "1.74.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/googleapis_common_protos-1.74.0-8-py3-none-any.whl", upload-time = 2026-04-06T16:46:17Z, size = 301810, hashes = { sha256 = "7c8b29561f43e5edcf74be8440c77a3b1b7d244dd101e5691309b19dc9413b59" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/googleapis_common_protos-1.74.0-8-py3-none-any.whl", upload-time = 2026-04-06T16:46:17Z, size = 301810, hashes = { sha256 = "7c8b29561f43e5edcf74be8440c77a3b1b7d244dd101e5691309b19dc9413b59" } }] [[packages]] name = "graphene" version = "3.4.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/graphene-3.4.3-8-py2.py3-none-any.whl", upload-time = 2026-02-24T03:36:30Z, size = 56810, hashes = { sha256 = "8b82900e1bbb94b943bdba2c447fa720e95af0b66723bed6cecc1eaf0b5f9d7b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/graphene-3.4.3-8-py2.py3-none-any.whl", upload-time = 2026-02-24T03:36:30Z, size = 56810, hashes = { sha256 = "8b82900e1bbb94b943bdba2c447fa720e95af0b66723bed6cecc1eaf0b5f9d7b" } }] [[packages]] name = "graphql-core" version = "3.2.8" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/graphql_core-3.2.8-8-py3-none-any.whl", upload-time = 2026-03-06T01:31:02Z, size = 208050, hashes = { sha256 = "50a9a79e614d2718f32d4b91a48842d2e65f278cbe0a8d37b43581cb89de2bc6" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/graphql_core-3.2.8-8-py3-none-any.whl", upload-time = 2026-03-06T01:31:02Z, size = 208050, hashes = { sha256 = "50a9a79e614d2718f32d4b91a48842d2e65f278cbe0a8d37b43581cb89de2bc6" } }] [[packages]] name = "graphql-relay" version = "3.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/graphql_relay-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:29Z, size = 17718, hashes = { sha256 = "96b196d33e8fcb88a6860230a3b2d56fa476fa34219d6c42acda065cf65b6ce0" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/graphql_relay-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:29Z, size = 17718, hashes = { sha256 = "96b196d33e8fcb88a6860230a3b2d56fa476fa34219d6c42acda065cf65b6ce0" } }] [[packages]] name = "greenlet" -version = "3.5.0" +version = "3.3.2" marker = "(python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'AMD64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'WIN32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'amd64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'ppc64le' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'win32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'x86_64' and sys_platform == 'linux')" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/greenlet-3.5.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-28T00:31:56Z, size = 548330, hashes = { sha256 = "d9bdfeba0fc3c7a33acbd6322639f8fabb808654e06458fce612fac9b461d5b7" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/greenlet-3.5.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-28T00:31:57Z, size = 548776, hashes = { sha256 = "63a7b5d40009f1a6d050f8f16bc70981569fc9b8268f50b98a4a5b7587d83e49" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/greenlet-3.3.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:05Z, size = 546646, hashes = { sha256 = "832ec74d45f02bf47128e1ec437360f7201cb32b853a9f32b88d71d4da0d5e12" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/greenlet-3.3.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:00Z, size = 541014, hashes = { sha256 = "d39e7f75aff91fb95701c269048748f0fa1a0aed92f1a06ea9f62106ab246f2d" } }, ] [[packages]] @@ -582,537 +573,528 @@ name = "grpcio" version = "1.80.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/grpcio-1.80.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-30T16:31:04Z, size = 191838155, hashes = { sha256 = "80b5df239ee20eecd1f64669b0faa97d0ddd2f22eca71dc05a849755be6421cb" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/grpcio-1.80.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-30T16:37:08Z, size = 193242181, hashes = { sha256 = "02ce3c9bcb474a250f261e57e01ba49b4fba5a8fe780033ef8790cbc092b1e06" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/grpcio-1.80.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-30T16:31:04Z, size = 191838155, hashes = { sha256 = "80b5df239ee20eecd1f64669b0faa97d0ddd2f22eca71dc05a849755be6421cb" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/grpcio-1.80.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-30T16:37:08Z, size = 193242181, hashes = { sha256 = "02ce3c9bcb474a250f261e57e01ba49b4fba5a8fe780033ef8790cbc092b1e06" } }, ] [[packages]] name = "gunicorn" version = "25.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/gunicorn-25.3.0-8-py3-none-any.whl", upload-time = 2026-03-27T00:29:19Z, size = 209350, hashes = { sha256 = "f09c54baa6b498c8549b8cd4213218188c727de04e525f4ec464edeb1a9a9783" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/gunicorn-25.3.0-8-py3-none-any.whl", upload-time = 2026-03-27T00:29:19Z, size = 209350, hashes = { sha256 = "f09c54baa6b498c8549b8cd4213218188c727de04e525f4ec464edeb1a9a9783" } }] [[packages]] name = "h11" version = "0.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/h11-0.16.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:39Z, size = 38422, hashes = { sha256 = "99255666b3d50a10c9b4c9531209609e0a7db87825b1a43ed26ad2a823901543" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/h11-0.16.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:39Z, size = 38422, hashes = { sha256 = "99255666b3d50a10c9b4c9531209609e0a7db87825b1a43ed26ad2a823901543" } }] [[packages]] name = "hf-xet" version = "1.4.3" marker = "(python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'amd64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'arm64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'x86_64' and sys_platform == 'linux')" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/hf_xet-1.4.3-8-cp37-abi3-linux_aarch64.whl", upload-time = 2026-04-01T00:29:09Z, size = 4015460, hashes = { sha256 = "8efa984386ac5ee9a86c7a83f9aae2ec8c8407dc92e650b4e11d21bd671905a0" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/hf_xet-1.4.3-8-cp37-abi3-linux_x86_64.whl", upload-time = 2026-04-01T00:27:48Z, size = 4211264, hashes = { sha256 = "286b9cb5e6e7b2e662a1237a8fce403bf5e5f197648c65193211c737e132ecd0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/hf_xet-1.4.3-8-cp37-abi3-linux_aarch64.whl", upload-time = 2026-04-01T00:29:09Z, size = 4015460, hashes = { sha256 = "8efa984386ac5ee9a86c7a83f9aae2ec8c8407dc92e650b4e11d21bd671905a0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/hf_xet-1.4.3-8-cp37-abi3-linux_x86_64.whl", upload-time = 2026-04-01T00:27:48Z, size = 4211264, hashes = { sha256 = "286b9cb5e6e7b2e662a1237a8fce403bf5e5f197648c65193211c737e132ecd0" } }, ] [[packages]] name = "httpcore" version = "1.0.9" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/httpcore-1.0.9-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:45Z, size = 79707, hashes = { sha256 = "f4f6aed888a18f407286e08e3c8416caeb86d5074cc861183d3cafd9ff56732e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/httpcore-1.0.9-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:45Z, size = 79707, hashes = { sha256 = "f4f6aed888a18f407286e08e3c8416caeb86d5074cc861183d3cafd9ff56732e" } }] [[packages]] name = "httptools" version = "0.7.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/httptools-0.7.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:21Z, size = 502380, hashes = { sha256 = "64a403a5c67421ac75b1999287501bb259031a01e0f6f9ded8c5d018fa9a2b59" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/httptools-0.7.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:03Z, size = 509952, hashes = { sha256 = "a1a769260d647d7aa72f8abe8cf23ba2fa371d66ad85a1c09397ba53ba59f055" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/httptools-0.7.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:21Z, size = 502380, hashes = { sha256 = "64a403a5c67421ac75b1999287501bb259031a01e0f6f9ded8c5d018fa9a2b59" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/httptools-0.7.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:03Z, size = 509952, hashes = { sha256 = "a1a769260d647d7aa72f8abe8cf23ba2fa371d66ad85a1c09397ba53ba59f055" } }, ] [[packages]] name = "httpx" version = "0.28.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/httpx-0.28.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:17Z, size = 74438, hashes = { sha256 = "a8f64bbed58affc6b07b1750d3124abad15b347825979f58496d39fe068585c7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/httpx-0.28.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:17Z, size = 74438, hashes = { sha256 = "a8f64bbed58affc6b07b1750d3124abad15b347825979f58496d39fe068585c7" } }] [[packages]] name = "huey" version = "2.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/huey-2.6.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:27Z, size = 77826, hashes = { sha256 = "da35534d817bac744dc11f46198949a18c5cc7993d185d380e655b3c790ae91c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/huey-2.6.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:27Z, size = 77826, hashes = { sha256 = "da35534d817bac744dc11f46198949a18c5cc7993d185d380e655b3c790ae91c" } }] [[packages]] name = "huggingface-hub" version = "0.36.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/huggingface_hub-0.36.2-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:08Z, size = 567361, hashes = { sha256 = "7489a555f773a2d5bbd1724ae081f49e0ced18b2781408fac6f47c1e72c29b7b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/huggingface_hub-0.36.2-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:08Z, size = 567361, hashes = { sha256 = "7489a555f773a2d5bbd1724ae081f49e0ced18b2781408fac6f47c1e72c29b7b" } }] [[packages]] name = "idna" -version = "3.13" +version = "3.11" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/idna-3.13-8-py3-none-any.whl", upload-time = 2026-04-23T00:20:36Z, size = 69503, hashes = { sha256 = "7340bc06229ae6b4abe392da202819000819f0eaf05df8836d9f2b1cb2321d91" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/idna-3.11-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:55Z, size = 71883, hashes = { sha256 = "6d6b949d453f4a1716a8b4348fa64b2c546de2d6dfd15fde3529933764f7c996" } }] [[packages]] name = "importlib-metadata" version = "8.7.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/importlib_metadata-8.7.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:23Z, size = 28885, hashes = { sha256 = "038eeeac0bb7a88aee0bf75dd17cf12060ecb6db522de0c9b196e7a8b5691434" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/importlib_metadata-8.7.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:23Z, size = 28885, hashes = { sha256 = "038eeeac0bb7a88aee0bf75dd17cf12060ecb6db522de0c9b196e7a8b5691434" } }] [[packages]] name = "invoke" -version = "3.0.3" +version = "3.0.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/invoke-3.0.3-8-py3-none-any.whl", upload-time = 2026-04-08T00:51:01Z, size = 161844, hashes = { sha256 = "99a740663c24eee7bf749ae03995bf51291b5f079d34c0d780b6136e9ae117dd" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/invoke-3.0.2-8-py3-none-any.whl", upload-time = 2026-04-07T00:52:23Z, size = 161867, hashes = { sha256 = "4f3299b3907ed2acc2d06a5a6965ea001caa32bff7559d3f6f64bf33e4f22c53" } }] [[packages]] name = "ipykernel" version = "7.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ipykernel-7.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:12Z, size = 119721, hashes = { sha256 = "b94c735a8929b2e1dd8e0271d7e0a4bee1def831ac250c0a9d66702a79d19728" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ipykernel-7.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:12Z, size = 119721, hashes = { sha256 = "b94c735a8929b2e1dd8e0271d7e0a4bee1def831ac250c0a9d66702a79d19728" } }] [[packages]] name = "ipython" version = "9.12.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ipython-9.12.0-8-py3-none-any.whl", upload-time = 2026-03-28T00:35:19Z, size = 626571, hashes = { sha256 = "551e741ad21b80941d849d736e80a88035f70e324faf0cdc0cd11679ccadf9f5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ipython-9.12.0-8-py3-none-any.whl", upload-time = 2026-03-28T00:35:19Z, size = 626571, hashes = { sha256 = "551e741ad21b80941d849d736e80a88035f70e324faf0cdc0cd11679ccadf9f5" } }] [[packages]] name = "ipython-pygments-lexers" version = "1.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ipython_pygments_lexers-1.1.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:07Z, size = 9178, hashes = { sha256 = "f679305a9d6f109fd45c9eb83db55416f8d1f2b7ce82e8609669fcae8fa553d4" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ipython_pygments_lexers-1.1.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:07Z, size = 9178, hashes = { sha256 = "f679305a9d6f109fd45c9eb83db55416f8d1f2b7ce82e8609669fcae8fa553d4" } }] [[packages]] name = "ipywidgets" version = "8.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ipywidgets-8.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:43Z, size = 140385, hashes = { sha256 = "71b60e61479e10d7131ddb98453a83d9d136d80318feb5f1c470e9cec95529c7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ipywidgets-8.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:43Z, size = 140385, hashes = { sha256 = "71b60e61479e10d7131ddb98453a83d9d136d80318feb5f1c470e9cec95529c7" } }] [[packages]] name = "isoduration" version = "20.11.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/isoduration-20.11.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:14Z, size = 12391, hashes = { sha256 = "b69771b0a19396ed812fcc79f381b9f2ac0144a4be1f4b541b178eff1a0e2d4c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/isoduration-20.11.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:14Z, size = 12391, hashes = { sha256 = "b69771b0a19396ed812fcc79f381b9f2ac0144a4be1f4b541b178eff1a0e2d4c" } }] [[packages]] name = "isort" version = "8.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/isort-8.0.1-8-py3-none-any.whl", upload-time = 2026-02-28T22:10:08Z, size = 90619, hashes = { sha256 = "57e480802eacbc09cec793235dc486d2f53b578485f8dd183268d84dadf21c9d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/isort-8.0.1-8-py3-none-any.whl", upload-time = 2026-02-28T22:10:08Z, size = 90619, hashes = { sha256 = "57e480802eacbc09cec793235dc486d2f53b578485f8dd183268d84dadf21c9d" } }] [[packages]] name = "itsdangerous" version = "2.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/itsdangerous-2.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:47Z, size = 17216, hashes = { sha256 = "6ad30f69b5d9e948058d8166cfa6f9f82fe5ac2bf8877efa53e20239e6f7aa13" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/itsdangerous-2.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:47Z, size = 17216, hashes = { sha256 = "6ad30f69b5d9e948058d8166cfa6f9f82fe5ac2bf8877efa53e20239e6f7aa13" } }] [[packages]] name = "jedi" version = "0.19.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jedi-0.19.2-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:13Z, size = 1573310, hashes = { sha256 = "6047a9cc9d6653672e1d528d138e7aba1389b3b6cec7b1ad8e37f87d662260ac" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jedi-0.19.2-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:13Z, size = 1573310, hashes = { sha256 = "6047a9cc9d6653672e1d528d138e7aba1389b3b6cec7b1ad8e37f87d662260ac" } }] [[packages]] name = "jinja2" version = "3.1.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jinja2-3.1.6-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:35Z, size = 135787, hashes = { sha256 = "67880b1f233f64306cdff96e1d26cb728e497af81ce12347b395a3fdefef2548" } }] - -[[packages]] -name = "jiter" -version = "0.14.0" -marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jiter-0.14.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-10T20:52:56Z, size = 332086, hashes = { sha256 = "fb4ce5242f6740bb07517ed3cca4a37cafaba5a54e90251fc656c8a7b3ba3f3a" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jiter-0.14.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-10T20:49:28Z, size = 334342, hashes = { sha256 = "4f6455b7f713761de21f6ce9c792135953299d06c43d44ddfa8f024d876c44cd" } }, -] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jinja2-3.1.6-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:35Z, size = 135787, hashes = { sha256 = "67880b1f233f64306cdff96e1d26cb728e497af81ce12347b395a3fdefef2548" } }] [[packages]] name = "jmespath" version = "1.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jmespath-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:53Z, size = 21441, hashes = { sha256 = "997120cb16100e10eb4fb3169ee9d00ed86167264fe8c538f6bb69592a6b83f9" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jmespath-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:53Z, size = 21441, hashes = { sha256 = "997120cb16100e10eb4fb3169ee9d00ed86167264fe8c538f6bb69592a6b83f9" } }] [[packages]] name = "joblib" version = "1.5.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/joblib-1.5.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:36Z, size = 309960, hashes = { sha256 = "785478ac3ea8e9c17cc7c8ad24f3ee485d9f7dd259535b3a373998a921757e8d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/joblib-1.5.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:36Z, size = 309960, hashes = { sha256 = "785478ac3ea8e9c17cc7c8ad24f3ee485d9f7dd259535b3a373998a921757e8d" } }] [[packages]] name = "json5" version = "0.14.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/json5-0.14.0-8-py3-none-any.whl", upload-time = 2026-03-30T17:13:23Z, size = 37160, hashes = { sha256 = "266455e2fdbad858a069765e221089f33cdc2dcdb3f0ac24bdf6c6b84fab0b89" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/json5-0.14.0-8-py3-none-any.whl", upload-time = 2026-03-30T17:13:23Z, size = 37160, hashes = { sha256 = "266455e2fdbad858a069765e221089f33cdc2dcdb3f0ac24bdf6c6b84fab0b89" } }] [[packages]] name = "jsonlines" version = "4.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jsonlines-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:49Z, size = 9652, hashes = { sha256 = "2d3f9984bdc1cf74b4292d2b90b414a7897c9028a39a411c8f899874bd18c5c2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jsonlines-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:49Z, size = 9652, hashes = { sha256 = "2d3f9984bdc1cf74b4292d2b90b414a7897c9028a39a411c8f899874bd18c5c2" } }] [[packages]] name = "jsonpointer" version = "3.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jsonpointer-3.1.1-8-py3-none-any.whl", upload-time = 2026-03-24T01:41:03Z, size = 8620, hashes = { sha256 = "9465f4b0d234a0b49a81b585903f4bc4ce44186cd69220ca54019f10fe89c3ee" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jsonpointer-3.1.1-8-py3-none-any.whl", upload-time = 2026-03-24T01:41:03Z, size = 8620, hashes = { sha256 = "9465f4b0d234a0b49a81b585903f4bc4ce44186cd69220ca54019f10fe89c3ee" } }] [[packages]] name = "jsonschema" version = "4.26.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jsonschema-4.26.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:43Z, size = 91580, hashes = { sha256 = "3de45338d2fcda8d1bd870e267208eba13513d14f8fab35e479d6c589c86f194" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jsonschema-4.26.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:43Z, size = 91580, hashes = { sha256 = "3de45338d2fcda8d1bd870e267208eba13513d14f8fab35e479d6c589c86f194" } }] [[packages]] name = "jsonschema-specifications" version = "2025.9.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jsonschema_specifications-2025.9.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:48Z, size = 19514, hashes = { sha256 = "8723deab0a2d44376803dc549ca80adce251db3240eb96533a1932f5fce18a6f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jsonschema_specifications-2025.9.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:48Z, size = 19514, hashes = { sha256 = "8723deab0a2d44376803dc549ca80adce251db3240eb96533a1932f5fce18a6f" } }] [[packages]] name = "jupyter-bokeh" version = "4.0.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_bokeh-4.0.5-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:30Z, size = 149870, hashes = { sha256 = "b82356b04ec889f1cdd73d3b99bc23bf31619f5e5833299361cd7050d44e0037" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_bokeh-4.0.5-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:30Z, size = 149870, hashes = { sha256 = "b82356b04ec889f1cdd73d3b99bc23bf31619f5e5833299361cd7050d44e0037" } }] [[packages]] name = "jupyter-client" version = "8.8.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_client-8.8.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:16Z, size = 108323, hashes = { sha256 = "664c8337f8e18d885a07c17bfcfdcc3873cd0cd5f874e12dc51b2a26e8c08347" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_client-8.8.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:16Z, size = 108323, hashes = { sha256 = "664c8337f8e18d885a07c17bfcfdcc3873cd0cd5f874e12dc51b2a26e8c08347" } }] [[packages]] name = "jupyter-core" version = "5.9.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_core-5.9.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:01Z, size = 29968, hashes = { sha256 = "e5b9f2d45a0a6d9f11811e274f7b678cd0702db92baceef2d2e0159c18d94ee3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_core-5.9.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:01Z, size = 29968, hashes = { sha256 = "e5b9f2d45a0a6d9f11811e274f7b678cd0702db92baceef2d2e0159c18d94ee3" } }] [[packages]] name = "jupyter-events" version = "0.12.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_events-0.12.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:30Z, size = 20391, hashes = { sha256 = "10c082296e4e910b45d64463c96332dce8ccd1016d88f765900666e5b2a37a16" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_events-0.12.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:30Z, size = 20391, hashes = { sha256 = "10c082296e4e910b45d64463c96332dce8ccd1016d88f765900666e5b2a37a16" } }] [[packages]] name = "jupyter-lsp" version = "2.3.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_lsp-2.3.1-8-py3-none-any.whl", upload-time = 2026-04-07T00:51:13Z, size = 78447, hashes = { sha256 = "f33b296af78ccd6d1ab0a293f39596374a21bc4eb2bd7866ede8bd6685c575dd" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_lsp-2.3.1-8-py3-none-any.whl", upload-time = 2026-04-07T00:51:13Z, size = 78447, hashes = { sha256 = "f33b296af78ccd6d1ab0a293f39596374a21bc4eb2bd7866ede8bd6685c575dd" } }] [[packages]] name = "jupyter-packaging" version = "0.12.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_packaging-0.12.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:20Z, size = 16695, hashes = { sha256 = "241bac0d15b569de5f8fc2abaa72f81d9a4bc54cac6c87be2ee5622262fc6886" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_packaging-0.12.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:20Z, size = 16695, hashes = { sha256 = "241bac0d15b569de5f8fc2abaa72f81d9a4bc54cac6c87be2ee5622262fc6886" } }] [[packages]] name = "jupyter-resource-usage" version = "1.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_resource_usage-1.1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:10Z, size = 49395, hashes = { sha256 = "beef550e6ecf76387db07e5eb3dac1732d40fccdb0dee5cbd04d993c4be34733" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_resource_usage-1.1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:10Z, size = 49395, hashes = { sha256 = "beef550e6ecf76387db07e5eb3dac1732d40fccdb0dee5cbd04d993c4be34733" } }] [[packages]] name = "jupyter-server" version = "2.17.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_server-2.17.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:35Z, size = 389279, hashes = { sha256 = "146199a3d5c06d2dc3d203d218fc1ff708b723f196b7a6d5c71a13055e92ec92" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_server-2.17.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:35Z, size = 389279, hashes = { sha256 = "146199a3d5c06d2dc3d203d218fc1ff708b723f196b7a6d5c71a13055e92ec92" } }] [[packages]] name = "jupyter-server-proxy" version = "4.5.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_server_proxy-4.5.0-8-py3-none-any.whl", upload-time = 2026-04-02T01:23:44Z, size = 46139, hashes = { sha256 = "e2eb188c15af7b964822b135b43f41409417d13c6f87997d5ffc0875e98cf0b5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_server_proxy-4.5.0-8-py3-none-any.whl", upload-time = 2026-04-02T01:23:44Z, size = 46139, hashes = { sha256 = "e2eb188c15af7b964822b135b43f41409417d13c6f87997d5ffc0875e98cf0b5" } }] [[packages]] name = "jupyter-server-terminals" version = "0.5.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_server_terminals-0.5.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:56Z, size = 14739, hashes = { sha256 = "39e764052668403bd65ebf6492355abd36271bc4cfd408f8cda8d2abaf65bcb7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_server_terminals-0.5.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:56Z, size = 14739, hashes = { sha256 = "39e764052668403bd65ebf6492355abd36271bc4cfd408f8cda8d2abaf65bcb7" } }] [[packages]] name = "jupyterlab" version = "4.5.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyterlab-4.5.6-8-py3-none-any.whl", upload-time = 2026-03-11T16:49:52Z, size = 12448140, hashes = { sha256 = "6d21cf3fb039fb28b02b879a7b8efdc4d91d3eba6a3b9d7082ac34083817c2c3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyterlab-4.5.6-8-py3-none-any.whl", upload-time = 2026-03-11T16:49:52Z, size = 12448140, hashes = { sha256 = "6d21cf3fb039fb28b02b879a7b8efdc4d91d3eba6a3b9d7082ac34083817c2c3" } }] [[packages]] name = "jupyterlab-git" version = "0.51.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyterlab_git-0.51.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:33Z, size = 370193, hashes = { sha256 = "1f6bc6c8cfb0c91b3f1449eed6fa123fb787f320bfdb1a7a6281660c5bdbe875" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyterlab_git-0.51.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:33Z, size = 370193, hashes = { sha256 = "1f6bc6c8cfb0c91b3f1449eed6fa123fb787f320bfdb1a7a6281660c5bdbe875" } }] [[packages]] name = "jupyterlab-lsp" version = "5.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyterlab_lsp-5.1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:24Z, size = 1566474, hashes = { sha256 = "53572a1fbcd5c30b67315a544ed6978f4774df4e1c27cedea47dbf24955f6ebf" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyterlab_lsp-5.1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:24Z, size = 1566474, hashes = { sha256 = "53572a1fbcd5c30b67315a544ed6978f4774df4e1c27cedea47dbf24955f6ebf" } }] [[packages]] name = "jupyterlab-pygments" version = "0.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyterlab_pygments-0.3.0-9-py3-none-any.whl", upload-time = 2026-02-23T23:54:37Z, size = 17204, hashes = { sha256 = "d7a49f4001760ac6c33d5e741df9cb1bff374b17baadcc45add5f53d38e079e7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyterlab_pygments-0.3.0-9-py3-none-any.whl", upload-time = 2026-02-23T23:54:37Z, size = 17204, hashes = { sha256 = "d7a49f4001760ac6c33d5e741df9cb1bff374b17baadcc45add5f53d38e079e7" } }] [[packages]] name = "jupyterlab-server" version = "2.28.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyterlab_server-2.28.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:12Z, size = 60814, hashes = { sha256 = "d1dcdac08624c6dae8d25337d22bbe2a59e5ec148cf6654c7b38bf7d0af72a49" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyterlab_server-2.28.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:12Z, size = 60814, hashes = { sha256 = "d1dcdac08624c6dae8d25337d22bbe2a59e5ec148cf6654c7b38bf7d0af72a49" } }] [[packages]] name = "jupyterlab-widgets" version = "3.0.16" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyterlab_widgets-3.0.16-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:08Z, size = 916070, hashes = { sha256 = "2bb7788c0828f171ef300f7728dbca31e5a741853d4ec9335f4ee9cce79b891d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyterlab_widgets-3.0.16-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:08Z, size = 916070, hashes = { sha256 = "2bb7788c0828f171ef300f7728dbca31e5a741853d4ec9335f4ee9cce79b891d" } }] [[packages]] name = "kafka-python-ng" version = "2.2.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kafka_python_ng-2.2.3-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:43Z, size = 233948, hashes = { sha256 = "d487b40fc1e7801e1d69eb4de2464accfeeb67d23a4a2e96f3b534106ca46b96" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kafka_python_ng-2.2.3-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:43Z, size = 233948, hashes = { sha256 = "d487b40fc1e7801e1d69eb4de2464accfeeb67d23a4a2e96f3b534106ca46b96" } }] [[packages]] name = "kfp" version = "2.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kfp-2.16.0-10-py3-none-any.whl", upload-time = 2026-03-06T17:16:44Z, size = 419547, hashes = { sha256 = "9be77a72b64884c9814a06dc729e778cb7d848327dd84ca0b2f04e1a43b9463a" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kfp-2.16.0-8-py3-none-any.whl", upload-time = 2026-02-26T00:21:05Z, size = 419218, hashes = { sha256 = "51a440e046aa9a9f793b98be4a2ed4def2a39b9f48aac973464366c4288fa1aa" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kfp-2.16.0-9-py3-none-any.whl", upload-time = 2026-03-02T23:09:35Z, size = 419520, hashes = { sha256 = "f278432ceb72e06e8ba824cb55a0b8a88fe04bbdd1831ac24305fccca16c8674" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kfp-2.16.0-10-py3-none-any.whl", upload-time = 2026-03-06T17:16:44Z, size = 419547, hashes = { sha256 = "9be77a72b64884c9814a06dc729e778cb7d848327dd84ca0b2f04e1a43b9463a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kfp-2.16.0-8-py3-none-any.whl", upload-time = 2026-02-26T00:21:05Z, size = 419218, hashes = { sha256 = "51a440e046aa9a9f793b98be4a2ed4def2a39b9f48aac973464366c4288fa1aa" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kfp-2.16.0-9-py3-none-any.whl", upload-time = 2026-03-02T23:09:35Z, size = 419520, hashes = { sha256 = "f278432ceb72e06e8ba824cb55a0b8a88fe04bbdd1831ac24305fccca16c8674" } }, ] [[packages]] name = "kfp-kubernetes" version = "2.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kfp_kubernetes-2.16.0-8-py3-none-any.whl", upload-time = 2026-02-26T00:21:26Z, size = 28268, hashes = { sha256 = "fbec3799bfa2316f1dc956d8965b032c47cb4275847520a8dc040751ac055701" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kfp_kubernetes-2.16.0-8-py3-none-any.whl", upload-time = 2026-02-26T00:21:26Z, size = 28268, hashes = { sha256 = "fbec3799bfa2316f1dc956d8965b032c47cb4275847520a8dc040751ac055701" } }] [[packages]] name = "kfp-pipeline-spec" version = "2.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kfp_pipeline_spec-2.16.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:10:25Z, size = 10888, hashes = { sha256 = "191c5fe94998ef1dc8ae983c7dab02e834a2667c06c6dcd077028e4e42388b36" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kfp_pipeline_spec-2.16.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:10:25Z, size = 10888, hashes = { sha256 = "191c5fe94998ef1dc8ae983c7dab02e834a2667c06c6dcd077028e4e42388b36" } }] [[packages]] name = "kfp-server-api" version = "2.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kfp_server_api-2.16.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:09:42Z, size = 116413, hashes = { sha256 = "968dcd40f31122377d7e5d0ff5515b1e67e8faf5e4983eede72bdaa958b70cf8" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kfp_server_api-2.16.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:09:42Z, size = 116413, hashes = { sha256 = "968dcd40f31122377d7e5d0ff5515b1e67e8faf5e4983eede72bdaa958b70cf8" } }] [[packages]] name = "kiwisolver" version = "1.5.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kiwisolver-1.5.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-09T18:13:42Z, size = 1165137, hashes = { sha256 = "b74660d67eedb5ae469d6ae14f152a26211be3fa5d9e2ce17565a9d0982154dd" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kiwisolver-1.5.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-09T18:08:45Z, size = 1195896, hashes = { sha256 = "0cc794184716224afb0b938776ae0ef54ba3f2b82905327e5f695a246daa4291" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kiwisolver-1.5.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-09T18:13:42Z, size = 1165137, hashes = { sha256 = "b74660d67eedb5ae469d6ae14f152a26211be3fa5d9e2ce17565a9d0982154dd" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kiwisolver-1.5.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-09T18:08:45Z, size = 1195896, hashes = { sha256 = "0cc794184716224afb0b938776ae0ef54ba3f2b82905327e5f695a246daa4291" } }, ] [[packages]] name = "kube-authkit" version = "0.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kube_authkit-0.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:24Z, size = 33177, hashes = { sha256 = "8e9af0abd2519aa84e88526927d15792e7e43f219e4e87031c0ca94ce787aec4" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kube_authkit-0.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:24Z, size = 33177, hashes = { sha256 = "8e9af0abd2519aa84e88526927d15792e7e43f219e4e87031c0ca94ce787aec4" } }] [[packages]] name = "kubeflow-training" version = "1.9.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kubeflow_training-1.9.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:44Z, size = 114485, hashes = { sha256 = "684fcb391dd38cb0b1e3f750d4eebd525ed686c24b324590afa39f6567925fec" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kubeflow_training-1.9.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:44Z, size = 114485, hashes = { sha256 = "684fcb391dd38cb0b1e3f750d4eebd525ed686c24b324590afa39f6567925fec" } }] [[packages]] name = "kubernetes" version = "35.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kubernetes-35.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:49Z, size = 2018552, hashes = { sha256 = "4c3fd86902a88a7ac973f523555d342371c846a6b103bb94bf453990cd50645e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kubernetes-35.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:49Z, size = 2018552, hashes = { sha256 = "4c3fd86902a88a7ac973f523555d342371c846a6b103bb94bf453990cd50645e" } }] [[packages]] name = "lark" version = "1.3.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/lark-1.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:22Z, size = 114035, hashes = { sha256 = "44d228312601f034b4aa88d2ade743d9c2ea6881f1fd0d4e1904ed288ebd3d68" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/lark-1.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:22Z, size = 114035, hashes = { sha256 = "44d228312601f034b4aa88d2ade743d9c2ea6881f1fd0d4e1904ed288ebd3d68" } }] [[packages]] name = "legacy-cgi" version = "2.6.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/legacy_cgi-2.6.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:42Z, size = 20990, hashes = { sha256 = "4ef8166cf9bfcbc0c34be7a388ee35ee92b6ebe416a69d6da0b2fb467f536b1a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/legacy_cgi-2.6.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:42Z, size = 20990, hashes = { sha256 = "4ef8166cf9bfcbc0c34be7a388ee35ee92b6ebe416a69d6da0b2fb467f536b1a" } }] [[packages]] name = "librt" -version = "0.9.0" +version = "0.8.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/librt-0.9.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-10T04:33:42Z, size = 279265, hashes = { sha256 = "f6c1e0e0bb57292032eae6280bf66a550fff2ff9fc1e0abdf5e976c6b41a32a3" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/librt-0.9.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-10T05:47:02Z, size = 347222, hashes = { sha256 = "366247c849de174dcbd0529edca257118ec340ae2b17adc7681daea16b24fe70" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/librt-0.8.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:52:50Z, size = 266499, hashes = { sha256 = "aaa8dffff5ad262b0c1bbd827bcc6e210ac7f40feb8a8c5cfb50501d55732781" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/librt-0.8.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:31Z, size = 333619, hashes = { sha256 = "c169bd5fe90a393cbadf83d28b4d2d1aea81a994a81369736d9b8ebeab10885c" } }, ] [[packages]] name = "llmcompressor" version = "0.10.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/llmcompressor-0.10.0.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:22:02Z, size = 296686, hashes = { sha256 = "8f7a9318d6afd3c64ecac60415a23d035ea55bcd1569f1ffb5573d3303f53208" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/llmcompressor-0.10.0.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:22:02Z, size = 296686, hashes = { sha256 = "8f7a9318d6afd3c64ecac60415a23d035ea55bcd1569f1ffb5573d3303f53208" } }] [[packages]] name = "lm-eval" version = "0.4.11" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/lm_eval-0.4.11-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:05Z, size = 8745763, hashes = { sha256 = "5526e1ee4254eb06fe90e75d41e91d822c99260f98f6c0f39c79e2713f76764b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/lm_eval-0.4.11-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:05Z, size = 8745763, hashes = { sha256 = "5526e1ee4254eb06fe90e75d41e91d822c99260f98f6c0f39c79e2713f76764b" } }] [[packages]] name = "locket" version = "1.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/locket-1.0.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:54:03Z, size = 5393, hashes = { sha256 = "524855c1fa81b10c6ada9e28faf4c6dc37aa18313d0fc61d9e822e7fceda316f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/locket-1.0.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:54:03Z, size = 5393, hashes = { sha256 = "524855c1fa81b10c6ada9e28faf4c6dc37aa18313d0fc61d9e822e7fceda316f" } }] [[packages]] name = "loguru" version = "0.7.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/loguru-0.7.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:53Z, size = 62491, hashes = { sha256 = "565b2b42f9f0a2cc7d9a127e7e15a3eea5dbf13972db92d57e7d595cd77f5f33" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/loguru-0.7.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:53Z, size = 62491, hashes = { sha256 = "565b2b42f9f0a2cc7d9a127e7e15a3eea5dbf13972db92d57e7d595cd77f5f33" } }] [[packages]] name = "lxml" -version = "6.1.0" +version = "6.0.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/lxml-6.1.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-19T00:27:04Z, size = 8993574, hashes = { sha256 = "820a6df53772c761421c01babb955119a916a3f3148be31594318f47710404ff" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/lxml-6.1.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-19T00:25:04Z, size = 9319094, hashes = { sha256 = "8b26528fe6e156f0f616c0fda5397bcc10abc0ce3069cbf4483dc5b619f773cf" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/lxml-6.0.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:02:06Z, size = 9200061, hashes = { sha256 = "a29ed58427543d7883d37b94dbbf7304ee3b972c1a4441cc2b2049e110772884" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/lxml-6.0.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:38Z, size = 9543367, hashes = { sha256 = "2af18aea0c957e2be06d1fd237fe7081eb2859e3728f362f7fcb4591f6ee43be" } }, ] [[packages]] name = "mako" -version = "1.3.12" +version = "1.3.10" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mako-1.3.12-8-py3-none-any.whl", upload-time = 2026-04-29T00:55:11Z, size = 79657, hashes = { sha256 = "55a28a10cf84ec269394922a31469b25dcfdf45bb325a3dc241473c3cc62d9f2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mako-1.3.10-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:56Z, size = 79643, hashes = { sha256 = "889803e02aff5c28b8973698a8c6849279d35b9d8a8853bfdd8fba0bde851d4e" } }] [[packages]] name = "markdown" version = "3.10.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/markdown-3.10.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:06Z, size = 109123, hashes = { sha256 = "960307579a189d1f1492937554ac3794d41188f9d44f5921a33385c5f1cb7c19" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/markdown-3.10.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:06Z, size = 109123, hashes = { sha256 = "960307579a189d1f1492937554ac3794d41188f9d44f5921a33385c5f1cb7c19" } }] [[packages]] name = "markdown-it-py" version = "4.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/markdown_it_py-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:38Z, size = 88277, hashes = { sha256 = "abaabc7170cf346fc38d8c4cbf11d74f187266f2e9705f89962e4c68e72a85cb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/markdown_it_py-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:38Z, size = 88277, hashes = { sha256 = "abaabc7170cf346fc38d8c4cbf11d74f187266f2e9705f89962e4c68e72a85cb" } }] [[packages]] name = "markupsafe" version = "3.0.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/markupsafe-3.0.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:52:12Z, size = 25485, hashes = { sha256 = "367141995e0e06361ef0840b03a4628e47fe66a535d133094d91dd2c5f7cff4b" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/markupsafe-3.0.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:16:07Z, size = 24517, hashes = { sha256 = "f7c4ed8e3db09080017adb65466d70e6b44a8a03707bc5ddc7dd18122b2f711b" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/markupsafe-3.0.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:52:12Z, size = 25485, hashes = { sha256 = "367141995e0e06361ef0840b03a4628e47fe66a535d133094d91dd2c5f7cff4b" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/markupsafe-3.0.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:16:07Z, size = 24517, hashes = { sha256 = "f7c4ed8e3db09080017adb65466d70e6b44a8a03707bc5ddc7dd18122b2f711b" } }, ] [[packages]] name = "matplotlib" -version = "3.10.9" +version = "3.10.8" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib-3.10.9-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-24T06:31:57Z, size = 7789647, hashes = { sha256 = "ace2f814c4020be9711a091eec2b3ed87a05c81fe313b389bb42eec9af9be03f" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib-3.10.9-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-24T07:39:35Z, size = 7924448, hashes = { sha256 = "f2f63b2a57f164282d2bc8f5c97be55f46d6a1b828d8b275944e6ad0f48ec8d5" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/matplotlib-3.10.8-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:02Z, size = 7786073, hashes = { sha256 = "443586efe3770a0adf3246c159356cefba2d8bc52c168e4f7908ddf3fb5098f0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/matplotlib-3.10.8-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:19Z, size = 7920001, hashes = { sha256 = "f179af6c28201c77179f3b748190b489067b528de9be45cbd27335e27585efaf" } }, ] [[packages]] name = "matplotlib-inline" version = "0.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib_inline-0.2.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:11Z, size = 10490, hashes = { sha256 = "d594c8f4516c953d572ab526b61eaa2c898413cee9dd67f9bf1dd68ad2afed78" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/matplotlib_inline-0.2.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:11Z, size = 10490, hashes = { sha256 = "d594c8f4516c953d572ab526b61eaa2c898413cee9dd67f9bf1dd68ad2afed78" } }] [[packages]] name = "mbstrdecoder" version = "1.1.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mbstrdecoder-1.1.4-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:05Z, size = 8904, hashes = { sha256 = "ddd801126692cfa82def8a4a9d43a08519169a77d0b671ba15c2f183e105be12" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mbstrdecoder-1.1.4-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:05Z, size = 8904, hashes = { sha256 = "ddd801126692cfa82def8a4a9d43a08519169a77d0b671ba15c2f183e105be12" } }] [[packages]] name = "mccabe" version = "0.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mccabe-0.7.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:22Z, size = 8345, hashes = { sha256 = "aaf456f8bf82249288666548f2e3a665e7db6c58905f6b59af66bd992c1a3deb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mccabe-0.7.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:22Z, size = 8345, hashes = { sha256 = "aaf456f8bf82249288666548f2e3a665e7db6c58905f6b59af66bd992c1a3deb" } }] [[packages]] name = "mdurl" version = "0.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mdurl-0.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:31Z, size = 10943, hashes = { sha256 = "667461b1820ee02e3307cbe3f4eefd8b2b2b16bd3748dfeee52aa45f70a4b842" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mdurl-0.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:31Z, size = 10943, hashes = { sha256 = "667461b1820ee02e3307cbe3f4eefd8b2b2b16bd3748dfeee52aa45f70a4b842" } }] [[packages]] name = "micropipenv" version = "1.10.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/micropipenv-1.10.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:33Z, size = 26223, hashes = { sha256 = "66d37ead8397885754d2e11a68913bc1dfa795d5709a1f617351d64b03774345" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/micropipenv-1.10.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:33Z, size = 26223, hashes = { sha256 = "66d37ead8397885754d2e11a68913bc1dfa795d5709a1f617351d64b03774345" } }] [[packages]] name = "minio" version = "7.2.20" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/minio-7.2.20-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:43Z, size = 94759, hashes = { sha256 = "09096bb861af8c5a362f87cc3ed622dd2be3f6d5311111db54b6ba52db6ae44e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/minio-7.2.20-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:43Z, size = 94759, hashes = { sha256 = "09096bb861af8c5a362f87cc3ed622dd2be3f6d5311111db54b6ba52db6ae44e" } }] [[packages]] name = "mistune" version = "3.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mistune-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:13Z, size = 54494, hashes = { sha256 = "c4d7559d01f1820f20ed17703192fb18dde8ab0ade773cd43f1c72780930076c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mistune-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:13Z, size = 54494, hashes = { sha256 = "c4d7559d01f1820f20ed17703192fb18dde8ab0ade773cd43f1c72780930076c" } }] [[packages]] name = "ml-dtypes" version = "0.5.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ml_dtypes-0.5.4-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:02:21Z, size = 3491872, hashes = { sha256 = "2fbeecdc60f8ec74ccbc072c82d5c6edb194d01a32a1902c12cb356517e572a1" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ml_dtypes-0.5.4-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:00Z, size = 3611582, hashes = { sha256 = "32a4e3708afc47301ed39c952ca0ffb9271d1ce64b7b8e254c0bb4be7e37b4f9" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ml_dtypes-0.5.4-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:02:21Z, size = 3491872, hashes = { sha256 = "2fbeecdc60f8ec74ccbc072c82d5c6edb194d01a32a1902c12cb356517e572a1" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ml_dtypes-0.5.4-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:00Z, size = 3611582, hashes = { sha256 = "32a4e3708afc47301ed39c952ca0ffb9271d1ce64b7b8e254c0bb4be7e37b4f9" } }, ] [[packages]] name = "mlflow" version = "3.10.1+rhaiv.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mlflow-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:08Z, size = 243043981, hashes = { sha256 = "12867f1c05b8f112a86c96d945320eb1d7271cadc365c3e9df5e6a39e2f01cae" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mlflow-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:08Z, size = 243043981, hashes = { sha256 = "12867f1c05b8f112a86c96d945320eb1d7271cadc365c3e9df5e6a39e2f01cae" } }] [[packages]] name = "mlflow-skinny" version = "3.10.1+rhaiv.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mlflow_skinny-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:33Z, size = 2886604, hashes = { sha256 = "d3b51ce88a9d819591cd28b75cc3838066d1fbc10d2a5414975f506e0312d653" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mlflow_skinny-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:33Z, size = 2886604, hashes = { sha256 = "d3b51ce88a9d819591cd28b75cc3838066d1fbc10d2a5414975f506e0312d653" } }] [[packages]] name = "mlflow-tracing" version = "3.10.1+rhaiv.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mlflow_tracing-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:22Z, size = 1503514, hashes = { sha256 = "08b2496b8b68e09457e1000e0a4748ee517b66ba09ab8394ec74e01696a0db9d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mlflow_tracing-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:22Z, size = 1503514, hashes = { sha256 = "08b2496b8b68e09457e1000e0a4748ee517b66ba09ab8394ec74e01696a0db9d" } }] [[packages]] name = "mmh3" version = "5.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mmh3-5.2.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-05T19:19:18Z, size = 94814, hashes = { sha256 = "07c56ecdd9b5b53ea4e91a02a30aa890cc5ddc630ce2a5daf889e23c097c36f7" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mmh3-5.2.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-05T19:21:32Z, size = 99309, hashes = { sha256 = "233e8c2359aa843df5b3fb7808f41b8d1d7db1d6fef7eb93890d0d38ac04b844" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mmh3-5.2.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-05T19:19:18Z, size = 94814, hashes = { sha256 = "07c56ecdd9b5b53ea4e91a02a30aa890cc5ddc630ce2a5daf889e23c097c36f7" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mmh3-5.2.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-05T19:21:32Z, size = 99309, hashes = { sha256 = "233e8c2359aa843df5b3fb7808f41b8d1d7db1d6fef7eb93890d0d38ac04b844" } }, ] [[packages]] name = "mock" version = "5.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mock-5.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:56Z, size = 32558, hashes = { sha256 = "e9f20a21c7b2801012b21bdf7eaccd7bfb57e207b622c8c0d7e27ac7bb0f0deb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mock-5.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:56Z, size = 32558, hashes = { sha256 = "e9f20a21c7b2801012b21bdf7eaccd7bfb57e207b622c8c0d7e27ac7bb0f0deb" } }] [[packages]] name = "more-itertools" -version = "11.0.2" +version = "11.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/more_itertools-11.0.2-8-py3-none-any.whl", upload-time = 2026-04-10T04:32:05Z, size = 72906, hashes = { sha256 = "d8f47957eeb50675bd36631cf49a64a6c6f469375278c1190d134c6b491a9bb7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/more_itertools-11.0.1-8-py3-none-any.whl", upload-time = 2026-04-07T00:52:26Z, size = 73151, hashes = { sha256 = "03289a0ae381ad4529a50b7df2499d656103736c71796afa4d26fa41db69c6d5" } }] [[packages]] name = "mpmath" version = "1.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mpmath-1.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:58Z, size = 537195, hashes = { sha256 = "76c9ae7364b29d01411cdcf0c28cdbd42f40d41526211a45493e118d15be192c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mpmath-1.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:58Z, size = 537195, hashes = { sha256 = "76c9ae7364b29d01411cdcf0c28cdbd42f40d41526211a45493e118d15be192c" } }] [[packages]] name = "msgpack" version = "1.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/msgpack-1.1.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:58:33Z, size = 380864, hashes = { sha256 = "aa15d2ef5171b451f63e2139cf9ec525585206b32b9f399093d4cfb6f1574631" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/msgpack-1.1.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:40Z, size = 384807, hashes = { sha256 = "96c49c11488e606b1ed749133a7305817e415fc867fbac1a57cd76593f119e8d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/msgpack-1.1.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:58:33Z, size = 380864, hashes = { sha256 = "aa15d2ef5171b451f63e2139cf9ec525585206b32b9f399093d4cfb6f1574631" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/msgpack-1.1.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:40Z, size = 384807, hashes = { sha256 = "96c49c11488e606b1ed749133a7305817e415fc867fbac1a57cd76593f119e8d" } }, ] [[packages]] @@ -1120,355 +1102,358 @@ name = "multidict" version = "6.7.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/multidict-6.7.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:29:58Z, size = 245451, hashes = { sha256 = "2200bf29d384041fb0965326c15b31d44eb5838e90657e185408c66b24c07c59" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/multidict-6.7.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:05Z, size = 245347, hashes = { sha256 = "a33ae483ae607712da055a3af02b9f2a6f04f46a370daa00602339911cd4d91a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/multidict-6.7.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:29:58Z, size = 245451, hashes = { sha256 = "2200bf29d384041fb0965326c15b31d44eb5838e90657e185408c66b24c07c59" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/multidict-6.7.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:05Z, size = 245347, hashes = { sha256 = "a33ae483ae607712da055a3af02b9f2a6f04f46a370daa00602339911cd4d91a" } }, ] [[packages]] name = "multiprocess" version = "0.70.16" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/multiprocess-0.70.16-10-py3-none-any.whl", upload-time = 2026-02-23T20:52:07Z, size = 148069, hashes = { sha256 = "0e7064d9ecfaa12caf8f728aeae56e2d7441d50c9656221af5f9a29980230e9f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/multiprocess-0.70.16-10-py3-none-any.whl", upload-time = 2026-02-23T20:52:07Z, size = 148069, hashes = { sha256 = "0e7064d9ecfaa12caf8f728aeae56e2d7441d50c9656221af5f9a29980230e9f" } }] [[packages]] name = "mypy" -version = "1.20.1" +version = "1.20.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mypy-1.20.1-8-py3-none-any.whl", upload-time = 2026-04-13T07:01:11Z, size = 2637543, hashes = { sha256 = "2d1ec4d8a723fbd31b74293f9f85c063bdac5cb204d35e07bf79b0db3843e18b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mypy-1.20.0-8-py3-none-any.whl", upload-time = 2026-04-01T01:35:58Z, size = 2637357, hashes = { sha256 = "09f6a0df7af81808c98c240c13c9320db879f0cb6ff7f3f1ebb2129a88c7d6e0" } }] [[packages]] name = "mypy-extensions" version = "1.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mypy_extensions-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:51Z, size = 5964, hashes = { sha256 = "238b0fe5d8ff11034be885504592ca0f05083ea6d5e93f20dcafe51200db9571" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mypy_extensions-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:51Z, size = 5964, hashes = { sha256 = "238b0fe5d8ff11034be885504592ca0f05083ea6d5e93f20dcafe51200db9571" } }] [[packages]] name = "mysql-connector-python" version = "9.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mysql_connector_python-9.6.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:51:59Z, size = 489739, hashes = { sha256 = "db29c1887dcfa2d9547161146a4ac7c32978ffcec8d8fb879845beef9bf861a2" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mysql_connector_python-9.6.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:29Z, size = 489735, hashes = { sha256 = "8db1f93c54e2ffdadb0d1f51b7ad7f8a7237e6371988148238191be0661555f3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mysql_connector_python-9.6.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:51:59Z, size = 489739, hashes = { sha256 = "db29c1887dcfa2d9547161146a4ac7c32978ffcec8d8fb879845beef9bf861a2" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mysql_connector_python-9.6.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:29Z, size = 489735, hashes = { sha256 = "8db1f93c54e2ffdadb0d1f51b7ad7f8a7237e6371988148238191be0661555f3" } }, ] [[packages]] name = "narwhals" version = "2.19.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/narwhals-2.19.0-8-py3-none-any.whl", upload-time = 2026-04-07T00:53:49Z, size = 447904, hashes = { sha256 = "62c62bcefb1edb0b78d6fd15f9b940648a92bda2217656a4c59dce7887aa4fca" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/narwhals-2.19.0-8-py3-none-any.whl", upload-time = 2026-04-07T00:53:49Z, size = 447904, hashes = { sha256 = "62c62bcefb1edb0b78d6fd15f9b940648a92bda2217656a4c59dce7887aa4fca" } }] [[packages]] name = "nbclient" version = "0.10.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nbclient-0.10.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:06Z, size = 26381, hashes = { sha256 = "85d6e91fc43c7e8e3a079a45f93c7befc4cb128693b72f56f7ea0930beaa5ee3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nbclient-0.10.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:06Z, size = 26381, hashes = { sha256 = "85d6e91fc43c7e8e3a079a45f93c7befc4cb128693b72f56f7ea0930beaa5ee3" } }] [[packages]] name = "nbconvert" -version = "7.17.1" +version = "7.17.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nbconvert-7.17.1-8-py3-none-any.whl", upload-time = 2026-04-08T02:46:34Z, size = 262851, hashes = { sha256 = "7b006b7b4d5e63ced6715c6e1effee04b339fc8e1471dbe942f874d80b31bd49" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nbconvert-7.17.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:43Z, size = 262438, hashes = { sha256 = "de657190c3d671d5ca36004a3561ca2dbfb45b044282cfb307f78558fd772c63" } }] [[packages]] name = "nbdime" version = "4.0.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nbdime-4.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:56Z, size = 5918543, hashes = { sha256 = "81c9d4267339e0e49df34fa4c436af2e93f135a633d52ce913e07fc34919c5e1" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nbdime-4.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:56Z, size = 5918543, hashes = { sha256 = "81c9d4267339e0e49df34fa4c436af2e93f135a633d52ce913e07fc34919c5e1" } }] [[packages]] name = "nbformat" version = "5.10.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nbformat-5.10.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:24Z, size = 79383, hashes = { sha256 = "c8945a7ef3eda6e76f0d9c6074d923d8c15deed0011923499999776ea4078b5f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nbformat-5.10.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:24Z, size = 79383, hashes = { sha256 = "c8945a7ef3eda6e76f0d9c6074d923d8c15deed0011923499999776ea4078b5f" } }] [[packages]] name = "nbgitpuller" version = "1.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nbgitpuller-1.3.0-8-py2.py3-none-any.whl", upload-time = 2026-04-01T01:38:11Z, size = 361342, hashes = { sha256 = "b01fb4a9fcba263dd0f85e1398463c63504901e44b29f238fc4c858582ce6f0f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nbgitpuller-1.3.0-8-py2.py3-none-any.whl", upload-time = 2026-04-01T01:38:11Z, size = 361342, hashes = { sha256 = "b01fb4a9fcba263dd0f85e1398463c63504901e44b29f238fc4c858582ce6f0f" } }] [[packages]] name = "nest-asyncio" version = "1.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nest_asyncio-1.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:28Z, size = 6227, hashes = { sha256 = "2ae4d252782589e1b2ca61a4dd8b19ad213ae07d91d951ce4e730f53b313003a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nest_asyncio-1.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:28Z, size = 6227, hashes = { sha256 = "2ae4d252782589e1b2ca61a4dd8b19ad213ae07d91d951ce4e730f53b313003a" } }] [[packages]] name = "networkx" version = "3.6.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/networkx-3.6.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:48Z, size = 2069404, hashes = { sha256 = "4277e1ea572bf92859aec40eb7b9252c3f56c30d7f49e533f19189107532fb0d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/networkx-3.6.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:48Z, size = 2069404, hashes = { sha256 = "4277e1ea572bf92859aec40eb7b9252c3f56c30d7f49e533f19189107532fb0d" } }] [[packages]] name = "nltk" version = "3.9.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nltk-3.9.4-8-py3-none-any.whl", upload-time = 2026-03-24T06:30:21Z, size = 1552963, hashes = { sha256 = "64d18339d120c2b3004ab5c3c394dcf4e712484ce4804ce8be30d9801239c8fa" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nltk-3.9.4-8-py3-none-any.whl", upload-time = 2026-03-24T06:30:21Z, size = 1552963, hashes = { sha256 = "64d18339d120c2b3004ab5c3c394dcf4e712484ce4804ce8be30d9801239c8fa" } }] [[packages]] name = "notebook-shim" version = "0.2.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/notebook_shim-0.2.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:31Z, size = 14254, hashes = { sha256 = "45e849d46b8298165e6750fd4a94a7ac25ff443ba10013c7137fc55315c86cde" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/notebook_shim-0.2.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:31Z, size = 14254, hashes = { sha256 = "45e849d46b8298165e6750fd4a94a7ac25ff443ba10013c7137fc55315c86cde" } }] [[packages]] name = "numpy" version = "2.3.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/numpy-2.3.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:14Z, size = 6000854, hashes = { sha256 = "548cb00085826889cc0b9282c49ed892dc29ef2e4a488b3b9939e8af92584d86" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/numpy-2.3.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:25:59Z, size = 7989901, hashes = { sha256 = "42782d7032b4dbca2ce8bd5fe1ca4b8c032f51e51751c960ab77640a8b68bee9" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/numpy-2.3.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:14Z, size = 6000854, hashes = { sha256 = "548cb00085826889cc0b9282c49ed892dc29ef2e4a488b3b9939e8af92584d86" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/numpy-2.3.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:25:59Z, size = 7989901, hashes = { sha256 = "42782d7032b4dbca2ce8bd5fe1ca4b8c032f51e51751c960ab77640a8b68bee9" } }, ] [[packages]] name = "nvidia-ml-py" version = "13.590.44" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nvidia_ml_py-13.590.44-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:01Z, size = 51690, hashes = { sha256 = "b75698f2ebe583aa2791e1ee0a1e3a9111bce7131cc8ae9eef7b42bdd6c99b26" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nvidia_ml_py-13.590.44-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:01Z, size = 51690, hashes = { sha256 = "b75698f2ebe583aa2791e1ee0a1e3a9111bce7131cc8ae9eef7b42bdd6c99b26" } }] [[packages]] name = "oauthlib" version = "3.3.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/oauthlib-3.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:28Z, size = 160968, hashes = { sha256 = "169a95959d1a5c3ccabad0cd3fda478b58b3db3dc4c7ec3ed54207fef30de125" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/oauthlib-3.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:28Z, size = 160968, hashes = { sha256 = "169a95959d1a5c3ccabad0cd3fda478b58b3db3dc4c7ec3ed54207fef30de125" } }] [[packages]] name = "odh-elyra" version = "5.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/odh_elyra-5.0.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:09:51Z, size = 4106177, hashes = { sha256 = "709d3517103e6f88b25beb069e97d54e2eba70aa96e67637a992889b9d22fea0" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/odh_elyra-5.0.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:09:51Z, size = 4106177, hashes = { sha256 = "709d3517103e6f88b25beb069e97d54e2eba70aa96e67637a992889b9d22fea0" } }] [[packages]] name = "odh-jupyter-trash-cleanup" version = "0.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/odh_jupyter_trash_cleanup-0.1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:10Z, size = 28771, hashes = { sha256 = "f5da90f4fdc0cb414fc498647676ee992a85853cb64f48ca126fc0132ff168ad" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/odh_jupyter_trash_cleanup-0.1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:10Z, size = 28771, hashes = { sha256 = "f5da90f4fdc0cb414fc498647676ee992a85853cb64f48ca126fc0132ff168ad" } }] [[packages]] name = "onnx" version = "1.20.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/onnx-1.20.0-10-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-24T00:00:30Z, size = 17649121, hashes = { sha256 = "28234619ee16e62bb0e594fc9ec5401ce44b8fac994f2703e45a6a3b0d716d3f" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/onnx-1.20.0-10-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:08:12Z, size = 17850753, hashes = { sha256 = "e9f689c799513b64d229b7326062391bd2e2a38d78117f1f0485a4ce217c0131" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/onnx-1.20.0-10-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-24T00:00:30Z, size = 17649121, hashes = { sha256 = "28234619ee16e62bb0e594fc9ec5401ce44b8fac994f2703e45a6a3b0d716d3f" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/onnx-1.20.0-10-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:08:12Z, size = 17850753, hashes = { sha256 = "e9f689c799513b64d229b7326062391bd2e2a38d78117f1f0485a4ce217c0131" } }, ] [[packages]] name = "onnx-ir" version = "0.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/onnx_ir-0.2.0-8-py3-none-any.whl", upload-time = 2026-02-25T02:02:11Z, size = 165027, hashes = { sha256 = "167f08c7dfe8eb9e97707b0ed4ed4977b7814c2f3ffb1f027841c6ba53017ba2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/onnx_ir-0.2.0-8-py3-none-any.whl", upload-time = 2026-02-25T02:02:11Z, size = 165027, hashes = { sha256 = "167f08c7dfe8eb9e97707b0ed4ed4977b7814c2f3ffb1f027841c6ba53017ba2" } }] [[packages]] name = "onnxconverter-common" version = "1.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/onnxconverter_common-1.16.0-10-py2.py3-none-any.whl", upload-time = 2026-02-23T23:54:20Z, size = 90231, hashes = { sha256 = "0708e01164697ed99f5a3146374f2514fe76c07955620fce9e361e1525d9da69" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/onnxconverter_common-1.16.0-10-py2.py3-none-any.whl", upload-time = 2026-02-23T23:54:20Z, size = 90231, hashes = { sha256 = "0708e01164697ed99f5a3146374f2514fe76c07955620fce9e361e1525d9da69" } }] [[packages]] name = "onnxscript" version = "0.6.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/onnxscript-0.6.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:53Z, size = 690226, hashes = { sha256 = "c2a4fee8df41f5af9c4d4572bebc5e2d9d7fcab8a0684c1b526e6dbc3349881e" } }] - -[[packages]] -name = "openai" -version = "2.33.0" -marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/openai-2.33.0-8-py3-none-any.whl", upload-time = 2026-04-29T00:54:06Z, size = 1163651, hashes = { sha256 = "63731a0d989b7aead5f5972a4b3e2e0761f938725a8574eed21c5f8446deb5f8" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/onnxscript-0.6.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:53Z, size = 690226, hashes = { sha256 = "c2a4fee8df41f5af9c4d4572bebc5e2d9d7fcab8a0684c1b526e6dbc3349881e" } }] [[packages]] name = "opencensus" version = "0.11.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opencensus-0.11.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:52:16Z, size = 125016, hashes = { sha256 = "9074d6289520f1863598d69e4078f6df8a0ef193ee968f246f59d9c49cf3dbe3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opencensus-0.11.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:52:16Z, size = 125016, hashes = { sha256 = "9074d6289520f1863598d69e4078f6df8a0ef193ee968f246f59d9c49cf3dbe3" } }] [[packages]] name = "opencensus-context" version = "0.1.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opencensus_context-0.1.3-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:50:24Z, size = 6110, hashes = { sha256 = "ea00a03a59fdbc7cfec9b81b33a7d7bc6e8c898c2273dcf8ceb91fd1c073b191" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opencensus_context-0.1.3-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:50:24Z, size = 6110, hashes = { sha256 = "ea00a03a59fdbc7cfec9b81b33a7d7bc6e8c898c2273dcf8ceb91fd1c073b191" } }] [[packages]] name = "openshift-client" version = "1.0.18" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/openshift_client-1.0.18-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:36Z, size = 76145, hashes = { sha256 = "796e773d20fe675f10a739742b6054d8c8191e3eb102db95c7dac8881645639d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/openshift_client-1.0.18-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:36Z, size = 76145, hashes = { sha256 = "796e773d20fe675f10a739742b6054d8c8191e3eb102db95c7dac8881645639d" } }] [[packages]] name = "opentelemetry-api" -version = "1.41.1" +version = "1.40.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_api-1.41.1-8-py3-none-any.whl", upload-time = 2026-04-25T00:12:15Z, size = 69986, hashes = { sha256 = "8dbf400a829ea0c8ad8cea4545a512c580294b3404ec153de4e7a6e539bf6320" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opentelemetry_api-1.40.0-8-py3-none-any.whl", upload-time = 2026-03-04T16:31:33Z, size = 69655, hashes = { sha256 = "98024d2178255c1b3f32c6c9a405b088115540b55daa312435878c5c1651e59c" } }] [[packages]] name = "opentelemetry-exporter-prometheus" -version = "0.62b1" +version = "0.61b0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_exporter_prometheus-0.62b1-8-py3-none-any.whl", upload-time = 2026-04-25T00:09:47Z, size = 14384, hashes = { sha256 = "2ef37ed49bf5b3ded2df8140258e0c1259068c0b2147df133290235be34b3620" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opentelemetry_exporter_prometheus-0.61b0-8-py3-none-any.whl", upload-time = 2026-03-05T01:30:03Z, size = 14257, hashes = { sha256 = "bd12b3e08bb2996461634107e893947b38c7bc721ef2d36df937fed1ccf7e35d" } }] [[packages]] name = "opentelemetry-proto" -version = "1.41.1" +version = "1.40.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_proto-1.41.1-8-py3-none-any.whl", upload-time = 2026-04-25T00:11:42Z, size = 73070, hashes = { sha256 = "757d8e665f10d8caa80a91ed8ef5dbf1125e17e332406e9d06e6a298d0bc38e1" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opentelemetry_proto-1.40.0-8-py3-none-any.whl", upload-time = 2026-03-05T01:21:50Z, size = 73070, hashes = { sha256 = "291645496af75d571b540168f913a45eaae055f11798c65daa79be63b83ca7f5" } }] [[packages]] name = "opentelemetry-sdk" -version = "1.41.1" +version = "1.40.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_sdk-1.41.1-8-py3-none-any.whl", upload-time = 2026-04-25T00:10:11Z, size = 181193, hashes = { sha256 = "1beb74872755dcd61729f075cab6e530199d48f209ce3f573698684d4700f967" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opentelemetry_sdk-1.40.0-8-py3-none-any.whl", upload-time = 2026-03-04T16:30:35Z, size = 142930, hashes = { sha256 = "c44c7c724d40a6e027918a4715ddb752fbc40fcecf765cab6b1f410eda682dc4" } }] [[packages]] name = "opentelemetry-semantic-conventions" -version = "0.62b1" +version = "0.61b0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_semantic_conventions-0.62b1-8-py3-none-any.whl", upload-time = 2026-04-25T00:12:06Z, size = 232742, hashes = { sha256 = "72a7c04212b17891c2d2550e6a8952f8e9bd39c41d94659b1144e05937835c07" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opentelemetry_semantic_conventions-0.61b0-8-py3-none-any.whl", upload-time = 2026-03-04T16:32:44Z, size = 232743, hashes = { sha256 = "96d5f32e6bb3232b99be3bf8ab736850665aaed7ccc80c796547287e81aff893" } }] + +[[packages]] +name = "orjson" +version = "3.11.8" +marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" +wheels = [ + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/orjson-3.11.8-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-31T19:21:40Z, size = 362411, hashes = { sha256 = "7bcc11dac1047b94f1950cf07175460f9a005d35707cd015fbf17e75d3dc4d91" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/orjson-3.11.8-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-31T19:22:40Z, size = 368315, hashes = { sha256 = "675468430a5bd66ab7ef6f023848f72ba230c6e9808d4a42377a37fe8c3473ef" } }, +] [[packages]] name = "packaging" -version = "26.2" +version = "26.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/packaging-26.2-8-py3-none-any.whl", upload-time = 2026-04-24T23:03:28Z, size = 101098, hashes = { sha256 = "88b87ee741949ee5f902444ed5040207b411465422abfb44299071d1445e7c03" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/packaging-26.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:01:01Z, size = 75266, hashes = { sha256 = "2a1f79c53649dfe7e5c6f75809449974a4e7a88ab2e61202cfe2c90aee4d85f2" } }] [[packages]] name = "pandas" version = "2.3.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandas-2.3.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:45Z, size = 11534741, hashes = { sha256 = "07bdb859fb98be11d1870afb066444d39df187b24f1ae6b3d48098b6e0a1d8b3" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandas-2.3.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:11Z, size = 12140418, hashes = { sha256 = "cc2643cce48baab2d4ff158f9de79d2be83ef1685d51138d2c7b6226606e1b93" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandas-2.3.3-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-15T10:14:18Z, size = 11534929, hashes = { sha256 = "38b19627a0f43c9030481e4197abe934bbe8c4774339fb8cdd964be38cbeb333" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandas-2.3.3-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-15T10:14:05Z, size = 12140602, hashes = { sha256 = "84cca13af3c2c114be8bf479b91600453cf6b44aa55f27a88cb868e6f565c654" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandas-2.3.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:45Z, size = 11534741, hashes = { sha256 = "07bdb859fb98be11d1870afb066444d39df187b24f1ae6b3d48098b6e0a1d8b3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandas-2.3.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:11Z, size = 12140418, hashes = { sha256 = "cc2643cce48baab2d4ff158f9de79d2be83ef1685d51138d2c7b6226606e1b93" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandas-2.3.3-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-15T10:14:18Z, size = 11534929, hashes = { sha256 = "38b19627a0f43c9030481e4197abe934bbe8c4774339fb8cdd964be38cbeb333" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandas-2.3.3-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-15T10:14:05Z, size = 12140602, hashes = { sha256 = "84cca13af3c2c114be8bf479b91600453cf6b44aa55f27a88cb868e6f565c654" } }, ] [[packages]] name = "pandocfilters" version = "1.5.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandocfilters-1.5.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:21Z, size = 9728, hashes = { sha256 = "2bc275f9bdeaaf2832a0c1dd20dd2ff1478cf2ff9eb1e05945773018d2f4ba88" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandocfilters-1.5.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:21Z, size = 9728, hashes = { sha256 = "2bc275f9bdeaaf2832a0c1dd20dd2ff1478cf2ff9eb1e05945773018d2f4ba88" } }] [[packages]] name = "papermill" version = "2.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/papermill-2.7.0-8-py3-none-any.whl", upload-time = 2026-02-28T01:42:16Z, size = 89773, hashes = { sha256 = "16b97bc8681fe424166172b518336a72e968d79e15d6137d6afe5f9b6ad49418" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/papermill-2.7.0-8-py3-none-any.whl", upload-time = 2026-02-28T01:42:16Z, size = 89773, hashes = { sha256 = "16b97bc8681fe424166172b518336a72e968d79e15d6137d6afe5f9b6ad49418" } }] [[packages]] name = "paramiko" version = "4.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/paramiko-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:55Z, size = 224874, hashes = { sha256 = "63db3af3329925ac9e2194b50a60c0c65d60c39554b7d52781119c7de273f245" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/paramiko-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:55Z, size = 224874, hashes = { sha256 = "63db3af3329925ac9e2194b50a60c0c65d60c39554b7d52781119c7de273f245" } }] [[packages]] name = "parso" version = "0.8.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/parso-0.8.6-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:35Z, size = 107773, hashes = { sha256 = "c9b103b1ee70180d6ca82bcb30652e7a9041814a4ba0cbe11470631a4ad5673c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/parso-0.8.6-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:35Z, size = 107773, hashes = { sha256 = "c9b103b1ee70180d6ca82bcb30652e7a9041814a4ba0cbe11470631a4ad5673c" } }] [[packages]] name = "partd" version = "1.4.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/partd-1.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:27Z, size = 19882, hashes = { sha256 = "5cfec3bf6368e41cd306476b6ed5fadb96fba7431b19ab6a725164348b69b687" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/partd-1.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:27Z, size = 19882, hashes = { sha256 = "5cfec3bf6368e41cd306476b6ed5fadb96fba7431b19ab6a725164348b69b687" } }] [[packages]] name = "pathspec" -version = "1.1.1" +version = "1.0.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pathspec-1.1.1-8-py3-none-any.whl", upload-time = 2026-04-28T00:22:30Z, size = 58241, hashes = { sha256 = "7e6729bfd1de4f42137c78a058d9322895542a964755eb091805b99f4544c3d5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pathspec-1.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:53Z, size = 56115, hashes = { sha256 = "7219d700fefbf6ed5881b40d4efe753c9dc27a40ac06ac8a30a94e77fbe0b90f" } }] [[packages]] name = "pathvalidate" version = "3.3.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pathvalidate-3.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:42Z, size = 25247, hashes = { sha256 = "6845e0cf9051b31d455a449acda5983114ce2c7085b81337e102c6517b71795d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pathvalidate-3.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:42Z, size = 25247, hashes = { sha256 = "6845e0cf9051b31d455a449acda5983114ce2c7085b81337e102c6517b71795d" } }] [[packages]] name = "pexpect" version = "4.9.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pexpect-4.9.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:17Z, size = 64788, hashes = { sha256 = "8b376d8ae1d099528b1b0958be10c4489d636dc5e310b7f38c0fbc5d2f66e335" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pexpect-4.9.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:17Z, size = 64788, hashes = { sha256 = "8b376d8ae1d099528b1b0958be10c4489d636dc5e310b7f38c0fbc5d2f66e335" } }] [[packages]] name = "pillow" -version = "12.1.1" +version = "12.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pillow-12.1.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:53:44Z, size = 1369606, hashes = { sha256 = "e34837e0501bda7d589613bd59ff689dde7adc9775cb7441b0ea4bc76a711d68" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pillow-12.1.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:17:22Z, size = 1403253, hashes = { sha256 = "893f8370df4aa50b75e4f7453649d86886f3c45da7b7c9c75122a0b55640af1d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pillow-12.2.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T15:55:26Z, size = 1379355, hashes = { sha256 = "a447355e5ddcb989f812d9ad0e0dee22a031c4f09f1114335dad01f84c03b82a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pillow-12.2.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T15:56:40Z, size = 1411808, hashes = { sha256 = "57a03b7853ede0c0739f7ba8e54cf97c2ab1ac96e85360c63ab10760c22eeecc" } }, ] [[packages]] name = "pip" -version = "26.1" +version = "26.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pip-26.1-8-py3-none-any.whl", upload-time = 2026-04-27T00:19:24Z, size = 1813659, hashes = { sha256 = "6d99d736160d98557f1eae8db814c273b9d3ea87a470c97d7dd92f2bf68c0e0d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pip-26.0.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:00:59Z, size = 1788588, hashes = { sha256 = "0eb092df05f73261cb7825422aa89ce60cdda400111de90787afab6cc453f3f7" } }] [[packages]] name = "platformdirs" -version = "4.9.6" +version = "4.9.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/platformdirs-4.9.6-8-py3-none-any.whl", upload-time = 2026-04-09T00:25:29Z, size = 22385, hashes = { sha256 = "ebee18f7b9b5648eb17506f8ef3a4312942f6b477c279865a5e08957779bb10f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/platformdirs-4.9.4-8-py3-none-any.whl", upload-time = 2026-03-05T19:21:33Z, size = 22169, hashes = { sha256 = "6eb70b7a3775e5b0a5c4050dfcf143e9962621f4e989ee6854bc36fa4df5d670" } }] [[packages]] name = "plotly" -version = "6.7.0" +version = "6.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/plotly-6.7.0-8-py3-none-any.whl", upload-time = 2026-04-10T04:34:09Z, size = 9899361, hashes = { sha256 = "4d1fdc5d30f208a9cd6c8f1d35a1e66d2527cb62b9ff60de568ca9fe904795ea" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/plotly-6.6.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:10:35Z, size = 9911272, hashes = { sha256 = "c288236646e32c0c51b6b5796a20355693d1e7768e5a477a31aa377ba1b8f0e1" } }] [[packages]] name = "pluggy" version = "1.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pluggy-1.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:09Z, size = 21498, hashes = { sha256 = "85ce1f89d513c32699708aeb219483f4369ce77a9f8e975ca4fd0556cf3bd5dd" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pluggy-1.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:09Z, size = 21498, hashes = { sha256 = "85ce1f89d513c32699708aeb219483f4369ce77a9f8e975ca4fd0556cf3bd5dd" } }] [[packages]] name = "portalocker" version = "3.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/portalocker-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:17Z, size = 23354, hashes = { sha256 = "7046685644f1f937d84cc609cae95ae5af09f57bfa206d2eeb742ebf70170896" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/portalocker-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:17Z, size = 23354, hashes = { sha256 = "7046685644f1f937d84cc609cae95ae5af09f57bfa206d2eeb742ebf70170896" } }] [[packages]] name = "prettytable" version = "3.17.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/prettytable-3.17.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:12Z, size = 35384, hashes = { sha256 = "439d3cbd6a49b2c748cd7ed7f17164827cd8b59fd9be1cbf438df0add52f70a5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/prettytable-3.17.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:12Z, size = 35384, hashes = { sha256 = "439d3cbd6a49b2c748cd7ed7f17164827cd8b59fd9be1cbf438df0add52f70a5" } }] [[packages]] name = "prometheus-client" -version = "0.25.0" +version = "0.24.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/prometheus_client-0.25.0-8-py3-none-any.whl", upload-time = 2026-04-10T00:34:01Z, size = 65139, hashes = { sha256 = "79c6a000040006a706895fce3ed2f418c5b2ee1f59e1330a142b9a10818254d2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/prometheus_client-0.24.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:15Z, size = 65043, hashes = { sha256 = "2709ceb229c4fc23288408384a6a4d947f2f47bead0802fa5b0db3137ee16072" } }] [[packages]] name = "prompt-toolkit" version = "3.0.52" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/prompt_toolkit-3.0.52-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:59Z, size = 392385, hashes = { sha256 = "6d3a2df024683a2448655fa8e38369c0c7a03425383875852d3ac90b504f403c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/prompt_toolkit-3.0.52-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:59Z, size = 392385, hashes = { sha256 = "6d3a2df024683a2448655fa8e38369c0c7a03425383875852d3ac90b504f403c" } }] [[packages]] name = "propcache" version = "0.4.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/propcache-0.4.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:13Z, size = 187568, hashes = { sha256 = "b17645a879c485382a9cb791a7da4f3157f9a9aba421d3f8e30449dd44b78036" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/propcache-0.4.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:24Z, size = 191723, hashes = { sha256 = "b82280ce515e25eed6e67f366ff79d7bd32efd82dc1bddc0abc18655e84cdb21" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/propcache-0.4.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:13Z, size = 187568, hashes = { sha256 = "b17645a879c485382a9cb791a7da4f3157f9a9aba421d3f8e30449dd44b78036" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/propcache-0.4.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:24Z, size = 191723, hashes = { sha256 = "b82280ce515e25eed6e67f366ff79d7bd32efd82dc1bddc0abc18655e84cdb21" } }, ] [[packages]] name = "proto-plus" version = "1.27.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/proto_plus-1.27.2-8-py3-none-any.whl", upload-time = 2026-03-27T01:21:02Z, size = 51410, hashes = { sha256 = "854f61a53e3e2e19f4ddafcc39a1fd2febac50b9c03b96d0d43c987556052841" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/proto_plus-1.27.2-8-py3-none-any.whl", upload-time = 2026-03-27T01:21:02Z, size = 51410, hashes = { sha256 = "854f61a53e3e2e19f4ddafcc39a1fd2febac50b9c03b96d0d43c987556052841" } }] [[packages]] name = "protobuf" version = "6.31.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/protobuf-6.31.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T10:11:11Z, size = 1152473, hashes = { sha256 = "ef35d6267d1ad4f2c2775c93623857252029ad8d945bb01265df3b8a1d08e62c" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/protobuf-6.31.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T10:10:05Z, size = 1172540, hashes = { sha256 = "69e824735e472f6e7bb39b8c8143be38fbf5d7f38057e013d28bb7aa240be578" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/protobuf-6.31.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T10:11:11Z, size = 1152473, hashes = { sha256 = "ef35d6267d1ad4f2c2775c93623857252029ad8d945bb01265df3b8a1d08e62c" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/protobuf-6.31.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T10:10:05Z, size = 1172540, hashes = { sha256 = "69e824735e472f6e7bb39b8c8143be38fbf5d7f38057e013d28bb7aa240be578" } }, ] [[packages]] @@ -1476,43 +1461,43 @@ name = "psutil" version = "5.9.8" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/psutil-5.9.8-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:51:30Z, size = 292117, hashes = { sha256 = "4e8b6f8cd9590d8f3f6e3ad7c662802b0e5960f06a9889debbe0547e26b9da3f" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/psutil-5.9.8-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:09:04Z, size = 290508, hashes = { sha256 = "5ac7dbbe20704d8fc2275eb87b57ce7d220f655f51fdd6ae208a2137535a0542" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/psutil-5.9.8-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:51:30Z, size = 292117, hashes = { sha256 = "4e8b6f8cd9590d8f3f6e3ad7c662802b0e5960f06a9889debbe0547e26b9da3f" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/psutil-5.9.8-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:09:04Z, size = 290508, hashes = { sha256 = "5ac7dbbe20704d8fc2275eb87b57ce7d220f655f51fdd6ae208a2137535a0542" } }, ] [[packages]] name = "psycopg" version = "3.3.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/psycopg-3.3.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:42Z, size = 213684, hashes = { sha256 = "fe29db5305d7b53088f9129031548c742ec055e303591fe256dec6f76e6f7ece" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/psycopg-3.3.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:42Z, size = 213684, hashes = { sha256 = "fe29db5305d7b53088f9129031548c742ec055e303591fe256dec6f76e6f7ece" } }] [[packages]] name = "ptyprocess" version = "0.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ptyprocess-0.7.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:20Z, size = 14985, hashes = { sha256 = "d8a1126946bf844ce5d23ee04555b32fb4aba93d720481c94b161ed52cc29ca3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ptyprocess-0.7.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:20Z, size = 14985, hashes = { sha256 = "d8a1126946bf844ce5d23ee04555b32fb4aba93d720481c94b161ed52cc29ca3" } }] [[packages]] name = "pure-eval" version = "0.2.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pure_eval-0.2.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:44Z, size = 12963, hashes = { sha256 = "b63809eb7bba367f022e6e0b8365c44162e7bbeb07772ce74179cdef3d3a6ff3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pure_eval-0.2.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:44Z, size = 12963, hashes = { sha256 = "b63809eb7bba367f022e6e0b8365c44162e7bbeb07772ce74179cdef3d3a6ff3" } }] [[packages]] name = "py-cpuinfo" version = "9.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/py_cpuinfo-9.0.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:36:03Z, size = 23344, hashes = { sha256 = "4d9d73538339a7cf09e9a870a12edcc7152f5ab3dc97a6dd6b63f5777ee37f52" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/py_cpuinfo-9.0.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:36:03Z, size = 23344, hashes = { sha256 = "4d9d73538339a7cf09e9a870a12edcc7152f5ab3dc97a6dd6b63f5777ee37f52" } }] [[packages]] name = "py-spy" version = "0.4.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/py_spy-0.4.1-8-py3-none-linux_aarch64.whl", upload-time = 2026-02-23T23:54:50Z, size = 2036389, hashes = { sha256 = "8bb1a21e6ca07b451cdfb25994247bf25515e8561d1974f142a38ebca0aa9675" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/py_spy-0.4.1-8-py3-none-linux_x86_64.whl", upload-time = 2026-02-24T00:07:43Z, size = 2119609, hashes = { sha256 = "b26ca3d58d88309d07c3dc0fa640f456448417a9081b5d59e88d83295990b3b3" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/py_spy-0.4.1-9-py3-none-linux_aarch64.whl", upload-time = 2026-02-26T00:20:59Z, size = 2036670, hashes = { sha256 = "95b07e5ca88b06f4efe67330bb0797edb85cc8fc5c24862a3ada705b8048b3c7" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/py_spy-0.4.1-9-py3-none-linux_x86_64.whl", upload-time = 2026-02-26T00:20:14Z, size = 2119889, hashes = { sha256 = "1878497852cf991fc40b6158872517d6bf196c786609f9ddb3f7f4a0038d04f9" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/py_spy-0.4.1-8-py3-none-linux_aarch64.whl", upload-time = 2026-02-23T23:54:50Z, size = 2036389, hashes = { sha256 = "8bb1a21e6ca07b451cdfb25994247bf25515e8561d1974f142a38ebca0aa9675" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/py_spy-0.4.1-8-py3-none-linux_x86_64.whl", upload-time = 2026-02-24T00:07:43Z, size = 2119609, hashes = { sha256 = "b26ca3d58d88309d07c3dc0fa640f456448417a9081b5d59e88d83295990b3b3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/py_spy-0.4.1-9-py3-none-linux_aarch64.whl", upload-time = 2026-02-26T00:20:59Z, size = 2036670, hashes = { sha256 = "95b07e5ca88b06f4efe67330bb0797edb85cc8fc5c24862a3ada705b8048b3c7" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/py_spy-0.4.1-9-py3-none-linux_x86_64.whl", upload-time = 2026-02-26T00:20:14Z, size = 2119889, hashes = { sha256 = "1878497852cf991fc40b6158872517d6bf196c786609f9ddb3f7f4a0038d04f9" } }, ] [[packages]] @@ -1520,111 +1505,111 @@ name = "pyarrow" version = "23.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-10-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-07T00:23:39Z, size = 26571203, hashes = { sha256 = "e9f8ec930b04bb02227a15683c2415ace41f6f738b42dc3429297cf8210e6804" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-10-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-07T00:22:47Z, size = 28605841, hashes = { sha256 = "a0e88356cbe971695fc62037eccd8d1df66e00e8bb7f23bb56e2a1ce0dc0332d" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:53:34Z, size = 18348009, hashes = { sha256 = "8cdd496bef21c9cbd8d3da6c59a8fa6e1aff8bf3b08e7ea4fc907a45efbd5b87" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:17:21Z, size = 19921565, hashes = { sha256 = "af44f2f03b4a70c37a2b1080d90f790d19c49e50bcc4156e21250654d06c1146" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-21T01:04:03Z, size = 21634769, hashes = { sha256 = "c6902e42f0edefc389119d2bdb3329e3a77e23d9e6dd9e70f6e7499347a082c1" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-21T01:17:45Z, size = 23356383, hashes = { sha256 = "666eecbfac558db7e33725361076e576acd2adf0e6b51362dad0fdbd295341ba" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-10-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-07T00:23:39Z, size = 26571203, hashes = { sha256 = "e9f8ec930b04bb02227a15683c2415ace41f6f738b42dc3429297cf8210e6804" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-10-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-07T00:22:47Z, size = 28605841, hashes = { sha256 = "a0e88356cbe971695fc62037eccd8d1df66e00e8bb7f23bb56e2a1ce0dc0332d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:53:34Z, size = 18348009, hashes = { sha256 = "8cdd496bef21c9cbd8d3da6c59a8fa6e1aff8bf3b08e7ea4fc907a45efbd5b87" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:17:21Z, size = 19921565, hashes = { sha256 = "af44f2f03b4a70c37a2b1080d90f790d19c49e50bcc4156e21250654d06c1146" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-21T01:04:03Z, size = 21634769, hashes = { sha256 = "c6902e42f0edefc389119d2bdb3329e3a77e23d9e6dd9e70f6e7499347a082c1" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-21T01:17:45Z, size = 23356383, hashes = { sha256 = "666eecbfac558db7e33725361076e576acd2adf0e6b51362dad0fdbd295341ba" } }, ] [[packages]] name = "pyasn1" version = "0.6.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyasn1-0.6.3-8-py3-none-any.whl", upload-time = 2026-03-17T05:41:19Z, size = 84913, hashes = { sha256 = "c7880c04f2208932a4ace765a28acbf2ca3449f38565cbcc68c56277543457ed" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyasn1-0.6.3-8-py3-none-any.whl", upload-time = 2026-03-17T05:41:19Z, size = 84913, hashes = { sha256 = "c7880c04f2208932a4ace765a28acbf2ca3449f38565cbcc68c56277543457ed" } }] [[packages]] name = "pyasn1-modules" version = "0.4.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyasn1_modules-0.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:18Z, size = 182267, hashes = { sha256 = "8724a612be6cd8be53ee9e163b112a82062b77ba1ed4fb251a9487c380924bcd" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyasn1_modules-0.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:18Z, size = 182267, hashes = { sha256 = "8724a612be6cd8be53ee9e163b112a82062b77ba1ed4fb251a9487c380924bcd" } }] [[packages]] name = "pycodestyle" version = "2.12.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pycodestyle-2.12.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:34Z, size = 32293, hashes = { sha256 = "6d5d4c035d2b9213cd6c40078bf590dcba87460473855cc11f125085726ae4c3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pycodestyle-2.12.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:34Z, size = 32293, hashes = { sha256 = "6d5d4c035d2b9213cd6c40078bf590dcba87460473855cc11f125085726ae4c3" } }] [[packages]] name = "pycparser" version = "3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pycparser-3.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:32Z, size = 49105, hashes = { sha256 = "9abbc829c545f8768bcc5f21571ace7fa1442237f8980695195ccc6238dcd931" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pycparser-3.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:32Z, size = 49105, hashes = { sha256 = "9abbc829c545f8768bcc5f21571ace7fa1442237f8980695195ccc6238dcd931" } }] [[packages]] name = "pycryptodome" version = "3.23.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pycryptodome-3.23.0-8-cp37-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:50:53Z, size = 2083299, hashes = { sha256 = "ecfbf45f6c8d3ca2ff13205cb5a5949530762063ae86d67a73ad0be497c1254d" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pycryptodome-3.23.0-8-cp37-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:08:13Z, size = 2148955, hashes = { sha256 = "b2cf673d687f5a33b0eca43f3b809d390be157f29c83cd1c9d692a9cd7865b9f" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pycryptodome-3.23.0-8-cp37-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:50:53Z, size = 2083299, hashes = { sha256 = "ecfbf45f6c8d3ca2ff13205cb5a5949530762063ae86d67a73ad0be497c1254d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pycryptodome-3.23.0-8-cp37-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:08:13Z, size = 2148955, hashes = { sha256 = "b2cf673d687f5a33b0eca43f3b809d390be157f29c83cd1c9d692a9cd7865b9f" } }, ] [[packages]] name = "pydantic" -version = "2.13.3" +version = "2.12.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pydantic-2.13.3-8-py3-none-any.whl", upload-time = 2026-04-21T00:24:06Z, size = 472920, hashes = { sha256 = "06550296b33a9b70064b498aa64d0de508020da2da9c0f365a72c1b3f4e07fdc" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pydantic-2.12.5-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:55Z, size = 464522, hashes = { sha256 = "19055bfd7812a231f62affc0105f13f25928c409cb931e7be058af8b4cab41ea" } }] [[packages]] name = "pydantic-core" -version = "2.46.3" +version = "2.41.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pydantic_core-2.46.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-21T00:24:02Z, size = 1952330, hashes = { sha256 = "2609a0d8aeb0ef2c6c77bb91d348736f86229d82f4ff626fd58d388ddd487b2a" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pydantic_core-2.46.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-21T00:25:21Z, size = 2130511, hashes = { sha256 = "8c0a0e787c98ae51346d8098c1e7400247c6f5946cb9af374e9e207182f73d8e" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pydantic_core-2.41.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:51Z, size = 1970351, hashes = { sha256 = "59348f3b9067f83479aa98bc18c6c33a6c4a1191a6115351155f3187f0b3d785" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pydantic_core-2.41.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:40Z, size = 2159949, hashes = { sha256 = "9eee2d62422ab61244c937b617b278c9a0fd9429a409b1bfc26a6f5dc9555233" } }, ] [[packages]] name = "pydantic-settings" -version = "2.14.0" +version = "2.13.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pydantic_settings-2.14.0-8-py3-none-any.whl", upload-time = 2026-04-21T00:23:55Z, size = 61923, hashes = { sha256 = "9dbfe14e6e61436cc5b273316a433869ec730d1aa3327d88da967b701dbaa6d2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pydantic_settings-2.13.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:26Z, size = 59912, hashes = { sha256 = "a79e5937f84b65fafa4c2a97b6ce39b11d9f72c4cca7530ca2542def56031d7f" } }] [[packages]] name = "pydocstyle" version = "6.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pydocstyle-6.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:47Z, size = 39949, hashes = { sha256 = "a2915d05c4377a02e041671b5364249d32f41b37b635a9edc1edcd06f0e27301" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pydocstyle-6.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:47Z, size = 39949, hashes = { sha256 = "a2915d05c4377a02e041671b5364249d32f41b37b635a9edc1edcd06f0e27301" } }] [[packages]] name = "pyflakes" version = "3.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyflakes-3.2.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:43Z, size = 63714, hashes = { sha256 = "2e3839cc19433364d82f8d153420d5726c0123a5322343f489c06e2e67eeba58" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyflakes-3.2.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:43Z, size = 63714, hashes = { sha256 = "2e3839cc19433364d82f8d153420d5726c0123a5322343f489c06e2e67eeba58" } }] [[packages]] name = "pygithub" -version = "2.9.1" +version = "2.9.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pygithub-2.9.1-8-py3-none-any.whl", upload-time = 2026-04-15T10:43:42Z, size = 450622, hashes = { sha256 = "0f78230bd61f0246fbd6a72b67d58cf2c3a7f8156e447b0aede74bfc65051a57" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pygithub-2.9.0-8-py3-none-any.whl", upload-time = 2026-03-23T00:34:33Z, size = 450565, hashes = { sha256 = "e44f521a29bfb9796bb039240f97f9347ebac80005bdbc1ca3ec621a8c203bf5" } }] [[packages]] name = "pygments" version = "2.20.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pygments-2.20.0-8-py3-none-any.whl", upload-time = 2026-03-30T00:23:48Z, size = 1232093, hashes = { sha256 = "6998b1a4af16a4479fbc72acf910c7b77c1b750e94ef470f7e48d397fd543d9c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pygments-2.20.0-8-py3-none-any.whl", upload-time = 2026-03-30T00:23:48Z, size = 1232093, hashes = { sha256 = "6998b1a4af16a4479fbc72acf910c7b77c1b750e94ef470f7e48d397fd543d9c" } }] [[packages]] name = "pyjwt" version = "2.12.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyjwt-2.12.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:29:10Z, size = 30617, hashes = { sha256 = "1ad4f526fb212072fa11c475e4b2a9870e43185179fac47fad49ace6c5e50f36" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyjwt-2.12.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:29:10Z, size = 30617, hashes = { sha256 = "1ad4f526fb212072fa11c475e4b2a9870e43185179fac47fad49ace6c5e50f36" } }] [[packages]] name = "pylint" version = "4.0.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pylint-4.0.5-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:36Z, size = 537587, hashes = { sha256 = "3469b5077d055e3456c44341bc2ff2c7680dfefab2f963a4e5063733aec8f184" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pylint-4.0.5-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:36Z, size = 537587, hashes = { sha256 = "3469b5077d055e3456c44341bc2ff2c7680dfefab2f963a4e5063733aec8f184" } }] [[packages]] name = "pymongo" version = "4.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pymongo-4.16.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:53:27Z, size = 943066, hashes = { sha256 = "371d037e32588e4327f6fa784d385668e9081d379f95e20c272d7d8302cf7323" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pymongo-4.16.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:09Z, size = 944987, hashes = { sha256 = "c0b1ec347f3c80a236fd9d8afbb7a3add10700fe9308e5bdf8bce03bad8bf2e6" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pymongo-4.16.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:53:27Z, size = 943066, hashes = { sha256 = "371d037e32588e4327f6fa784d385668e9081d379f95e20c272d7d8302cf7323" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pymongo-4.16.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:09Z, size = 944987, hashes = { sha256 = "c0b1ec347f3c80a236fd9d8afbb7a3add10700fe9308e5bdf8bce03bad8bf2e6" } }, ] [[packages]] @@ -1632,8 +1617,8 @@ name = "pynacl" version = "1.6.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pynacl-1.6.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:54:49Z, size = 651155, hashes = { sha256 = "42e139ce9b2ee54a7f63a92dbd1c6e58f95e0cd061d01d9ee7f0149ceb7675e8" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pynacl-1.6.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:00Z, size = 1137461, hashes = { sha256 = "37144c608befea8963d098c4f793cee14396bf4233dfe91bab498b050a599950" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pynacl-1.6.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:54:49Z, size = 651155, hashes = { sha256 = "42e139ce9b2ee54a7f63a92dbd1c6e58f95e0cd061d01d9ee7f0149ceb7675e8" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pynacl-1.6.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:00Z, size = 1137461, hashes = { sha256 = "37144c608befea8963d098c4f793cee14396bf4233dfe91bab498b050a599950" } }, ] [[packages]] @@ -1641,86 +1626,86 @@ name = "pyodbc" version = "5.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyodbc-5.3.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:54:38Z, size = 318406, hashes = { sha256 = "398cee53cde270bdfdb5bf0d0b2322aba19d83b2b0874ae91713ded72f577350" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyodbc-5.3.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:45Z, size = 327809, hashes = { sha256 = "ece99edac01a222181c82b98c1cb2ef3424e4d4d7e278838ccf441de43d79950" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyodbc-5.3.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:54:38Z, size = 318406, hashes = { sha256 = "398cee53cde270bdfdb5bf0d0b2322aba19d83b2b0874ae91713ded72f577350" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyodbc-5.3.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:45Z, size = 327809, hashes = { sha256 = "ece99edac01a222181c82b98c1cb2ef3424e4d4d7e278838ccf441de43d79950" } }, ] [[packages]] name = "pyparsing" version = "3.3.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyparsing-3.3.2-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:13Z, size = 123702, hashes = { sha256 = "c6a5cad0eaff74dc0fbb13b8b28461e4e6fcc226aab97a3e03f15b3de9ed3aef" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyparsing-3.3.2-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:13Z, size = 123702, hashes = { sha256 = "c6a5cad0eaff74dc0fbb13b8b28461e4e6fcc226aab97a3e03f15b3de9ed3aef" } }] [[packages]] name = "pytablewriter" version = "1.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pytablewriter-1.2.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:38Z, size = 92223, hashes = { sha256 = "0174321199d680fef6b0d4c482753b006dee94e3b943832fef43b2c8a9f4ff88" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pytablewriter-1.2.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:38Z, size = 92223, hashes = { sha256 = "0174321199d680fef6b0d4c482753b006dee94e3b943832fef43b2c8a9f4ff88" } }] [[packages]] name = "python-dateutil" version = "2.9.0.post0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/python_dateutil-2.9.0.post0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T19:26:32Z, size = 231281, hashes = { sha256 = "2bb52138fb4e6d4a8f6ca9ba9bdf824ba5ef2bd2d1b1f1e0fc85165ef55bf357" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/python_dateutil-2.9.0.post0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T19:26:32Z, size = 231281, hashes = { sha256 = "2bb52138fb4e6d4a8f6ca9ba9bdf824ba5ef2bd2d1b1f1e0fc85165ef55bf357" } }] [[packages]] name = "python-discovery" -version = "1.2.2" +version = "1.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/python_discovery-1.2.2-8-py3-none-any.whl", upload-time = 2026-04-08T00:53:57Z, size = 32874, hashes = { sha256 = "d89cadba983842a234b579eb698a0efc5f9e186b81ecaaf6c61201f418c28440" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/python_discovery-1.2.1-8-py3-none-any.whl", upload-time = 2026-03-27T00:54:40Z, size = 32660, hashes = { sha256 = "130ea893b8ec9395b651145bfc83ebda011d0f8f4e19fc53c2c50f3ec8986360" } }] [[packages]] name = "python-dotenv" version = "1.2.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/python_dotenv-1.2.2-8-py3-none-any.whl", upload-time = 2026-03-01T16:54:15Z, size = 23076, hashes = { sha256 = "59781a0b1fd9ed9706bc6441dc0ee8bf70e49ada840fae00b94ce21f5ce3e119" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/python_dotenv-1.2.2-8-py3-none-any.whl", upload-time = 2026-03-01T16:54:15Z, size = 23076, hashes = { sha256 = "59781a0b1fd9ed9706bc6441dc0ee8bf70e49ada840fae00b94ce21f5ce3e119" } }] [[packages]] name = "python-json-logger" version = "4.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/python_json_logger-4.1.0-8-py3-none-any.whl", upload-time = 2026-03-30T00:28:50Z, size = 16031, hashes = { sha256 = "fc52a38cc4e6b629a8cccc810e414966e0d98cc7bfd968f74fd14994d7cdd32b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/python_json_logger-4.1.0-8-py3-none-any.whl", upload-time = 2026-03-30T00:28:50Z, size = 16031, hashes = { sha256 = "fc52a38cc4e6b629a8cccc810e414966e0d98cc7bfd968f74fd14994d7cdd32b" } }] [[packages]] name = "python-lsp-jsonrpc" version = "1.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/python_lsp_jsonrpc-1.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:40Z, size = 9888, hashes = { sha256 = "f0e888ccab12447181ac14e7c91423ca97ccf4a460bf2203fe0072f448463d4a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/python_lsp_jsonrpc-1.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:40Z, size = 9888, hashes = { sha256 = "f0e888ccab12447181ac14e7c91423ca97ccf4a460bf2203fe0072f448463d4a" } }] [[packages]] name = "python-lsp-server" version = "1.14.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/python_lsp_server-1.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:58Z, size = 78072, hashes = { sha256 = "4327cad255571a59d1502c10aee812804e8ce63b59b66155f25b1d7972fff448" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/python_lsp_server-1.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:58Z, size = 78072, hashes = { sha256 = "4327cad255571a59d1502c10aee812804e8ce63b59b66155f25b1d7972fff448" } }] [[packages]] name = "pytokens" version = "0.4.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pytokens-0.4.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:52:40Z, size = 261897, hashes = { sha256 = "d923cd09a41eba2149593cd02a4c3377cd179ea2c5d29cbbec1ca8598c80ea1e" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pytokens-0.4.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:54Z, size = 267110, hashes = { sha256 = "0886001a4af7d82c170ec820d1eb31d35873b426521a16a2458c5b3be5f997b7" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pytokens-0.4.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:52:40Z, size = 261897, hashes = { sha256 = "d923cd09a41eba2149593cd02a4c3377cd179ea2c5d29cbbec1ca8598c80ea1e" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pytokens-0.4.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:54Z, size = 267110, hashes = { sha256 = "0886001a4af7d82c170ec820d1eb31d35873b426521a16a2458c5b3be5f997b7" } }, ] [[packages]] name = "pytoolconfig" version = "1.3.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pytoolconfig-1.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:55Z, size = 18211, hashes = { sha256 = "431eccd7cf9bd3e3603ab913144a92b3c7093279925dd53b5f9582c00fb0d363" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pytoolconfig-1.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:55Z, size = 18211, hashes = { sha256 = "431eccd7cf9bd3e3603ab913144a92b3c7093279925dd53b5f9582c00fb0d363" } }] [[packages]] name = "pytz" version = "2026.1.post1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pytz-2026.1.post1-8-py3-none-any.whl", upload-time = 2026-03-03T16:36:57Z, size = 511543, hashes = { sha256 = "eceecb2ef8c69f65abe118d804270768e8441f54d74bf2c68a657a0fd139e8dd" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pytz-2026.1.post1-8-py3-none-any.whl", upload-time = 2026-03-03T16:36:57Z, size = 511543, hashes = { sha256 = "eceecb2ef8c69f65abe118d804270768e8441f54d74bf2c68a657a0fd139e8dd" } }] [[packages]] name = "pyyaml" version = "6.0.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyyaml-6.0.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T19:06:19Z, size = 46411, hashes = { sha256 = "9e47b6a6ce2f31d8621ac02863fbba453a3c2dbd0c6eb111fbea63fc3c8bdc2e" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyyaml-6.0.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:00:53Z, size = 46411, hashes = { sha256 = "ba90811f2d103bd439cd284c492f9e4acf1585757374969fbafdb57471288c41" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyyaml-6.0.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T19:06:19Z, size = 46411, hashes = { sha256 = "9e47b6a6ce2f31d8621ac02863fbba453a3c2dbd0c6eb111fbea63fc3c8bdc2e" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyyaml-6.0.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:00:53Z, size = 46411, hashes = { sha256 = "ba90811f2d103bd439cd284c492f9e4acf1585757374969fbafdb57471288c41" } }, ] [[packages]] @@ -1728,8 +1713,8 @@ name = "pyzmq" version = "27.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyzmq-27.1.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:53:37Z, size = 243723, hashes = { sha256 = "6ba001315c5463829d8c693335f2894033b26b4a75c4503990a92955c2b4a622" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyzmq-27.1.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:52Z, size = 251363, hashes = { sha256 = "ad607f3c572ed8d7a732641b3795362627572ccb9985f84f558bbd9224033918" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyzmq-27.1.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:53:37Z, size = 243723, hashes = { sha256 = "6ba001315c5463829d8c693335f2894033b26b4a75c4503990a92955c2b4a622" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyzmq-27.1.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:52Z, size = 251363, hashes = { sha256 = "ad607f3c572ed8d7a732641b3795362627572ccb9985f84f558bbd9224033918" } }, ] [[packages]] @@ -1737,119 +1722,119 @@ name = "ray" version = "2.53.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ray-2.53.0-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2026-01-07T18:41:30Z, size = 71504450, hashes = { sha256 = "65e2ce58d3dc6baa3cf45824d889c1968ebde565ee54dfd80a98af8f31af8e4a" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ray-2.53.0-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2026-01-07T20:45:23Z, size = 72370424, hashes = { sha256 = "14f46363e9b4cf0c1c8b4d8623ec337c5bd408377831b5e5b50067930137bbca" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ray-2.53.0-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2026-01-07T18:41:30Z, size = 71504450, hashes = { sha256 = "65e2ce58d3dc6baa3cf45824d889c1968ebde565ee54dfd80a98af8f31af8e4a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ray-2.53.0-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2026-01-07T20:45:23Z, size = 72370424, hashes = { sha256 = "14f46363e9b4cf0c1c8b4d8623ec337c5bd408377831b5e5b50067930137bbca" } }, ] [[packages]] name = "referencing" version = "0.37.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/referencing-0.37.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:46Z, size = 27707, hashes = { sha256 = "46432cdafb0e44eba21e8b18815722f9fc117902430c06f0245db59fbc11054b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/referencing-0.37.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:46Z, size = 27707, hashes = { sha256 = "46432cdafb0e44eba21e8b18815722f9fc117902430c06f0245db59fbc11054b" } }] [[packages]] name = "regex" version = "2026.4.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/regex-2026.4.4-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-07T00:23:48Z, size = 767820, hashes = { sha256 = "d4ac20e7de2be71a5b16b516207bbd829d327b4b14115efef8d04aa1f294e438" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/regex-2026.4.4-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-07T00:22:39Z, size = 771504, hashes = { sha256 = "6348406d86a270486a68facf5e18babed737e64b939d8899d8c4e518e2caa9d5" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/regex-2026.4.4-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-07T00:23:48Z, size = 767820, hashes = { sha256 = "d4ac20e7de2be71a5b16b516207bbd829d327b4b14115efef8d04aa1f294e438" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/regex-2026.4.4-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-07T00:22:39Z, size = 771504, hashes = { sha256 = "6348406d86a270486a68facf5e18babed737e64b939d8899d8c4e518e2caa9d5" } }, ] [[packages]] name = "requests" version = "2.32.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/requests-2.32.5-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:43Z, size = 65687, hashes = { sha256 = "24bd3c69a5e21f8b6b332da0e8bfabbe5af488797b1d30b9b8321006a078b9ce" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/requests-2.32.5-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:43Z, size = 65687, hashes = { sha256 = "24bd3c69a5e21f8b6b332da0e8bfabbe5af488797b1d30b9b8321006a078b9ce" } }] [[packages]] name = "requests-oauthlib" version = "2.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/requests_oauthlib-2.0.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:53Z, size = 25289, hashes = { sha256 = "e23b633330db1718309626cfb089fb948eedec5f8286241ceb561cb6a0ad75f0" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/requests_oauthlib-2.0.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:53Z, size = 25289, hashes = { sha256 = "e23b633330db1718309626cfb089fb948eedec5f8286241ceb561cb6a0ad75f0" } }] [[packages]] name = "requests-toolbelt" version = "1.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/requests_toolbelt-1.0.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:54Z, size = 52729, hashes = { sha256 = "fc1ccac0228c7b1501bb681e93b4cf036e0351ce7e2aac5ab406749c2e7e9063" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/requests_toolbelt-1.0.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:54Z, size = 52729, hashes = { sha256 = "fc1ccac0228c7b1501bb681e93b4cf036e0351ce7e2aac5ab406749c2e7e9063" } }] [[packages]] name = "retrying" version = "1.4.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/retrying-1.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:50Z, size = 11786, hashes = { sha256 = "ee8a376896432d0b6d2ce6e82268868f4fc69349e8ad7b88c00e870b3181769f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/retrying-1.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:50Z, size = 11786, hashes = { sha256 = "ee8a376896432d0b6d2ce6e82268868f4fc69349e8ad7b88c00e870b3181769f" } }] [[packages]] name = "rfc3339-validator" version = "0.1.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rfc3339_validator-0.1.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:42Z, size = 4625, hashes = { sha256 = "21dfd846308a1c94872f21aa9d43955278f0a29b14207c4c097866304de79470" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rfc3339_validator-0.1.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:42Z, size = 4625, hashes = { sha256 = "21dfd846308a1c94872f21aa9d43955278f0a29b14207c4c097866304de79470" } }] [[packages]] name = "rfc3986-validator" version = "0.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rfc3986_validator-0.1.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:27Z, size = 5443, hashes = { sha256 = "daa5109f1647c740571d838c1e006b6a4335af95db57838bb371dadaa38690d3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rfc3986_validator-0.1.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:27Z, size = 5443, hashes = { sha256 = "daa5109f1647c740571d838c1e006b6a4335af95db57838bb371dadaa38690d3" } }] [[packages]] name = "rfc3987-syntax" version = "1.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rfc3987_syntax-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:03Z, size = 9031, hashes = { sha256 = "8a59942bf8ec2d7fcf7de44e51ca908bea5987d1274759b3b542f7f25d8cb03b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rfc3987_syntax-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:03Z, size = 9031, hashes = { sha256 = "8a59942bf8ec2d7fcf7de44e51ca908bea5987d1274759b3b542f7f25d8cb03b" } }] [[packages]] name = "rich" -version = "14.3.4" +version = "14.3.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rich-14.3.4-8-py3-none-any.whl", upload-time = 2026-04-11T06:14:02Z, size = 311374, hashes = { sha256 = "beb24b531364a38d4aba738382a8ee72f346a4eba87e751e699495d7815a8b50" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rich-14.3.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:18Z, size = 311355, hashes = { sha256 = "75645867b6fc01435de6533e887d19fbc296effa8e96664a64fb82a11b56c782" } }] [[packages]] name = "rope" version = "1.14.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rope-1.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:49Z, size = 208017, hashes = { sha256 = "3744c09f9f2a60ae6e95b66a22b70e561854b768c131e3043fc502ba48480cf8" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rope-1.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:49Z, size = 208017, hashes = { sha256 = "3744c09f9f2a60ae6e95b66a22b70e561854b768c131e3043fc502ba48480cf8" } }] [[packages]] name = "rouge-score" version = "0.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rouge_score-0.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:47Z, size = 25955, hashes = { sha256 = "8d627bfb43750efdb36616e90fbf3bfae41c6020f0aef7c69e7b7387399bc7ba" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rouge_score-0.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:47Z, size = 25955, hashes = { sha256 = "8d627bfb43750efdb36616e90fbf3bfae41c6020f0aef7c69e7b7387399bc7ba" } }] [[packages]] name = "rpds-py" version = "0.30.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rpds_py-0.30.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:59:46Z, size = 384299, hashes = { sha256 = "007fd6cb296fe0e83901bcbf146ceb844a513a62b026a8d2d09a7dae45cf1245" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rpds_py-0.30.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:40Z, size = 389174, hashes = { sha256 = "2c7e0f020f0079dfb3e1adfa23058c0277242f44ad3c90d77fd4ce7da37cccd6" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rpds_py-0.30.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:59:46Z, size = 384299, hashes = { sha256 = "007fd6cb296fe0e83901bcbf146ceb844a513a62b026a8d2d09a7dae45cf1245" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rpds_py-0.30.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:40Z, size = 389174, hashes = { sha256 = "2c7e0f020f0079dfb3e1adfa23058c0277242f44ad3c90d77fd4ce7da37cccd6" } }, ] [[packages]] name = "ruamel-yaml" version = "0.19.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ruamel_yaml-0.19.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:31Z, size = 119034, hashes = { sha256 = "8784cedc1679fcd8109d0ca7dcc1c2efca598d21c33e269cf7f4baf557e3939e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ruamel_yaml-0.19.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:31Z, size = 119034, hashes = { sha256 = "8784cedc1679fcd8109d0ca7dcc1c2efca598d21c33e269cf7f4baf557e3939e" } }] [[packages]] name = "s3transfer" -version = "0.16.1" +version = "0.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/s3transfer-0.16.1-8-py3-none-any.whl", upload-time = 2026-04-23T00:29:38Z, size = 87899, hashes = { sha256 = "6350de2105e6fc48e4973a61c0a4c64d9669bf3bdd4bbcc5d2753d50b04ab45c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/s3transfer-0.16.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:46Z, size = 87899, hashes = { sha256 = "2d48013355498d447b088f9e9c33d6719c1c542d7251764c5d37192eb85ec250" } }] [[packages]] name = "sacrebleu" version = "2.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sacrebleu-2.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:08Z, size = 101707, hashes = { sha256 = "6c25014defc7dd6bf8ee04fad57c804864b69205fbb4299644d6eec44d193887" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sacrebleu-2.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:08Z, size = 101707, hashes = { sha256 = "6c25014defc7dd6bf8ee04fad57c804864b69205fbb4299644d6eec44d193887" } }] [[packages]] name = "safetensors" version = "0.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/safetensors-0.7.0-8-cp38-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:53:47Z, size = 481012, hashes = { sha256 = "b545a819a6066fee96ba121223ad48ea80909cef38c002126443aab81dec1c63" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/safetensors-0.7.0-8-cp38-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:16:21Z, size = 496528, hashes = { sha256 = "e87dee1ad52a0ca682335b982ebee8826c5e7724ecfe64ae610d7dd11ea3d74d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/safetensors-0.7.0-8-cp38-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:53:47Z, size = 481012, hashes = { sha256 = "b545a819a6066fee96ba121223ad48ea80909cef38c002126443aab81dec1c63" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/safetensors-0.7.0-8-cp38-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:16:21Z, size = 496528, hashes = { sha256 = "e87dee1ad52a0ca682335b982ebee8826c5e7724ecfe64ae610d7dd11ea3d74d" } }, ] [[packages]] @@ -1857,8 +1842,8 @@ name = "scikit-learn" version = "1.8.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/scikit_learn-1.8.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:17Z, size = 8316952, hashes = { sha256 = "237b0158e10247dce02e5b827994e8e6c8fd3eabe50ffb3e0fd30e53cb9a54c3" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/scikit_learn-1.8.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:58Z, size = 8676136, hashes = { sha256 = "b2cece5f1e0b90d1dab7735a8166c6f2cc97b44c71dfd90a09060b452f9aa7f6" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/scikit_learn-1.8.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:17Z, size = 8316952, hashes = { sha256 = "237b0158e10247dce02e5b827994e8e6c8fd3eabe50ffb3e0fd30e53cb9a54c3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/scikit_learn-1.8.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:58Z, size = 8676136, hashes = { sha256 = "b2cece5f1e0b90d1dab7735a8166c6f2cc97b44c71dfd90a09060b452f9aa7f6" } }, ] [[packages]] @@ -1866,223 +1851,215 @@ name = "scipy" version = "1.17.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/scipy-1.17.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:37Z, size = 22675574, hashes = { sha256 = "57a5f569a07fa03199e3df4ab853ace1b02c74114bc83e4e528e705ba7fece89" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/scipy-1.17.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:02Z, size = 24116508, hashes = { sha256 = "f225803387e36c84a0eabde10d2fcd9d3916693c4c4e7c48c8ea170ac010094a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/scipy-1.17.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:37Z, size = 22675574, hashes = { sha256 = "57a5f569a07fa03199e3df4ab853ace1b02c74114bc83e4e528e705ba7fece89" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/scipy-1.17.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:02Z, size = 24116508, hashes = { sha256 = "f225803387e36c84a0eabde10d2fcd9d3916693c4c4e7c48c8ea170ac010094a" } }, ] [[packages]] name = "send2trash" version = "2.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/send2trash-2.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:59Z, size = 18546, hashes = { sha256 = "0337e7c772ddb4aef974d4805232d9583037b3470bd62ec91c284d30c1a8f5ab" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/send2trash-2.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:59Z, size = 18546, hashes = { sha256 = "0337e7c772ddb4aef974d4805232d9583037b3470bd62ec91c284d30c1a8f5ab" } }] [[packages]] name = "setuptools" version = "80.10.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/setuptools-80.10.2-8-py3-none-any.whl", upload-time = 2026-02-23T19:01:02Z, size = 1065112, hashes = { sha256 = "63c2e1f57c5273c9709551fb366a0a267586064814d432216333058caf24d3da" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/setuptools-80.10.2-8-py3-none-any.whl", upload-time = 2026-02-23T19:01:02Z, size = 1065112, hashes = { sha256 = "63c2e1f57c5273c9709551fb366a0a267586064814d432216333058caf24d3da" } }] [[packages]] name = "shellingham" version = "1.5.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/shellingham-1.5.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T20:52:11Z, size = 10755, hashes = { sha256 = "fcca51a0e22b92bd978ad679d6b8e27a56c26479199bb531e9ee82c93d562345" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/shellingham-1.5.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T20:52:11Z, size = 10755, hashes = { sha256 = "fcca51a0e22b92bd978ad679d6b8e27a56c26479199bb531e9ee82c93d562345" } }] [[packages]] name = "simpervisor" version = "1.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/simpervisor-1.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:14Z, size = 9302, hashes = { sha256 = "4326410603b52426dbf3f387273aa1f0948c494c2a4b265e2d0d23a6cbd2a15d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/simpervisor-1.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:14Z, size = 9302, hashes = { sha256 = "4326410603b52426dbf3f387273aa1f0948c494c2a4b265e2d0d23a6cbd2a15d" } }] [[packages]] name = "six" version = "1.17.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/six-1.17.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T19:25:55Z, size = 12044, hashes = { sha256 = "16d3233a37cdfbced22b5c848c195f83c1498cacf5bc613564028255f0ff7aed" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/six-1.17.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T19:25:55Z, size = 12044, hashes = { sha256 = "16d3233a37cdfbced22b5c848c195f83c1498cacf5bc613564028255f0ff7aed" } }] [[packages]] name = "skl2onnx" version = "1.20.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/skl2onnx-1.20.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:35Z, size = 318112, hashes = { sha256 = "fe14880b21d700a1c83c07030cfb318ab3d52ad9b0e08ca72e8d12f6bf06d109" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/skl2onnx-1.20.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:35Z, size = 318112, hashes = { sha256 = "fe14880b21d700a1c83c07030cfb318ab3d52ad9b0e08ca72e8d12f6bf06d109" } }] [[packages]] name = "skops" -version = "0.14.0" +version = "0.13.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/skops-0.14.0-8-py3-none-any.whl", upload-time = 2026-04-21T00:33:21Z, size = 133089, hashes = { sha256 = "44c2ee894bc125e034246bdb556180b72190fa32e288295b3e2285aa6697629f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/skops-0.13.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:36Z, size = 132082, hashes = { sha256 = "fe6aba1bfb413f2583fd910cd557bd7a8c368083cb8da10b986c15aba39c8b04" } }] [[packages]] name = "smart-open" -version = "7.6.0" +version = "7.5.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/smart_open-7.6.0-8-py3-none-any.whl", upload-time = 2026-04-13T13:43:08Z, size = 65560, hashes = { sha256 = "8c5feafd24f065764e62fd0bc426d32da4e4c11c5481b0da42290c5d9548ef55" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/smart_open-7.5.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:34Z, size = 65078, hashes = { sha256 = "6c079ca0cc9e41e317d0f292b9b7dbf076c5b73ce370bdbb6c3c704e8e4c8d08" } }] [[packages]] name = "smmap" version = "5.0.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/smmap-5.0.3-8-py3-none-any.whl", upload-time = 2026-03-09T12:11:51Z, size = 25275, hashes = { sha256 = "96b720eff495d2783b1d9498583f4fb53dc417915bcb93e6f0a4468d9c1ceb45" } }] - -[[packages]] -name = "sniffio" -version = "1.3.1" -marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sniffio-1.3.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:48Z, size = 11188, hashes = { sha256 = "fad4751f6153368d08be920f4c1951ec1e0eef3bbc6e4270b115ec088aaa663b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/smmap-5.0.3-8-py3-none-any.whl", upload-time = 2026-03-09T12:11:51Z, size = 25275, hashes = { sha256 = "96b720eff495d2783b1d9498583f4fb53dc417915bcb93e6f0a4468d9c1ceb45" } }] [[packages]] name = "snowballstemmer" version = "3.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/snowballstemmer-3.0.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:52Z, size = 104273, hashes = { sha256 = "e0334812c5d14f9a8f65fc64234c5a3ada28e53f0fed50425c9d9c1c2b845407" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/snowballstemmer-3.0.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:52Z, size = 104273, hashes = { sha256 = "e0334812c5d14f9a8f65fc64234c5a3ada28e53f0fed50425c9d9c1c2b845407" } }] [[packages]] name = "soupsieve" version = "2.8.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/soupsieve-2.8.3-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:22Z, size = 38088, hashes = { sha256 = "987ad6425bd46a93d5daf2a7bb0fb7d2785999fb5f91412bd692bfb46080da47" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/soupsieve-2.8.3-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:22Z, size = 38088, hashes = { sha256 = "987ad6425bd46a93d5daf2a7bb0fb7d2785999fb5f91412bd692bfb46080da47" } }] [[packages]] name = "speculators" -version = "0.5.0" +version = "0.4.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/speculators-0.5.0-8-py3-none-any.whl", upload-time = 2026-04-24T23:11:12Z, size = 113370, hashes = { sha256 = "1180e8bc87852cf15ac11d7fbae9d5a413d029c92d740295b7abdfa0d09e6611" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/speculators-0.4.0.1-8-py3-none-any.whl", upload-time = 2026-03-26T15:40:06Z, size = 106211, hashes = { sha256 = "f15bb1e5922ce843dee4b58b54a6aad37ae5c4d2040d489a2c945a72a64255a8" } }] [[packages]] name = "sqlalchemy" version = "2.0.49" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sqlalchemy-2.0.49-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-06T16:56:43Z, size = 3092961, hashes = { sha256 = "514a22b37c7c3792c8841fb70fac0dfa9ac613a82a9da09cdb15bda18d6a8c1a" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sqlalchemy-2.0.49-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-06T16:47:10Z, size = 3119626, hashes = { sha256 = "183667994440c0b9f64c9200e5604a9a1e9a9b8b3652d562ee8b80e3425d38c2" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sqlalchemy-2.0.49-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-06T16:56:43Z, size = 3092961, hashes = { sha256 = "514a22b37c7c3792c8841fb70fac0dfa9ac613a82a9da09cdb15bda18d6a8c1a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sqlalchemy-2.0.49-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-06T16:47:10Z, size = 3119626, hashes = { sha256 = "183667994440c0b9f64c9200e5604a9a1e9a9b8b3652d562ee8b80e3425d38c2" } }, ] [[packages]] name = "sqlitedict" version = "2.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sqlitedict-2.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:19Z, size = 17916, hashes = { sha256 = "f47329c9f87e923ec756a5222e6575b4b9b1a148a229e452a239e7e1ff3c9473" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sqlitedict-2.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:19Z, size = 17916, hashes = { sha256 = "f47329c9f87e923ec756a5222e6575b4b9b1a148a229e452a239e7e1ff3c9473" } }] [[packages]] name = "sqlparse" version = "0.5.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sqlparse-0.5.5-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:01Z, size = 47042, hashes = { sha256 = "76a002e63dfd611b8518e71bb36d750ed99d052a1c29a0134c269cf8a5a6301d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sqlparse-0.5.5-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:01Z, size = 47042, hashes = { sha256 = "76a002e63dfd611b8518e71bb36d750ed99d052a1c29a0134c269cf8a5a6301d" } }] [[packages]] name = "stack-data" version = "0.6.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/stack_data-0.6.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:41Z, size = 25644, hashes = { sha256 = "beac96bba94edc29fce151f456ce2b0fc584a8bb0c51527f8c8bf8e15b3804eb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/stack_data-0.6.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:41Z, size = 25644, hashes = { sha256 = "beac96bba94edc29fce151f456ce2b0fc584a8bb0c51527f8c8bf8e15b3804eb" } }] [[packages]] name = "starlette" version = "1.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/starlette-1.0.0-8-py3-none-any.whl", upload-time = 2026-03-23T00:31:36Z, size = 73563, hashes = { sha256 = "68ebcc60140e698200da51f595a084824b576e1427557f66eb735ab49f011133" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/starlette-1.0.0-8-py3-none-any.whl", upload-time = 2026-03-23T00:31:36Z, size = 73563, hashes = { sha256 = "68ebcc60140e698200da51f595a084824b576e1427557f66eb735ab49f011133" } }] [[packages]] name = "sympy" version = "1.14.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sympy-1.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:07Z, size = 6300241, hashes = { sha256 = "182d1756cceac22533af3b7c5003f96590df6e014e1e2e1965296293967fb114" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sympy-1.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:07Z, size = 6300241, hashes = { sha256 = "182d1756cceac22533af3b7c5003f96590df6e014e1e2e1965296293967fb114" } }] [[packages]] name = "tabledata" version = "1.3.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tabledata-1.3.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:34Z, size = 12849, hashes = { sha256 = "3a8772147e3b592ff03551c98bfa9e5498b227fc4cae0bb0f5e8bd0cd35fc91f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tabledata-1.3.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:34Z, size = 12849, hashes = { sha256 = "3a8772147e3b592ff03551c98bfa9e5498b227fc4cae0bb0f5e8bd0cd35fc91f" } }] [[packages]] name = "tabulate" version = "0.10.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tabulate-0.10.0-8-py3-none-any.whl", upload-time = 2026-03-05T01:31:49Z, size = 40600, hashes = { sha256 = "b8f6b047144fc72428f05ef7715ea851ddc3445f7bf86f2d3ee0e5a3f06f4186" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tabulate-0.10.0-8-py3-none-any.whl", upload-time = 2026-03-05T01:31:49Z, size = 40600, hashes = { sha256 = "b8f6b047144fc72428f05ef7715ea851ddc3445f7bf86f2d3ee0e5a3f06f4186" } }] [[packages]] name = "tcolorpy" version = "0.1.7" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tcolorpy-0.1.7-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:23Z, size = 9107, hashes = { sha256 = "bd0f171c326f150b2abadd0a86f343805da0f1155795e98e98c721c231437733" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tcolorpy-0.1.7-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:23Z, size = 9107, hashes = { sha256 = "bd0f171c326f150b2abadd0a86f343805da0f1155795e98e98c721c231437733" } }] [[packages]] name = "tenacity" version = "8.5.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tenacity-8.5.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:35Z, size = 29241, hashes = { sha256 = "998756c5d482cb42a317cfe2c46e33e95ba90df974ae2d33d39fea3981a602df" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tenacity-8.5.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:35Z, size = 29241, hashes = { sha256 = "998756c5d482cb42a317cfe2c46e33e95ba90df974ae2d33d39fea3981a602df" } }] [[packages]] name = "tensorboard" version = "2.20.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tensorboard-2.20.0-py3-none-any.whl", upload-time = 2025-10-18T17:11:30Z, size = 5525680, hashes = { sha256 = "9dc9f978cb84c0723acf9a345d96c184f0293d18f166bb8d59ee098e6cfaaba6" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tensorboard-2.20.0-py3-none-any.whl", upload-time = 2025-10-18T17:11:30Z, size = 5525680, hashes = { sha256 = "9dc9f978cb84c0723acf9a345d96c184f0293d18f166bb8d59ee098e6cfaaba6" } }] [[packages]] name = "tensorboard-data-server" version = "0.7.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tensorboard_data_server-0.7.2-py3-none-any.whl", upload-time = 2025-10-18T17:10:41Z, size = 2356, hashes = { sha256 = "7e0610d205889588983836ec05dc098e80f97b7e7bbff7e994ebb78f578d0ddb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tensorboard_data_server-0.7.2-py3-none-any.whl", upload-time = 2025-10-18T17:10:41Z, size = 2356, hashes = { sha256 = "7e0610d205889588983836ec05dc098e80f97b7e7bbff7e994ebb78f578d0ddb" } }] [[packages]] name = "termcolor" version = "3.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/termcolor-3.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:32Z, size = 8661, hashes = { sha256 = "a32f4e4de26b0149d66a99e9bf6bf395ca0d7ef63207baa77c1a78bdebba3ad0" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/termcolor-3.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:32Z, size = 8661, hashes = { sha256 = "a32f4e4de26b0149d66a99e9bf6bf395ca0d7ef63207baa77c1a78bdebba3ad0" } }] [[packages]] name = "terminado" version = "0.18.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/terminado-0.18.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:46Z, size = 15081, hashes = { sha256 = "e40d9c5f17049f661cfd19bf49ffdff5a5df722b355ea175d877676babaf6882" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/terminado-0.18.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:46Z, size = 15081, hashes = { sha256 = "e40d9c5f17049f661cfd19bf49ffdff5a5df722b355ea175d877676babaf6882" } }] [[packages]] name = "threadpoolctl" version = "3.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/threadpoolctl-3.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:22Z, size = 19622, hashes = { sha256 = "7bc8fab3188832544d99739a3d1351dedeb7f088bf7d2c6c711825ebe0028c75" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/threadpoolctl-3.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:22Z, size = 19622, hashes = { sha256 = "7bc8fab3188832544d99739a3d1351dedeb7f088bf7d2c6c711825ebe0028c75" } }] [[packages]] name = "tinycss2" version = "1.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tinycss2-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:39Z, size = 27594, hashes = { sha256 = "213a663d5b05d099e7e5756a03ffc06cd7355117706e1b4af00ab882ae575896" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tinycss2-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:39Z, size = 27594, hashes = { sha256 = "213a663d5b05d099e7e5756a03ffc06cd7355117706e1b4af00ab882ae575896" } }] [[packages]] name = "tokenizers" version = "0.22.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tokenizers-0.22.2-8-cp39-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:52:20Z, size = 3227518, hashes = { sha256 = "f0b2e420a3968f2bf4106a4a3cd556bd0db55403d93ea8e9efa9fae97a67c660" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tokenizers-0.22.2-8-cp39-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:17:15Z, size = 3315200, hashes = { sha256 = "cc0643110fef97b5d8cf9c0df95058348869419ad7dcba72ff3ac6197d7ec7ff" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tokenizers-0.22.2-8-cp39-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:52:20Z, size = 3227518, hashes = { sha256 = "f0b2e420a3968f2bf4106a4a3cd556bd0db55403d93ea8e9efa9fae97a67c660" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tokenizers-0.22.2-8-cp39-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:17:15Z, size = 3315200, hashes = { sha256 = "cc0643110fef97b5d8cf9c0df95058348869419ad7dcba72ff3ac6197d7ec7ff" } }, ] [[packages]] name = "toml" version = "0.10.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/toml-0.10.2-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:19Z, size = 19679, hashes = { sha256 = "29482468f7c7269b5a43e47848ec58abd98ed98b894e8c45c8d77430a72767df" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/toml-0.10.2-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:19Z, size = 19679, hashes = { sha256 = "29482468f7c7269b5a43e47848ec58abd98ed98b894e8c45c8d77430a72767df" } }] [[packages]] name = "tomlkit" version = "0.14.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tomlkit-0.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:17Z, size = 40231, hashes = { sha256 = "22885363c40ceee5b589936050fa3c3d1fa340af08baee404251d9bb59b0a398" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tomlkit-0.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:17Z, size = 40231, hashes = { sha256 = "22885363c40ceee5b589936050fa3c3d1fa340af08baee404251d9bb59b0a398" } }] [[packages]] name = "toolz" version = "1.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/toolz-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:51Z, size = 58996, hashes = { sha256 = "bd7bca0acff07b07453469e7ab162c5d925e326be756e31860a678fb33a6607d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/toolz-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:51Z, size = 58996, hashes = { sha256 = "bd7bca0acff07b07453469e7ab162c5d925e326be756e31860a678fb33a6607d" } }] [[packages]] name = "torch" version = "2.10.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-13-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-09T15:50:06Z, size = 1434311678, hashes = { sha256 = "abd7780bb000e26395789aaaf35ff44e7fc5eb4d18dc376a143dcf945273cf58" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-13-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-09T16:41:49Z, size = 1470596493, hashes = { sha256 = "23c50f2d26ebedd2e85e425acbfd3a7e38b7021877c454e7c88f51efad5f430c" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-14-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-24T03:51:10Z, size = 1434309202, hashes = { sha256 = "5a6ad14acb331b550d50da37d3d70df70ecfaefce5b316dd021f89745ef5bbde" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-14-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-24T04:36:02Z, size = 1470599502, hashes = { sha256 = "4c6cdcb47ab9c85dc9ceb2b15700463d511a40458027bff8bf4adf9cafdec398" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/torch-2.10.0-13-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-09T15:50:06Z, size = 1434311678, hashes = { sha256 = "abd7780bb000e26395789aaaf35ff44e7fc5eb4d18dc376a143dcf945273cf58" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/torch-2.10.0-13-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-09T16:41:49Z, size = 1470596493, hashes = { sha256 = "23c50f2d26ebedd2e85e425acbfd3a7e38b7021877c454e7c88f51efad5f430c" } }, ] [[packages]] @@ -2090,8 +2067,8 @@ name = "torchvision" version = "0.25.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torchvision-0.25.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-13T14:39:33Z, size = 5397818, hashes = { sha256 = "95887ac3bdca85dabf50c6bdb4a8ea5300617dde444764f0ded181f4192ae4b8" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torchvision-0.25.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-13T14:35:56Z, size = 5430320, hashes = { sha256 = "cbe480a8bdd0b48432de99920ab344580154f49af7beeebcab32db472c5a1121" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/torchvision-0.25.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-13T14:39:33Z, size = 5397818, hashes = { sha256 = "95887ac3bdca85dabf50c6bdb4a8ea5300617dde444764f0ded181f4192ae4b8" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/torchvision-0.25.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-13T14:35:56Z, size = 5430320, hashes = { sha256 = "cbe480a8bdd0b48432de99920ab344580154f49af7beeebcab32db472c5a1121" } }, ] [[packages]] @@ -2099,268 +2076,268 @@ name = "tornado" version = "6.5.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tornado-6.5.5-8-cp39-abi3-linux_aarch64.whl", upload-time = 2026-03-11T00:33:59Z, size = 447819, hashes = { sha256 = "fea56090c88ce165278058f9a431c49f129a2eaed5817547bcb9d63becda37e3" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tornado-6.5.5-8-cp39-abi3-linux_x86_64.whl", upload-time = 2026-03-11T00:32:29Z, size = 447344, hashes = { sha256 = "5b0f3371f487e8e35c146695925dec4657670e5b70817ca77df539a2d447144f" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tornado-6.5.5-8-cp39-abi3-linux_aarch64.whl", upload-time = 2026-03-11T00:33:59Z, size = 447819, hashes = { sha256 = "fea56090c88ce165278058f9a431c49f129a2eaed5817547bcb9d63becda37e3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tornado-6.5.5-8-cp39-abi3-linux_x86_64.whl", upload-time = 2026-03-11T00:32:29Z, size = 447344, hashes = { sha256 = "5b0f3371f487e8e35c146695925dec4657670e5b70817ca77df539a2d447144f" } }, ] [[packages]] name = "tqdm" version = "4.67.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tqdm-4.67.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:35Z, size = 79517, hashes = { sha256 = "56c2221a9d95c57e4800b9cba9915e923b86018fa21b1d211793024123b44f81" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tqdm-4.67.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:35Z, size = 79517, hashes = { sha256 = "56c2221a9d95c57e4800b9cba9915e923b86018fa21b1d211793024123b44f81" } }] [[packages]] name = "traitlets" version = "5.14.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/traitlets-5.14.3-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:26Z, size = 86284, hashes = { sha256 = "a2d24fe1a2f07a56e455fa0ed03ac50b40727ea43e99f63938509cff3d535cca" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/traitlets-5.14.3-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:26Z, size = 86284, hashes = { sha256 = "a2d24fe1a2f07a56e455fa0ed03ac50b40727ea43e99f63938509cff3d535cca" } }] [[packages]] name = "transformers" version = "4.57.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/transformers-4.57.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:41Z, size = 11994442, hashes = { sha256 = "7aae03d8aa555cbdf947c07840cd6394f23dd1aa89de14ca64610b80133a3777" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/transformers-4.57.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:41Z, size = 11994442, hashes = { sha256 = "7aae03d8aa555cbdf947c07840cd6394f23dd1aa89de14ca64610b80133a3777" } }] [[packages]] name = "triton" version = "3.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/triton-3.6.0-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-09T15:50:33Z, size = 269659654, hashes = { sha256 = "352099157c069c719395f3570094133418d7f9575214d6738127db39b1334b6d" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/triton-3.6.0-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-09T16:40:53Z, size = 273286344, hashes = { sha256 = "d3d9eb98ef6e39462b6f21da180953f95350f50c01b80567a665816159d74f4d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/triton-3.6.0-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-09T15:50:33Z, size = 269659654, hashes = { sha256 = "352099157c069c719395f3570094133418d7f9575214d6738127db39b1334b6d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/triton-3.6.0-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-09T16:40:53Z, size = 273286344, hashes = { sha256 = "d3d9eb98ef6e39462b6f21da180953f95350f50c01b80567a665816159d74f4d" } }, ] [[packages]] name = "typeguard" version = "4.5.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typeguard-4.5.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:19Z, size = 37674, hashes = { sha256 = "7f9cb3f830ddd39942094d8637c95de26159a3b64521655813f928c9ca23148a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typeguard-4.5.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:19Z, size = 37674, hashes = { sha256 = "7f9cb3f830ddd39942094d8637c95de26159a3b64521655813f928c9ca23148a" } }] [[packages]] name = "typepy" version = "1.3.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typepy-1.3.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:23Z, size = 32459, hashes = { sha256 = "d990f0ba9768bb9bf853adcd80d93406d494e18e6d150ea0953d7ed422eb2072" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typepy-1.3.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:23Z, size = 32459, hashes = { sha256 = "d990f0ba9768bb9bf853adcd80d93406d494e18e6d150ea0953d7ed422eb2072" } }] [[packages]] name = "typer" version = "0.21.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typer-0.21.2-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:01Z, size = 57616, hashes = { sha256 = "a21a9ea57a44efafa7e6b174a199c902d42ff7f3237e5e243270e9f8d7c2a5e1" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typer-0.21.2-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:01Z, size = 57616, hashes = { sha256 = "a21a9ea57a44efafa7e6b174a199c902d42ff7f3237e5e243270e9f8d7c2a5e1" } }] [[packages]] name = "typing-extensions" version = "4.15.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typing_extensions-4.15.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:37Z, size = 45637, hashes = { sha256 = "c8049b6230657cc878c17ba7f6c55569599c6f7cb3a6f60c611c8d3a233e108b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typing_extensions-4.15.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:37Z, size = 45637, hashes = { sha256 = "c8049b6230657cc878c17ba7f6c55569599c6f7cb3a6f60c611c8d3a233e108b" } }] [[packages]] name = "typing-inspection" version = "0.4.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typing_inspection-0.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:33Z, size = 15593, hashes = { sha256 = "2cc4050a877d28bd16874b46c398231c2a3604ade11d9a92655d7c7b9478ca49" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typing_inspection-0.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:33Z, size = 15593, hashes = { sha256 = "2cc4050a877d28bd16874b46c398231c2a3604ade11d9a92655d7c7b9478ca49" } }] [[packages]] name = "tzdata" -version = "2026.2" +version = "2026.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tzdata-2026.2-8-py2.py3-none-any.whl", upload-time = 2026-04-24T23:06:24Z, size = 350226, hashes = { sha256 = "e80791a89ea26c35563535bc5a2f11974bbccbf7e20edf7c921b60fa4b9a464e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tzdata-2026.1-8-py2.py3-none-any.whl", upload-time = 2026-04-06T16:46:38Z, size = 349856, hashes = { sha256 = "80bfbd7f4a68cfe74cce3e6e13334d9a8c9070c9daeefc0f28e17b0788c74d28" } }] [[packages]] name = "ujson" version = "5.12.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ujson-5.12.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-12T00:34:27Z, size = 50247, hashes = { sha256 = "ba8132279f8e9a5be43587e0386055be660dc323d206eb23fac26d1ccea9bec5" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ujson-5.12.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-12T00:34:50Z, size = 52261, hashes = { sha256 = "18df12100ffd4b45bc091d77266854b184d6b06ffb952bc4f763a4b5f3835df1" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ujson-5.12.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-12T00:34:27Z, size = 50247, hashes = { sha256 = "ba8132279f8e9a5be43587e0386055be660dc323d206eb23fac26d1ccea9bec5" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ujson-5.12.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-12T00:34:50Z, size = 52261, hashes = { sha256 = "18df12100ffd4b45bc091d77266854b184d6b06ffb952bc4f763a4b5f3835df1" } }, ] [[packages]] name = "uri-template" version = "1.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uri_template-1.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:53Z, size = 12152, hashes = { sha256 = "15dd9c4aac03ab19bd717c2637c0fb389b6693ffd0df7cfa6e882fceb1dfba1c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uri_template-1.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:53Z, size = 12152, hashes = { sha256 = "15dd9c4aac03ab19bd717c2637c0fb389b6693ffd0df7cfa6e882fceb1dfba1c" } }] [[packages]] name = "urllib3" version = "2.6.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/urllib3-2.6.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:43Z, size = 132529, hashes = { sha256 = "36b25c499a82ab870d38c2f21328bf3a08fa8e06efe628331aec1a7d279f9be5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/urllib3-2.6.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:43Z, size = 132529, hashes = { sha256 = "36b25c499a82ab870d38c2f21328bf3a08fa8e06efe628331aec1a7d279f9be5" } }] [[packages]] name = "uv" -version = "0.11.7" +version = "0.11.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uv-0.11.7-8-py3-none-linux_aarch64.whl", upload-time = 2026-04-16T16:12:17Z, size = 22709463, hashes = { sha256 = "dff77a268288cd08aa5283e34ccca337db24900ac13dc6cc60315b085c8c509b" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uv-0.11.7-8-py3-none-linux_x86_64.whl", upload-time = 2026-04-16T17:51:29Z, size = 24272413, hashes = { sha256 = "211c62967815082eb6f1ff7357b57750f2c774f9494cbd4484f7758e16fed293" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uv-0.11.3-8-py3-none-linux_aarch64.whl", upload-time = 2026-04-02T00:36:52Z, size = 22471676, hashes = { sha256 = "5c3c53f28d56a8421e60ea8451e6d4e1627ceae385e810ec7bf02cf79431aeb1" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uv-0.11.3-8-py3-none-linux_x86_64.whl", upload-time = 2026-04-02T00:36:12Z, size = 24029663, hashes = { sha256 = "a8296fadbb1a2b08438bf24b633e792340e9d20877c7487d728ff5bd4267175a" } }, ] [[packages]] name = "uvicorn" version = "0.34.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uvicorn-0.34.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:36Z, size = 63383, hashes = { sha256 = "9ce7cfbcd34d9e8963dafdb2bbe44697afd895c9f2e8e76dab0d5c6fa874bde7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uvicorn-0.34.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:36Z, size = 63383, hashes = { sha256 = "9ce7cfbcd34d9e8963dafdb2bbe44697afd895c9f2e8e76dab0d5c6fa874bde7" } }] [[packages]] name = "uvicorn-worker" version = "0.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uvicorn_worker-0.3.0-9-py3-none-any.whl", upload-time = 2026-02-23T23:52:26Z, size = 6491, hashes = { sha256 = "ada69de1373016106ca023ad4ad5be518a7c575ea7b69522f28619d10420e265" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uvicorn_worker-0.3.0-9-py3-none-any.whl", upload-time = 2026-02-23T23:52:26Z, size = 6491, hashes = { sha256 = "ada69de1373016106ca023ad4ad5be518a7c575ea7b69522f28619d10420e265" } }] [[packages]] name = "uvloop" version = "0.22.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uvloop-0.22.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:29Z, size = 4042450, hashes = { sha256 = "7b68e223b8adffc1493469b998721ad8ad1c5141fea72eb105004c7d11b60019" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uvloop-0.22.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:29Z, size = 4227570, hashes = { sha256 = "5712e3b13e53fe2b0a4dd863d6a4c527441b8ddc81ddb2e57162e859164582f0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uvloop-0.22.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:29Z, size = 4042450, hashes = { sha256 = "7b68e223b8adffc1493469b998721ad8ad1c5141fea72eb105004c7d11b60019" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uvloop-0.22.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:29Z, size = 4227570, hashes = { sha256 = "5712e3b13e53fe2b0a4dd863d6a4c527441b8ddc81ddb2e57162e859164582f0" } }, ] [[packages]] name = "virtualenv" -version = "21.2.4" +version = "21.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/virtualenv-21.2.4-8-py3-none-any.whl", upload-time = 2026-04-15T10:42:28Z, size = 5832257, hashes = { sha256 = "e8bf5145f278f23c044415c7b67622690145a7ae7c6702fd5494a440a9edfe99" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/virtualenv-21.2.0-8-py3-none-any.whl", upload-time = 2026-03-09T18:13:16Z, size = 5826023, hashes = { sha256 = "1f4678b2917e9699e9dd2e4fc4b0855b0f5eb66163a4043387332bc49583b243" } }] [[packages]] name = "watchdog" version = "6.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/watchdog-6.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:22Z, size = 80099, hashes = { sha256 = "8d7e1a0dfba64355668b85d241db17a0e64af995820979cc68500563e00c4228" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/watchdog-6.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:22Z, size = 80099, hashes = { sha256 = "8d7e1a0dfba64355668b85d241db17a0e64af995820979cc68500563e00c4228" } }] [[packages]] name = "watchfiles" version = "1.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/watchfiles-1.1.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:33Z, size = 447962, hashes = { sha256 = "7ad231a7ee9fdcf6ce8db434acead9592d965628b8dfebdbd8f6684fcffbb090" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/watchfiles-1.1.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:06Z, size = 452333, hashes = { sha256 = "3f103a809f2b9a5b48aeffb3cc43f42beb39eafc86e7ace7f0d24bcccb13be47" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/watchfiles-1.1.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:33Z, size = 447962, hashes = { sha256 = "7ad231a7ee9fdcf6ce8db434acead9592d965628b8dfebdbd8f6684fcffbb090" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/watchfiles-1.1.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:06Z, size = 452333, hashes = { sha256 = "3f103a809f2b9a5b48aeffb3cc43f42beb39eafc86e7ace7f0d24bcccb13be47" } }, ] [[packages]] name = "wcwidth" version = "0.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/wcwidth-0.6.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:37Z, size = 95084, hashes = { sha256 = "d182742a4c27ed2029f84376ce336c3c483dc8d7589faaec0f3f01869f53d85c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/wcwidth-0.6.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:37Z, size = 95084, hashes = { sha256 = "d182742a4c27ed2029f84376ce336c3c483dc8d7589faaec0f3f01869f53d85c" } }] [[packages]] name = "webcolors" version = "25.10.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/webcolors-25.10.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:45Z, size = 15864, hashes = { sha256 = "aebaabfc9a15d922b887206963e054e4e013c8ae05c5afc3bf807a0851a29d0d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/webcolors-25.10.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:45Z, size = 15864, hashes = { sha256 = "aebaabfc9a15d922b887206963e054e4e013c8ae05c5afc3bf807a0851a29d0d" } }] [[packages]] name = "webencodings" version = "0.5.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/webencodings-0.5.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:52Z, size = 11336, hashes = { sha256 = "731d0bb2d9b791ae8ed0ec9acbbe2ff8aa2c145e3f51a8093c7fefb5089bcf3d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/webencodings-0.5.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:52Z, size = 11336, hashes = { sha256 = "731d0bb2d9b791ae8ed0ec9acbbe2ff8aa2c145e3f51a8093c7fefb5089bcf3d" } }] [[packages]] name = "websocket-client" version = "1.9.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/websocket_client-1.9.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:18Z, size = 83588, hashes = { sha256 = "d177d088137c167437c6198435cf5bef50efbbec9bba3aedfe7f8ca7e07e4713" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/websocket_client-1.9.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:18Z, size = 83588, hashes = { sha256 = "d177d088137c167437c6198435cf5bef50efbbec9bba3aedfe7f8ca7e07e4713" } }] [[packages]] name = "websockets" version = "16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/websockets-16.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:28Z, size = 185901, hashes = { sha256 = "1a95d351d9dafba51acc45bea4802661e2349efd58664a037d4b3a46091f24df" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/websockets-16.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:15Z, size = 185362, hashes = { sha256 = "8c1bcd10179f19abbad002f301dd0265be01b4626d140ab7674b66d1908381cd" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/websockets-16.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:28Z, size = 185901, hashes = { sha256 = "1a95d351d9dafba51acc45bea4802661e2349efd58664a037d4b3a46091f24df" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/websockets-16.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:15Z, size = 185362, hashes = { sha256 = "8c1bcd10179f19abbad002f301dd0265be01b4626d140ab7674b66d1908381cd" } }, ] [[packages]] name = "werkzeug" version = "3.1.8" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/werkzeug-3.1.8-8-py3-none-any.whl", upload-time = 2026-04-02T23:43:52Z, size = 227363, hashes = { sha256 = "f88c2aac49793705ee8e1c137e70ad3a3e49ec724333872a778db995f520c458" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/werkzeug-3.1.8-8-py3-none-any.whl", upload-time = 2026-04-02T23:43:52Z, size = 227363, hashes = { sha256 = "f88c2aac49793705ee8e1c137e70ad3a3e49ec724333872a778db995f520c458" } }] [[packages]] name = "whatthepatch" version = "1.0.7" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/whatthepatch-1.0.7-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:02Z, size = 12973, hashes = { sha256 = "bc82e1412113a07cc4f9522c1f26caf5191988f44eace04c337f86850917bf4e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/whatthepatch-1.0.7-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:02Z, size = 12973, hashes = { sha256 = "bc82e1412113a07cc4f9522c1f26caf5191988f44eace04c337f86850917bf4e" } }] [[packages]] name = "wheel" -version = "0.47.0" +version = "0.46.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/wheel-0.47.0-8-py3-none-any.whl", upload-time = 2026-04-23T00:21:02Z, size = 33144, hashes = { sha256 = "6d038a1150d71f3deff332b6c736057e35c7b04dcb225cb948a9c77923f4225c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/wheel-0.46.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:25:51Z, size = 31483, hashes = { sha256 = "a663910859d40dd7015ff0d83bdf3f46350b17676c55bb9effb8979258766bc6" } }] [[packages]] name = "widgetsnbextension" version = "4.0.15" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/widgetsnbextension-4.0.15-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:03Z, size = 2197543, hashes = { sha256 = "c4c54b572a5aa6038a02a2ace6433470bfafd903abcbffb3e742d0a03165bd05" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/widgetsnbextension-4.0.15-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:03Z, size = 2197543, hashes = { sha256 = "c4c54b572a5aa6038a02a2ace6433470bfafd903abcbffb3e742d0a03165bd05" } }] [[packages]] name = "word2number" version = "1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/word2number-1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:45Z, size = 6576, hashes = { sha256 = "f979195bab525c8fe4864321672f579d5b15bcf889cc72b535f521b2a602a1ce" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/word2number-1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:45Z, size = 6576, hashes = { sha256 = "f979195bab525c8fe4864321672f579d5b15bcf889cc72b535f521b2a602a1ce" } }] [[packages]] name = "wrapt" version = "2.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/wrapt-2.1.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-06T07:32:46Z, size = 119742, hashes = { sha256 = "ae69c246efc63abc147754029486ba186b46f40d844eebe6a0930fe0ca5d0d67" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/wrapt-2.1.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-06T07:31:23Z, size = 119124, hashes = { sha256 = "5794ce93e05ce512431194c4f0de2fd05216fd1c34a688956d77d3f45de34a04" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/wrapt-2.1.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-06T07:32:46Z, size = 119742, hashes = { sha256 = "ae69c246efc63abc147754029486ba186b46f40d844eebe6a0930fe0ca5d0d67" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/wrapt-2.1.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-06T07:31:23Z, size = 119124, hashes = { sha256 = "5794ce93e05ce512431194c4f0de2fd05216fd1c34a688956d77d3f45de34a04" } }, ] [[packages]] name = "xxhash" -version = "3.7.0" +version = "3.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/xxhash-3.7.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-26T00:22:21Z, size = 196560, hashes = { sha256 = "eb84a9530128eaaa344ae64a1cf8197725c1a5d03cc81db68f1319e44b2345ad" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/xxhash-3.7.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-26T00:20:31Z, size = 155112, hashes = { sha256 = "919a65752a2c06bc503c5a92357b6d69936cc33cf6a0af94c77198ba38a295fe" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/xxhash-3.6.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:51:55Z, size = 196502, hashes = { sha256 = "3ccee6ecd6fcceea3550838c388a5253bace6e4b99b9d1b7e0122990547bbd4c" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/xxhash-3.6.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:17:16Z, size = 155053, hashes = { sha256 = "0d71b1f9986c5759a65082fe28d45e2d61f2542e55b20ff63a0999429d044625" } }, ] [[packages]] name = "xyzservices" version = "2026.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/xyzservices-2026.3.0-8-py3-none-any.whl", upload-time = 2026-03-30T17:13:12Z, size = 95067, hashes = { sha256 = "7a4641e83ea240c2547ccfed3af0ee162b88e05ad663af462be00a07e818e224" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/xyzservices-2026.3.0-8-py3-none-any.whl", upload-time = 2026-03-30T17:13:12Z, size = 95067, hashes = { sha256 = "7a4641e83ea240c2547ccfed3af0ee162b88e05ad663af462be00a07e818e224" } }] [[packages]] name = "yapf" version = "0.43.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yapf-0.43.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:39Z, size = 257089, hashes = { sha256 = "3ff69d4dad67c90eee8d0dee75492464e8e164949ee8839075cfc33986e0ba40" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yapf-0.43.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:39Z, size = 257089, hashes = { sha256 = "3ff69d4dad67c90eee8d0dee75492464e8e164949ee8839075cfc33986e0ba40" } }] [[packages]] name = "yarl" version = "1.23.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yarl-1.23.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-02T01:21:45Z, size = 97664, hashes = { sha256 = "38fe3a72af8e5a190d58d09bb05c4be78d7339a0cb0e73b9a9d779145f04894b" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yarl-1.23.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-02T01:21:14Z, size = 98577, hashes = { sha256 = "855f06d0f5857b3e57b2c7ccf1a810c57506ed230ab20bc212e30a5c8b4e39a1" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yarl-1.23.0-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-19T05:57:01Z, size = 92151, hashes = { sha256 = "09099d745e3d3e73a8fffa1d10b0fada9b74fcf13f9f85f5f8f4a42a697d72b7" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yarl-1.23.0-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-19T05:57:53Z, size = 93980, hashes = { sha256 = "daa4cca81ef6295f546694bb4cf7dd8256de4f731008f20e06dc888db128536c" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yarl-1.23.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-02T01:21:45Z, size = 97664, hashes = { sha256 = "38fe3a72af8e5a190d58d09bb05c4be78d7339a0cb0e73b9a9d779145f04894b" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yarl-1.23.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-02T01:21:14Z, size = 98577, hashes = { sha256 = "855f06d0f5857b3e57b2c7ccf1a810c57506ed230ab20bc212e30a5c8b4e39a1" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yarl-1.23.0-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-19T05:57:01Z, size = 92151, hashes = { sha256 = "09099d745e3d3e73a8fffa1d10b0fada9b74fcf13f9f85f5f8f4a42a697d72b7" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yarl-1.23.0-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-19T05:57:53Z, size = 93980, hashes = { sha256 = "daa4cca81ef6295f546694bb4cf7dd8256de4f731008f20e06dc888db128536c" } }, ] [[packages]] name = "yaspin" version = "3.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yaspin-3.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:31Z, size = 22717, hashes = { sha256 = "b404ccb9f47524168407972f5e745be4953bc3370e316c6d46b783a58ec5526f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yaspin-3.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:31Z, size = 22717, hashes = { sha256 = "b404ccb9f47524168407972f5e745be4953bc3370e316c6d46b783a58ec5526f" } }] [[packages]] name = "zipp" -version = "3.23.1" +version = "3.23.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/zipp-3.23.1-8-py3-none-any.whl", upload-time = 2026-04-14T00:32:37Z, size = 11297, hashes = { sha256 = "dcfbaafc1aa417e0accea3c52cade79f924f8ad35fa79dadfe0b75007a4dda57" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/zipp-3.23.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:25Z, size = 11192, hashes = { sha256 = "84049a90af34d0bcc5ea67bab1277231b59bbdaebce06a464e4ee812b37221fb" } }] [[packages]] name = "zstandard" version = "0.25.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/zstandard-0.25.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:16Z, size = 4004333, hashes = { sha256 = "8815e2d8adb7a15919fae2091bd593b83a5e8b71e604f8b4e0c1803259f7bba5" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/zstandard-0.25.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:01Z, size = 4317359, hashes = { sha256 = "a5b290bf39ae4f25be85cec34f8b3016d76abd044ad4c9306074941d7bdc6557" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/zstandard-0.25.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:16Z, size = 4004333, hashes = { sha256 = "8815e2d8adb7a15919fae2091bd593b83a5e8b71e604f8b4e0c1803259f7bba5" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/zstandard-0.25.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:01Z, size = 4317359, hashes = { sha256 = "a5b290bf39ae4f25be85cec34f8b3016d76abd044ad4c9306074941d7bdc6557" } }, ] # The following packages were excluded from the output: diff --git a/runtimes/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml b/runtimes/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml index 17cb44ef6a..7b3bc64b74 100644 --- a/runtimes/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml +++ b/runtimes/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file uv.lock.d/pylock.cuda.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --universal --no-annotate --no-emit-package odh-notebooks-meta-db-connectors-deps --no-emit-package odh-notebooks-meta-jupyterlab-datascience-deps --no-emit-package odh-notebooks-meta-jupyterlab-deps --no-emit-package odh-notebooks-meta-llmcompressor-deps --no-emit-package odh-notebooks-meta-runtime-elyra-deps --no-emit-package odh-notebooks-meta-runtime-datascience-deps --no-emit-package odh-notebooks-meta-workbench-datascience-deps --constraints ../../../dependencies/cve-constraints.txt --exclude-newer=2026-04-29T01:34:53Z --default-index=https://console.redhat.com/api/pypi/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/simple/?format=json +# uv pip compile pyproject.toml --output-file uv.lock.d/pylock.cuda.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --universal --no-annotate --no-emit-package odh-notebooks-meta-db-connectors-deps --no-emit-package odh-notebooks-meta-jupyterlab-datascience-deps --no-emit-package odh-notebooks-meta-jupyterlab-deps --no-emit-package odh-notebooks-meta-llmcompressor-deps --no-emit-package odh-notebooks-meta-runtime-elyra-deps --no-emit-package odh-notebooks-meta-runtime-datascience-deps --no-emit-package odh-notebooks-meta-workbench-datascience-deps --constraints ../../../dependencies/cve-constraints.txt --exclude-newer=2026-04-16T12:35:57Z --default-index=https://console.redhat.com/api/pypi/public-rhai/rhoai/3.4/cuda13.0-ubi9/simple/?format=json lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" @@ -8,405 +8,396 @@ requires-python = ">=3.12" name = "absl-py" version = "2.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/absl_py-2.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:37Z, size = 136656, hashes = { sha256 = "af1b772dab810743b3e84636793da476e184b4e9b2df2b96d7c27ac762520e95" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/absl_py-2.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:37Z, size = 136656, hashes = { sha256 = "af1b772dab810743b3e84636793da476e184b4e9b2df2b96d7c27ac762520e95" } }] [[packages]] name = "accelerate" version = "1.12.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/accelerate-1.12.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:28Z, size = 381894, hashes = { sha256 = "080d0a7b2ae95fc4f6ee347751ae94acccc8a73dae50ef13e23b26bf641d9c98" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/accelerate-1.12.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:28Z, size = 381894, hashes = { sha256 = "080d0a7b2ae95fc4f6ee347751ae94acccc8a73dae50ef13e23b26bf641d9c98" } }] [[packages]] name = "aiohappyeyeballs" version = "2.6.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/aiohappyeyeballs-2.6.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:04Z, size = 16275, hashes = { sha256 = "5d9de996cc5c9d09eadc8ab3a527b1032536ecd43f5c7e676bb677f6f62e8829" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/aiohappyeyeballs-2.6.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:04Z, size = 16275, hashes = { sha256 = "5d9de996cc5c9d09eadc8ab3a527b1032536ecd43f5c7e676bb677f6f62e8829" } }] [[packages]] name = "aiohttp" version = "3.13.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/aiohttp-3.13.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T00:24:31Z, size = 1642895, hashes = { sha256 = "0d2aa71ace82a9a27ce270e675e5a6c9cb07e8fee6b44c8ded0d81e06f0a4fff" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/aiohttp-3.13.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T00:25:13Z, size = 1676175, hashes = { sha256 = "6581f88c234590ce929da49390a48054f6920245d28fb14ab4ae9a51b47c6751" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/aiohttp-3.13.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T00:24:31Z, size = 1642895, hashes = { sha256 = "0d2aa71ace82a9a27ce270e675e5a6c9cb07e8fee6b44c8ded0d81e06f0a4fff" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/aiohttp-3.13.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T00:25:13Z, size = 1676175, hashes = { sha256 = "6581f88c234590ce929da49390a48054f6920245d28fb14ab4ae9a51b47c6751" } }, ] [[packages]] name = "aiosignal" version = "1.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/aiosignal-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:05Z, size = 8405, hashes = { sha256 = "dc9ead1e00399132d9cea85a522aa270f31278e36bf3a46f9a9f0c27d22cb416" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/aiosignal-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:05Z, size = 8405, hashes = { sha256 = "dc9ead1e00399132d9cea85a522aa270f31278e36bf3a46f9a9f0c27d22cb416" } }] [[packages]] name = "alembic" version = "1.18.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/alembic-1.18.4-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:46Z, size = 265906, hashes = { sha256 = "1d235eb4a75d5fb1a46d91b9540d024e100f4da3685fdc97982a835e046b085d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/alembic-1.18.4-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:46Z, size = 265906, hashes = { sha256 = "1d235eb4a75d5fb1a46d91b9540d024e100f4da3685fdc97982a835e046b085d" } }] [[packages]] name = "annotated-doc" version = "0.0.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/annotated_doc-0.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:39Z, size = 6246, hashes = { sha256 = "d70593fd10d8cb2e34db2bfd7e16fd6ec75850b62d2f7bf5ae1df6920749cfb4" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/annotated_doc-0.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:39Z, size = 6246, hashes = { sha256 = "d70593fd10d8cb2e34db2bfd7e16fd6ec75850b62d2f7bf5ae1df6920749cfb4" } }] [[packages]] name = "annotated-types" version = "0.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/annotated_types-0.7.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:25:45Z, size = 14602, hashes = { sha256 = "eaa2dac699b34669e542ad0d0107320df25bb56191a93f0d1bfea0c8e0b58ac6" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/annotated_types-0.7.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:25:45Z, size = 14602, hashes = { sha256 = "eaa2dac699b34669e542ad0d0107320df25bb56191a93f0d1bfea0c8e0b58ac6" } }] [[packages]] name = "anyio" version = "4.13.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/anyio-4.13.0-8-py3-none-any.whl", upload-time = 2026-03-24T23:30:11Z, size = 115249, hashes = { sha256 = "9a056e8f030fe667ca2fecf68ee0f0a9b9318f06cb3bac19f7302028ab60800d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/anyio-4.13.0-8-py3-none-any.whl", upload-time = 2026-03-24T23:30:11Z, size = 115249, hashes = { sha256 = "9a056e8f030fe667ca2fecf68ee0f0a9b9318f06cb3bac19f7302028ab60800d" } }] [[packages]] name = "argon2-cffi" version = "25.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/argon2_cffi-25.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:41Z, size = 15775, hashes = { sha256 = "d835eca2aaae5d7dcf3b8bb7cce4040944461d3a17dcb970a6fe03aa99aaed70" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/argon2_cffi-25.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:41Z, size = 15775, hashes = { sha256 = "d835eca2aaae5d7dcf3b8bb7cce4040944461d3a17dcb970a6fe03aa99aaed70" } }] [[packages]] name = "argon2-cffi-bindings" version = "25.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/argon2_cffi_bindings-25.1.0-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:51:07Z, size = 82397, hashes = { sha256 = "9a1d7f23e90719d9b9ced2501895f1e76852b7f01b9086e5f4f283d77a0bd389" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/argon2_cffi_bindings-25.1.0-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:07:58Z, size = 86924, hashes = { sha256 = "69b32b2b855436e4e8fd676b0cb9c1cad006f6c87d56f509a605ddc460df3523" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/argon2_cffi_bindings-25.1.0-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:51:07Z, size = 82397, hashes = { sha256 = "9a1d7f23e90719d9b9ced2501895f1e76852b7f01b9086e5f4f283d77a0bd389" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/argon2_cffi_bindings-25.1.0-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:07:58Z, size = 86924, hashes = { sha256 = "69b32b2b855436e4e8fd676b0cb9c1cad006f6c87d56f509a605ddc460df3523" } }, ] [[packages]] name = "asttokens" version = "3.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/asttokens-3.0.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:52Z, size = 28094, hashes = { sha256 = "e714002e22582b4a1aa1b4aec10491869ec722446a7d975b9d0ca27723440621" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/asttokens-3.0.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:52Z, size = 28094, hashes = { sha256 = "e714002e22582b4a1aa1b4aec10491869ec722446a7d975b9d0ca27723440621" } }] [[packages]] name = "attrs" version = "26.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/attrs-26.1.0-8-py3-none-any.whl", upload-time = 2026-03-19T20:58:38Z, size = 68476, hashes = { sha256 = "3f4adf2e22ff7ba4644217c551caa81c6a546395d46ebaa77bfdee60e32b1f5b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/attrs-26.1.0-8-py3-none-any.whl", upload-time = 2026-03-19T20:58:38Z, size = 68476, hashes = { sha256 = "3f4adf2e22ff7ba4644217c551caa81c6a546395d46ebaa77bfdee60e32b1f5b" } }] [[packages]] name = "auto-round" version = "0.10.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/auto_round-0.10.2-8-py3-none-any.whl", upload-time = 2026-02-25T21:24:07Z, size = 564593, hashes = { sha256 = "856918eb16f008320d69d35de27a11c385b59779dfd1438dd62de42e8630dfb9" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/auto_round-0.10.2-8-py3-none-any.whl", upload-time = 2026-02-25T21:24:07Z, size = 564593, hashes = { sha256 = "856918eb16f008320d69d35de27a11c385b59779dfd1438dd62de42e8630dfb9" } }] [[packages]] name = "beautifulsoup4" version = "4.14.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/beautifulsoup4-4.14.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:03Z, size = 108675, hashes = { sha256 = "ba5364431983923fa796510cc70610d9e21f6c92f469e16230aa34016c32ffda" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/beautifulsoup4-4.14.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:03Z, size = 108675, hashes = { sha256 = "ba5364431983923fa796510cc70610d9e21f6c92f469e16230aa34016c32ffda" } }] [[packages]] name = "bigtree" version = "1.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/bigtree-1.4.0-8-py3-none-any.whl", upload-time = 2026-03-24T11:48:28Z, size = 118568, hashes = { sha256 = "247dd7938ad9b544e2e2d90c0ab33df43efe1b46974cd9cc048a970fe87148ac" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/bigtree-1.4.0-8-py3-none-any.whl", upload-time = 2026-03-24T11:48:28Z, size = 118568, hashes = { sha256 = "247dd7938ad9b544e2e2d90c0ab33df43efe1b46974cd9cc048a970fe87148ac" } }] [[packages]] name = "bleach" version = "6.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/bleach-6.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:06Z, size = 165329, hashes = { sha256 = "4481fbde86076cc180511d11e201e4d69376553f13b40edb862d9dc9404e65f0" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/bleach-6.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:06Z, size = 165329, hashes = { sha256 = "4481fbde86076cc180511d11e201e4d69376553f13b40edb862d9dc9404e65f0" } }] [[packages]] name = "blinker" version = "1.9.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/blinker-1.9.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:02Z, size = 9399, hashes = { sha256 = "5ff23a8464fd7a59c93f1b7ef03dc948abd4a48ccc3b966695ace12136b46ddf" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/blinker-1.9.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:02Z, size = 9399, hashes = { sha256 = "5ff23a8464fd7a59c93f1b7ef03dc948abd4a48ccc3b966695ace12136b46ddf" } }] [[packages]] name = "boto3" -version = "1.42.97" +version = "1.42.84" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/boto3-1.42.97-8-py3-none-any.whl", upload-time = 2026-04-28T00:33:32Z, size = 141547, hashes = { sha256 = "b0951f7ab044f8365b8db38976613d559d97e68ae458643c014ac42149e6f9a0" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/boto3-1.42.84-8-py3-none-any.whl", upload-time = 2026-04-07T00:31:14Z, size = 141549, hashes = { sha256 = "e02db36e72cf9c5a640f1dd4c3eaabfd91af242bdd9490ca7c2193f4d39784ab" } }] [[packages]] name = "botocore" -version = "1.42.97" +version = "1.42.84" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/botocore-1.42.97-8-py3-none-any.whl", upload-time = 2026-04-28T00:24:53Z, size = 14916261, hashes = { sha256 = "1552360f1323dca810684c52044200fe009ad9b3fdc8f16c1d765db7cb314358" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/botocore-1.42.84-8-py3-none-any.whl", upload-time = 2026-04-07T00:22:55Z, size = 14793399, hashes = { sha256 = "f07205e5435b16904ed4b9a161470dd479177d4e1991f7b9f5689a80050d2b33" } }] [[packages]] name = "cachetools" -version = "7.0.6" +version = "7.0.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cachetools-7.0.6-8-py3-none-any.whl", upload-time = 2026-04-21T00:33:32Z, size = 14934, hashes = { sha256 = "fec79eb752cab7683cb0d34ba34107453f5309628c16774b9636dc7c6812ffcb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cachetools-7.0.5-8-py3-none-any.whl", upload-time = 2026-03-10T00:51:12Z, size = 14879, hashes = { sha256 = "500990b0b298f99f9ead78ca607e9e2af5c6eb631807f39f4dcff86728ae28f9" } }] [[packages]] name = "certifi" -version = "2026.4.22" +version = "2026.2.25" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/certifi-2026.4.22-8-py3-none-any.whl", upload-time = 2026-04-23T00:20:59Z, size = 4775, hashes = { sha256 = "1313539cae07cfc87cec7160420ea68eed92ce2323d921d347b3768ee019e8cf" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/certifi-2026.2.25-8-py3-none-any.whl", upload-time = 2026-02-25T21:25:25Z, size = 4776, hashes = { sha256 = "21e39b1e7d9cf0b5cb448a8a34ce4dc416e90e410df943ee4d2c258352cdac7b" } }] [[packages]] name = "cffi" version = "2.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cffi-2.0.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:00Z, size = 417071, hashes = { sha256 = "e5f30934094d0647d079f4acc39087dd0ecf773e30859950694fc37a71e1ee50" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cffi-2.0.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:22Z, size = 414451, hashes = { sha256 = "b1cdb7b6399f4316d8b0800b627298d1ba10e4e2863c18fe7128e788fa8d81b2" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cffi-2.0.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:00Z, size = 417071, hashes = { sha256 = "e5f30934094d0647d079f4acc39087dd0ecf773e30859950694fc37a71e1ee50" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cffi-2.0.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:22Z, size = 414451, hashes = { sha256 = "b1cdb7b6399f4316d8b0800b627298d1ba10e4e2863c18fe7128e788fa8d81b2" } }, ] [[packages]] name = "chardet" version = "5.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/chardet-5.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:11Z, size = 200312, hashes = { sha256 = "e8b9ed32f4f99fe73de64e1d711f21fe792fb214b4e490abc3f9f004036c30db" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/chardet-5.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:11Z, size = 200312, hashes = { sha256 = "e8b9ed32f4f99fe73de64e1d711f21fe792fb214b4e490abc3f9f004036c30db" } }] [[packages]] name = "charset-normalizer" version = "3.4.7" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/charset_normalizer-3.4.7-8-py3-none-any.whl", upload-time = 2026-04-02T15:22:09Z, size = 62949, hashes = { sha256 = "00debc5f0c70318d0da4f0850d4691ebff94280f39e99de806f15496f370ba01" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/charset_normalizer-3.4.7-8-py3-none-any.whl", upload-time = 2026-04-02T15:22:09Z, size = 62949, hashes = { sha256 = "00debc5f0c70318d0da4f0850d4691ebff94280f39e99de806f15496f370ba01" } }] [[packages]] name = "click" -version = "8.3.3" +version = "8.3.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/click-8.3.3-8-py3-none-any.whl", upload-time = 2026-04-23T00:20:40Z, size = 111388, hashes = { sha256 = "7f12918ea272cb6f9bbaf9aaefedc60d4850b9f2cf0a990c69cfe1a4db6b4aae" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/click-8.3.2-8-py3-none-any.whl", upload-time = 2026-04-06T16:46:09Z, size = 109265, hashes = { sha256 = "83683be94a29bf745324d2aeefa7f467dbb11e978143a01a44d0fb635fe3387c" } }] [[packages]] name = "cloudpickle" version = "3.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cloudpickle-3.1.2-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:58Z, size = 23191, hashes = { sha256 = "042cb9b7b4f723eaef8dfd4f4c946fc55924ddd2daf4eedbe9b37b6afbac755c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cloudpickle-3.1.2-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:58Z, size = 23191, hashes = { sha256 = "042cb9b7b4f723eaef8dfd4f4c946fc55924ddd2daf4eedbe9b37b6afbac755c" } }] [[packages]] name = "colorama" version = "0.4.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/colorama-0.4.6-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:30Z, size = 26294, hashes = { sha256 = "4a389a405e1c62d2f939faf648b4bff234425042fe480f10c4d12f2d8ea76390" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/colorama-0.4.6-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:30Z, size = 26294, hashes = { sha256 = "4a389a405e1c62d2f939faf648b4bff234425042fe480f10c4d12f2d8ea76390" } }] [[packages]] name = "comm" version = "0.2.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/comm-0.2.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:05Z, size = 8170, hashes = { sha256 = "da2c992f2ae014914635e2fc3780ddd2f0cc3bbdda5593b0023150099515c00a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/comm-0.2.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:05Z, size = 8170, hashes = { sha256 = "da2c992f2ae014914635e2fc3780ddd2f0cc3bbdda5593b0023150099515c00a" } }] [[packages]] name = "compressed-tensors" version = "0.14.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/compressed_tensors-0.14.0.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:21:47Z, size = 197678, hashes = { sha256 = "ddb4d205c9646322253341cf19750d4c245b4dfa295533f047fbc81cee5ef2cb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/compressed_tensors-0.14.0.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:21:47Z, size = 197678, hashes = { sha256 = "ddb4d205c9646322253341cf19750d4c245b4dfa295533f047fbc81cee5ef2cb" } }] [[packages]] name = "contourpy" version = "1.3.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/contourpy-1.3.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:41Z, size = 315630, hashes = { sha256 = "1ea5c56a9f74fb60dafe4df7f837da65e64e172b6d00d340d32c3f9edb90be55" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/contourpy-1.3.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:53Z, size = 336131, hashes = { sha256 = "bbaf706a0236f0ac62681dd52c496c3b9c35f1d1d039cd339f3e302376995cb7" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/contourpy-1.3.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:41Z, size = 315630, hashes = { sha256 = "1ea5c56a9f74fb60dafe4df7f837da65e64e172b6d00d340d32c3f9edb90be55" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/contourpy-1.3.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:53Z, size = 336131, hashes = { sha256 = "bbaf706a0236f0ac62681dd52c496c3b9c35f1d1d039cd339f3e302376995cb7" } }, ] [[packages]] name = "cryptography" -version = "46.0.7" +version = "46.0.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cryptography-46.0.7-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-04-08T06:14:39Z, size = 2344001, hashes = { sha256 = "37742240004b6661d19210f887a76fb998acf1a597909e2d86d1991f4cede17b" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cryptography-46.0.7-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-04-08T06:13:55Z, size = 2408604, hashes = { sha256 = "f52c7c82013bfcf36b166bd04a96102d9e0046bc5f3cf28c1955238ad696a3b6" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cryptography-46.0.6-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-03-26T15:41:28Z, size = 2343412, hashes = { sha256 = "35479723e45e4c8eff4a2b3010dae76da476cdb081e6aceb0ddc83a9611579aa" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cryptography-46.0.6-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-03-26T15:56:04Z, size = 2408170, hashes = { sha256 = "0c274067febded8a33e9e40fe0abb55bd77e75350ca71818180b4bd38c682bc5" } }, ] [[packages]] name = "cycler" version = "0.12.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cycler-0.12.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:16Z, size = 9257, hashes = { sha256 = "22b7f31329b48734ce6e1ebab1d833a72271b215fae2712d0a3bec41439e4294" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cycler-0.12.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:16Z, size = 9257, hashes = { sha256 = "22b7f31329b48734ce6e1ebab1d833a72271b215fae2712d0a3bec41439e4294" } }] [[packages]] name = "dask" version = "2026.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/dask-2026.3.0-8-py3-none-any.whl", upload-time = 2026-03-18T12:39:19Z, size = 1486531, hashes = { sha256 = "56229cab8dae78aa29d138868dc47b9711c264a6f3987b237ed0d33e3ed168ef" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/dask-2026.3.0-8-py3-none-any.whl", upload-time = 2026-03-18T12:39:19Z, size = 1486531, hashes = { sha256 = "56229cab8dae78aa29d138868dc47b9711c264a6f3987b237ed0d33e3ed168ef" } }] [[packages]] name = "databricks-sdk" -version = "0.105.0" +version = "0.102.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/databricks_sdk-0.105.0-8-py3-none-any.whl", upload-time = 2026-04-24T06:29:13Z, size = 867203, hashes = { sha256 = "aa34922920be414f2ced386bd457cf135f30084c475000c13e54df754cee8165" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/databricks_sdk-0.102.0-8-py3-none-any.whl", upload-time = 2026-03-20T14:58:57Z, size = 839501, hashes = { sha256 = "f96625f665974063dd9313bebe5970a1faa865e2de23a3c0a3708259fc3c814b" } }] [[packages]] name = "dataproperty" version = "1.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/dataproperty-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:10Z, size = 28635, hashes = { sha256 = "89a501163d54c07a65d438e778affc9159950520d89762c4126227e3719c874a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/dataproperty-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:10Z, size = 28635, hashes = { sha256 = "89a501163d54c07a65d438e778affc9159950520d89762c4126227e3719c874a" } }] [[packages]] name = "datasets" version = "4.4.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/datasets-4.4.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:14Z, size = 512545, hashes = { sha256 = "0d7657c9e583a49336aae16700ad6bcdbcd05c2cbda025e22274c1595f0200d1" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/datasets-4.4.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:14Z, size = 512545, hashes = { sha256 = "0d7657c9e583a49336aae16700ad6bcdbcd05c2cbda025e22274c1595f0200d1" } }] [[packages]] name = "debugpy" version = "1.8.20" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/debugpy-1.8.20-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:58:20Z, size = 4101151, hashes = { sha256 = "35aecf9d784e7ef6dad8d88e4de005982adbfe98ae438a1e236c6c27f8fc18ba" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/debugpy-1.8.20-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:58Z, size = 4206809, hashes = { sha256 = "193e00231cf5ad411ac2be2609e3993ad19a428fefd3a9b921b9ff1cb1883cd0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/debugpy-1.8.20-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:58:20Z, size = 4101151, hashes = { sha256 = "35aecf9d784e7ef6dad8d88e4de005982adbfe98ae438a1e236c6c27f8fc18ba" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/debugpy-1.8.20-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:58Z, size = 4206809, hashes = { sha256 = "193e00231cf5ad411ac2be2609e3993ad19a428fefd3a9b921b9ff1cb1883cd0" } }, ] [[packages]] name = "decorator" version = "5.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/decorator-5.2.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:07Z, size = 10150, hashes = { sha256 = "38da09989fd4c556850ed8ebd72c263f23d0414fd583e044cfd8501487f582e2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/decorator-5.2.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:07Z, size = 10150, hashes = { sha256 = "38da09989fd4c556850ed8ebd72c263f23d0414fd583e044cfd8501487f582e2" } }] [[packages]] name = "defusedxml" version = "0.7.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/defusedxml-0.7.1-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:00:53Z, size = 26673, hashes = { sha256 = "62ad079a6b726b4dd3cbb731a8dbe6b6f5c8bd62a7d5c4f0331e6a4e37686d86" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/defusedxml-0.7.1-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:00:53Z, size = 26673, hashes = { sha256 = "62ad079a6b726b4dd3cbb731a8dbe6b6f5c8bd62a7d5c4f0331e6a4e37686d86" } }] [[packages]] name = "dill" version = "0.3.9" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/dill-0.3.9-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:52Z, size = 120420, hashes = { sha256 = "da0b0a5e7da9af69d626a5355ce81e0a1c6a99d9f0088ab90b418f39ed516021" } }] - -[[packages]] -name = "distro" -version = "1.9.0" -marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/distro-1.9.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:03Z, size = 21199, hashes = { sha256 = "6d8b93fabc32efe7cad434cc515b6644bc6b611b584af9b7758cf8cc432573ff" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/dill-0.3.9-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:52Z, size = 120420, hashes = { sha256 = "da0b0a5e7da9af69d626a5355ce81e0a1c6a99d9f0088ab90b418f39ed516021" } }] [[packages]] name = "dnspython" version = "2.8.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/dnspython-2.8.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:21Z, size = 332016, hashes = { sha256 = "db15ec16abf5022cddce18000862d6b7043ac477f8da1692590b98f3b2768c3e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/dnspython-2.8.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:21Z, size = 332016, hashes = { sha256 = "db15ec16abf5022cddce18000862d6b7043ac477f8da1692590b98f3b2768c3e" } }] [[packages]] name = "docker" version = "7.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/docker-7.1.0-10-py3-none-any.whl", upload-time = 2026-04-22T12:31:20Z, size = 149012, hashes = { sha256 = "b2254ca1c63fc9b832ecd64a468b51d842a72144a77abb1ea18332eb3442241a" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/docker-7.1.0-9-py3-none-any.whl", upload-time = 2026-02-24T03:35:34Z, size = 148903, hashes = { sha256 = "acb703c0af5c7f047c2f662cd2ad62d9fe04d4903f9d082b48ae5aa091b7d3a5" } }, -] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/docker-7.1.0-9-py3-none-any.whl", upload-time = 2026-02-24T03:35:34Z, size = 148903, hashes = { sha256 = "acb703c0af5c7f047c2f662cd2ad62d9fe04d4903f9d082b48ae5aa091b7d3a5" } }] [[packages]] name = "entrypoints" version = "0.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/entrypoints-0.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:24Z, size = 6288, hashes = { sha256 = "deb0291bb2114891e0e33be4c645d40b4fa5b38b60e5dfeaef5b8f97936f48e4" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/entrypoints-0.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:24Z, size = 6288, hashes = { sha256 = "deb0291bb2114891e0e33be4c645d40b4fa5b38b60e5dfeaef5b8f97936f48e4" } }] [[packages]] name = "evaluate" version = "0.4.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/evaluate-0.4.6-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:51Z, size = 85072, hashes = { sha256 = "e8dc5a551bd4fe4c6f01afe77bcad279cc5f7e5961b265bd22724d4c93283d47" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/evaluate-0.4.6-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:51Z, size = 85072, hashes = { sha256 = "e8dc5a551bd4fe4c6f01afe77bcad279cc5f7e5961b265bd22724d4c93283d47" } }] [[packages]] name = "executing" version = "2.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/executing-2.2.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:35Z, size = 29372, hashes = { sha256 = "d5e8569d0a77bb9a0580a3a407e8bfb53af42fa6a0312d0f818c6285c9eeca1a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/executing-2.2.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:35Z, size = 29372, hashes = { sha256 = "d5e8569d0a77bb9a0580a3a407e8bfb53af42fa6a0312d0f818c6285c9eeca1a" } }] [[packages]] name = "fastapi" -version = "0.136.1" +version = "0.135.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fastapi-0.136.1-8-py3-none-any.whl", upload-time = 2026-04-24T05:32:52Z, size = 118587, hashes = { sha256 = "a79eb4b7ca09ac0b66b69119d0f8ce3fb065fadff92dc43516dfbcfc920a820c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/fastapi-0.135.3-8-py3-none-any.whl", upload-time = 2026-04-01T16:37:44Z, size = 118638, hashes = { sha256 = "8c9c2db1d9aaae027ce1bdb7ec6b233de7f6c39f2d2428db50843fd9219a7cc5" } }] [[packages]] name = "fastjsonschema" version = "2.21.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fastjsonschema-2.21.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:17Z, size = 25021, hashes = { sha256 = "9a1162d043c993eb4ebd8a27044963c0833f125a361d82178be139877f65eda2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/fastjsonschema-2.21.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:17Z, size = 25021, hashes = { sha256 = "9a1162d043c993eb4ebd8a27044963c0833f125a361d82178be139877f65eda2" } }] [[packages]] name = "feast" -version = "0.62.0" +version = "0.61.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/feast-0.62.0-8-py3-none-any.whl", upload-time = 2026-04-09T02:10:30Z, size = 7993842, hashes = { sha256 = "163844d12588ee102a7fb12a514b7498f2a2621ac8cd35c502c0feaffa1f2d6b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/feast-0.61.0-8-py3-none-any.whl", upload-time = 2026-03-11T00:33:41Z, size = 8205931, hashes = { sha256 = "25ecc0d068b1aef7955e97f292798fff6cc3c4d640cf7ea701e571512f5cbf2c" } }] [[packages]] name = "filelock" -version = "3.29.0" +version = "3.25.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/filelock-3.29.0-8-py3-none-any.whl", upload-time = 2026-04-20T00:24:03Z, size = 40829, hashes = { sha256 = "0757346d9d639f1250339843fd6066293ec46cc2c1f6ccafc175094c2937cc25" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/filelock-3.25.2-8-py3-none-any.whl", upload-time = 2026-03-12T00:25:04Z, size = 27688, hashes = { sha256 = "dbbeed3a0558827c6f78e303fdd946f96c9694c5167e2fb83c19dd30eaef2121" } }] [[packages]] name = "flask" version = "3.1.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/flask-3.1.3-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:45Z, size = 104315, hashes = { sha256 = "40f7eaf2b176140e2232eb6b58fdf2dad766ac244c0c4d8d89093e0347759ada" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/flask-3.1.3-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:45Z, size = 104315, hashes = { sha256 = "40f7eaf2b176140e2232eb6b58fdf2dad766ac244c0c4d8d89093e0347759ada" } }] [[packages]] name = "flask-cors" version = "6.0.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/flask_cors-6.0.2-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:14Z, size = 14208, hashes = { sha256 = "7b7259a10e756c6c84b140cbbab9de567f30ad27ffe8a96edf2f2c45cb2ebec5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/flask_cors-6.0.2-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:14Z, size = 14208, hashes = { sha256 = "7b7259a10e756c6c84b140cbbab9de567f30ad27ffe8a96edf2f2c45cb2ebec5" } }] [[packages]] name = "fonttools" version = "4.62.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fonttools-4.62.1-8-py3-none-any.whl", upload-time = 2026-03-13T21:55:04Z, size = 1153568, hashes = { sha256 = "478b99118d513d47c4d0ca01a3f46f6fcba1833dbe1be509a2c6435acfaaf43f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/fonttools-4.62.1-8-py3-none-any.whl", upload-time = 2026-03-13T21:55:04Z, size = 1153568, hashes = { sha256 = "478b99118d513d47c4d0ca01a3f46f6fcba1833dbe1be509a2c6435acfaaf43f" } }] [[packages]] name = "frozenlist" version = "1.8.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/frozenlist-1.8.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:29:58Z, size = 202560, hashes = { sha256 = "80213a3ab5822b8f76df1f2ef8a8535f03af5fb44b4a22310f9e42620ecc0f54" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/frozenlist-1.8.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:43Z, size = 206353, hashes = { sha256 = "b71b731a347aa0c546109592b2356252d115be2596ad790e1b33fcc69b8596f2" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/frozenlist-1.8.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:29:58Z, size = 202560, hashes = { sha256 = "80213a3ab5822b8f76df1f2ef8a8535f03af5fb44b4a22310f9e42620ecc0f54" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/frozenlist-1.8.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:43Z, size = 206353, hashes = { sha256 = "b71b731a347aa0c546109592b2356252d115be2596ad790e1b33fcc69b8596f2" } }, ] [[packages]] name = "fsspec" version = "2025.10.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fsspec-2025.10.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:56Z, size = 201908, hashes = { sha256 = "49c8e555fb012f235522c67ab02f0badf6ed422dabbcdfb9dcb332cb3f8638e5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/fsspec-2025.10.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:56Z, size = 201908, hashes = { sha256 = "49c8e555fb012f235522c67ab02f0badf6ed422dabbcdfb9dcb332cb3f8638e5" } }] [[packages]] name = "gitdb" version = "4.0.12" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/gitdb-4.0.12-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:05Z, size = 63794, hashes = { sha256 = "3b52cdcc889333bf2b1057ef5e5e553f12f5fbd773151c4af5fd2ea00fa1b28a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/gitdb-4.0.12-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:05Z, size = 63794, hashes = { sha256 = "3b52cdcc889333bf2b1057ef5e5e553f12f5fbd773151c4af5fd2ea00fa1b28a" } }] [[packages]] name = "gitpython" -version = "3.1.48" +version = "3.1.46" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/gitpython-3.1.48-8-py3-none-any.whl", upload-time = 2026-04-28T09:57:37Z, size = 210715, hashes = { sha256 = "bcf8430bbc58a9320e97eec090a85f0826231a2d54bef245cec1b5018363f032" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/gitpython-3.1.46-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:01Z, size = 209535, hashes = { sha256 = "7b5e4c5a2bdf4fa539dd1a32b271ffa3b5ea0e1843c6bc12754435f2a3f47d94" } }] [[packages]] name = "google-auth" -version = "2.49.2" +version = "2.49.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/google_auth-2.49.2-8-py3-none-any.whl", upload-time = 2026-04-10T02:11:45Z, size = 241580, hashes = { sha256 = "2b655aef095a9138c2d8cee9f9f7c4e471bd85dffed45b990ad441a4bbb243da" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/google_auth-2.49.1-8-py3-none-any.whl", upload-time = 2026-03-13T00:35:34Z, size = 241680, hashes = { sha256 = "27395a0c89774d1f5e11dcdbb6b7443e4378edfa2e7b0b6b6a992f4d0912a678" } }] [[packages]] name = "graphene" version = "3.4.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/graphene-3.4.3-8-py2.py3-none-any.whl", upload-time = 2026-02-24T03:36:30Z, size = 56810, hashes = { sha256 = "8b82900e1bbb94b943bdba2c447fa720e95af0b66723bed6cecc1eaf0b5f9d7b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/graphene-3.4.3-8-py2.py3-none-any.whl", upload-time = 2026-02-24T03:36:30Z, size = 56810, hashes = { sha256 = "8b82900e1bbb94b943bdba2c447fa720e95af0b66723bed6cecc1eaf0b5f9d7b" } }] [[packages]] name = "graphql-core" version = "3.2.8" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/graphql_core-3.2.8-8-py3-none-any.whl", upload-time = 2026-03-06T01:31:02Z, size = 208050, hashes = { sha256 = "50a9a79e614d2718f32d4b91a48842d2e65f278cbe0a8d37b43581cb89de2bc6" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/graphql_core-3.2.8-8-py3-none-any.whl", upload-time = 2026-03-06T01:31:02Z, size = 208050, hashes = { sha256 = "50a9a79e614d2718f32d4b91a48842d2e65f278cbe0a8d37b43581cb89de2bc6" } }] [[packages]] name = "graphql-relay" version = "3.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/graphql_relay-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:29Z, size = 17718, hashes = { sha256 = "96b196d33e8fcb88a6860230a3b2d56fa476fa34219d6c42acda065cf65b6ce0" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/graphql_relay-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:29Z, size = 17718, hashes = { sha256 = "96b196d33e8fcb88a6860230a3b2d56fa476fa34219d6c42acda065cf65b6ce0" } }] [[packages]] name = "greenlet" -version = "3.5.0" +version = "3.3.2" marker = "(python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'AMD64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'WIN32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'amd64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'ppc64le' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'win32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'x86_64' and sys_platform == 'linux')" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/greenlet-3.5.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-28T00:31:56Z, size = 548330, hashes = { sha256 = "d9bdfeba0fc3c7a33acbd6322639f8fabb808654e06458fce612fac9b461d5b7" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/greenlet-3.5.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-28T00:31:57Z, size = 548776, hashes = { sha256 = "63a7b5d40009f1a6d050f8f16bc70981569fc9b8268f50b98a4a5b7587d83e49" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/greenlet-3.3.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:05Z, size = 546646, hashes = { sha256 = "832ec74d45f02bf47128e1ec437360f7201cb32b853a9f32b88d71d4da0d5e12" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/greenlet-3.3.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:00Z, size = 541014, hashes = { sha256 = "d39e7f75aff91fb95701c269048748f0fa1a0aed92f1a06ea9f62106ab246f2d" } }, ] [[packages]] @@ -414,607 +405,589 @@ name = "grpcio" version = "1.80.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/grpcio-1.80.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-30T16:31:04Z, size = 191838155, hashes = { sha256 = "80b5df239ee20eecd1f64669b0faa97d0ddd2f22eca71dc05a849755be6421cb" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/grpcio-1.80.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-30T16:37:08Z, size = 193242181, hashes = { sha256 = "02ce3c9bcb474a250f261e57e01ba49b4fba5a8fe780033ef8790cbc092b1e06" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/grpcio-1.80.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-30T16:31:04Z, size = 191838155, hashes = { sha256 = "80b5df239ee20eecd1f64669b0faa97d0ddd2f22eca71dc05a849755be6421cb" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/grpcio-1.80.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-30T16:37:08Z, size = 193242181, hashes = { sha256 = "02ce3c9bcb474a250f261e57e01ba49b4fba5a8fe780033ef8790cbc092b1e06" } }, ] [[packages]] name = "gunicorn" version = "25.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/gunicorn-25.3.0-8-py3-none-any.whl", upload-time = 2026-03-27T00:29:19Z, size = 209350, hashes = { sha256 = "f09c54baa6b498c8549b8cd4213218188c727de04e525f4ec464edeb1a9a9783" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/gunicorn-25.3.0-8-py3-none-any.whl", upload-time = 2026-03-27T00:29:19Z, size = 209350, hashes = { sha256 = "f09c54baa6b498c8549b8cd4213218188c727de04e525f4ec464edeb1a9a9783" } }] [[packages]] name = "h11" version = "0.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/h11-0.16.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:39Z, size = 38422, hashes = { sha256 = "99255666b3d50a10c9b4c9531209609e0a7db87825b1a43ed26ad2a823901543" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/h11-0.16.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:39Z, size = 38422, hashes = { sha256 = "99255666b3d50a10c9b4c9531209609e0a7db87825b1a43ed26ad2a823901543" } }] [[packages]] name = "hf-xet" version = "1.4.3" marker = "(python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'amd64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'arm64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'x86_64' and sys_platform == 'linux')" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/hf_xet-1.4.3-8-cp37-abi3-linux_aarch64.whl", upload-time = 2026-04-01T00:29:09Z, size = 4015460, hashes = { sha256 = "8efa984386ac5ee9a86c7a83f9aae2ec8c8407dc92e650b4e11d21bd671905a0" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/hf_xet-1.4.3-8-cp37-abi3-linux_x86_64.whl", upload-time = 2026-04-01T00:27:48Z, size = 4211264, hashes = { sha256 = "286b9cb5e6e7b2e662a1237a8fce403bf5e5f197648c65193211c737e132ecd0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/hf_xet-1.4.3-8-cp37-abi3-linux_aarch64.whl", upload-time = 2026-04-01T00:29:09Z, size = 4015460, hashes = { sha256 = "8efa984386ac5ee9a86c7a83f9aae2ec8c8407dc92e650b4e11d21bd671905a0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/hf_xet-1.4.3-8-cp37-abi3-linux_x86_64.whl", upload-time = 2026-04-01T00:27:48Z, size = 4211264, hashes = { sha256 = "286b9cb5e6e7b2e662a1237a8fce403bf5e5f197648c65193211c737e132ecd0" } }, ] [[packages]] name = "httpcore" version = "1.0.9" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/httpcore-1.0.9-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:45Z, size = 79707, hashes = { sha256 = "f4f6aed888a18f407286e08e3c8416caeb86d5074cc861183d3cafd9ff56732e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/httpcore-1.0.9-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:45Z, size = 79707, hashes = { sha256 = "f4f6aed888a18f407286e08e3c8416caeb86d5074cc861183d3cafd9ff56732e" } }] [[packages]] name = "httptools" version = "0.7.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/httptools-0.7.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:21Z, size = 502380, hashes = { sha256 = "64a403a5c67421ac75b1999287501bb259031a01e0f6f9ded8c5d018fa9a2b59" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/httptools-0.7.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:03Z, size = 509952, hashes = { sha256 = "a1a769260d647d7aa72f8abe8cf23ba2fa371d66ad85a1c09397ba53ba59f055" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/httptools-0.7.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:21Z, size = 502380, hashes = { sha256 = "64a403a5c67421ac75b1999287501bb259031a01e0f6f9ded8c5d018fa9a2b59" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/httptools-0.7.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:03Z, size = 509952, hashes = { sha256 = "a1a769260d647d7aa72f8abe8cf23ba2fa371d66ad85a1c09397ba53ba59f055" } }, ] [[packages]] name = "httpx" version = "0.28.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/httpx-0.28.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:17Z, size = 74438, hashes = { sha256 = "a8f64bbed58affc6b07b1750d3124abad15b347825979f58496d39fe068585c7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/httpx-0.28.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:17Z, size = 74438, hashes = { sha256 = "a8f64bbed58affc6b07b1750d3124abad15b347825979f58496d39fe068585c7" } }] [[packages]] name = "huey" version = "2.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/huey-2.6.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:27Z, size = 77826, hashes = { sha256 = "da35534d817bac744dc11f46198949a18c5cc7993d185d380e655b3c790ae91c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/huey-2.6.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:27Z, size = 77826, hashes = { sha256 = "da35534d817bac744dc11f46198949a18c5cc7993d185d380e655b3c790ae91c" } }] [[packages]] name = "huggingface-hub" version = "0.36.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/huggingface_hub-0.36.2-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:08Z, size = 567361, hashes = { sha256 = "7489a555f773a2d5bbd1724ae081f49e0ced18b2781408fac6f47c1e72c29b7b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/huggingface_hub-0.36.2-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:08Z, size = 567361, hashes = { sha256 = "7489a555f773a2d5bbd1724ae081f49e0ced18b2781408fac6f47c1e72c29b7b" } }] [[packages]] name = "idna" -version = "3.13" +version = "3.11" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/idna-3.13-8-py3-none-any.whl", upload-time = 2026-04-23T00:20:36Z, size = 69503, hashes = { sha256 = "7340bc06229ae6b4abe392da202819000819f0eaf05df8836d9f2b1cb2321d91" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/idna-3.11-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:55Z, size = 71883, hashes = { sha256 = "6d6b949d453f4a1716a8b4348fa64b2c546de2d6dfd15fde3529933764f7c996" } }] [[packages]] name = "importlib-metadata" version = "8.7.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/importlib_metadata-8.7.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:23Z, size = 28885, hashes = { sha256 = "038eeeac0bb7a88aee0bf75dd17cf12060ecb6db522de0c9b196e7a8b5691434" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/importlib_metadata-8.7.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:23Z, size = 28885, hashes = { sha256 = "038eeeac0bb7a88aee0bf75dd17cf12060ecb6db522de0c9b196e7a8b5691434" } }] [[packages]] name = "ipykernel" version = "7.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ipykernel-7.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:12Z, size = 119721, hashes = { sha256 = "b94c735a8929b2e1dd8e0271d7e0a4bee1def831ac250c0a9d66702a79d19728" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ipykernel-7.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:12Z, size = 119721, hashes = { sha256 = "b94c735a8929b2e1dd8e0271d7e0a4bee1def831ac250c0a9d66702a79d19728" } }] [[packages]] name = "ipython" -version = "9.13.0" +version = "9.12.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ipython-9.13.0-8-py3-none-any.whl", upload-time = 2026-04-25T00:12:46Z, size = 628181, hashes = { sha256 = "1948cd59f5804b4402e8ced9d4e794b5eeb018419b470561a264d4751adcdd1b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ipython-9.12.0-8-py3-none-any.whl", upload-time = 2026-03-28T00:35:19Z, size = 626571, hashes = { sha256 = "551e741ad21b80941d849d736e80a88035f70e324faf0cdc0cd11679ccadf9f5" } }] [[packages]] name = "ipython-genutils" version = "0.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ipython_genutils-0.2.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:52:24Z, size = 28045, hashes = { sha256 = "bc8c2e7ad2493ef1d5d70c6ed504323c2079457926f42ae49c2bad26790fc71b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ipython_genutils-0.2.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:52:24Z, size = 28045, hashes = { sha256 = "bc8c2e7ad2493ef1d5d70c6ed504323c2079457926f42ae49c2bad26790fc71b" } }] [[packages]] name = "ipython-pygments-lexers" version = "1.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ipython_pygments_lexers-1.1.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:07Z, size = 9178, hashes = { sha256 = "f679305a9d6f109fd45c9eb83db55416f8d1f2b7ce82e8609669fcae8fa553d4" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ipython_pygments_lexers-1.1.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:07Z, size = 9178, hashes = { sha256 = "f679305a9d6f109fd45c9eb83db55416f8d1f2b7ce82e8609669fcae8fa553d4" } }] [[packages]] name = "itsdangerous" version = "2.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/itsdangerous-2.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:47Z, size = 17216, hashes = { sha256 = "6ad30f69b5d9e948058d8166cfa6f9f82fe5ac2bf8877efa53e20239e6f7aa13" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/itsdangerous-2.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:47Z, size = 17216, hashes = { sha256 = "6ad30f69b5d9e948058d8166cfa6f9f82fe5ac2bf8877efa53e20239e6f7aa13" } }] [[packages]] name = "jedi" version = "0.19.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jedi-0.19.2-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:13Z, size = 1573310, hashes = { sha256 = "6047a9cc9d6653672e1d528d138e7aba1389b3b6cec7b1ad8e37f87d662260ac" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jedi-0.19.2-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:13Z, size = 1573310, hashes = { sha256 = "6047a9cc9d6653672e1d528d138e7aba1389b3b6cec7b1ad8e37f87d662260ac" } }] [[packages]] name = "jinja2" version = "3.1.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jinja2-3.1.6-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:35Z, size = 135787, hashes = { sha256 = "67880b1f233f64306cdff96e1d26cb728e497af81ce12347b395a3fdefef2548" } }] - -[[packages]] -name = "jiter" -version = "0.14.0" -marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jiter-0.14.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-10T20:52:56Z, size = 332086, hashes = { sha256 = "fb4ce5242f6740bb07517ed3cca4a37cafaba5a54e90251fc656c8a7b3ba3f3a" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jiter-0.14.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-10T20:49:28Z, size = 334342, hashes = { sha256 = "4f6455b7f713761de21f6ce9c792135953299d06c43d44ddfa8f024d876c44cd" } }, -] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jinja2-3.1.6-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:35Z, size = 135787, hashes = { sha256 = "67880b1f233f64306cdff96e1d26cb728e497af81ce12347b395a3fdefef2548" } }] [[packages]] name = "jmespath" version = "1.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jmespath-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:53Z, size = 21441, hashes = { sha256 = "997120cb16100e10eb4fb3169ee9d00ed86167264fe8c538f6bb69592a6b83f9" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jmespath-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:53Z, size = 21441, hashes = { sha256 = "997120cb16100e10eb4fb3169ee9d00ed86167264fe8c538f6bb69592a6b83f9" } }] [[packages]] name = "joblib" version = "1.5.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/joblib-1.5.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:36Z, size = 309960, hashes = { sha256 = "785478ac3ea8e9c17cc7c8ad24f3ee485d9f7dd259535b3a373998a921757e8d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/joblib-1.5.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:36Z, size = 309960, hashes = { sha256 = "785478ac3ea8e9c17cc7c8ad24f3ee485d9f7dd259535b3a373998a921757e8d" } }] [[packages]] name = "jsonlines" version = "4.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jsonlines-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:49Z, size = 9652, hashes = { sha256 = "2d3f9984bdc1cf74b4292d2b90b414a7897c9028a39a411c8f899874bd18c5c2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jsonlines-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:49Z, size = 9652, hashes = { sha256 = "2d3f9984bdc1cf74b4292d2b90b414a7897c9028a39a411c8f899874bd18c5c2" } }] [[packages]] name = "jsonschema" version = "4.26.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jsonschema-4.26.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:43Z, size = 91580, hashes = { sha256 = "3de45338d2fcda8d1bd870e267208eba13513d14f8fab35e479d6c589c86f194" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jsonschema-4.26.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:43Z, size = 91580, hashes = { sha256 = "3de45338d2fcda8d1bd870e267208eba13513d14f8fab35e479d6c589c86f194" } }] [[packages]] name = "jsonschema-specifications" version = "2025.9.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jsonschema_specifications-2025.9.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:48Z, size = 19514, hashes = { sha256 = "8723deab0a2d44376803dc549ca80adce251db3240eb96533a1932f5fce18a6f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jsonschema_specifications-2025.9.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:48Z, size = 19514, hashes = { sha256 = "8723deab0a2d44376803dc549ca80adce251db3240eb96533a1932f5fce18a6f" } }] [[packages]] name = "jupyter-client" version = "8.8.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_client-8.8.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:16Z, size = 108323, hashes = { sha256 = "664c8337f8e18d885a07c17bfcfdcc3873cd0cd5f874e12dc51b2a26e8c08347" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_client-8.8.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:16Z, size = 108323, hashes = { sha256 = "664c8337f8e18d885a07c17bfcfdcc3873cd0cd5f874e12dc51b2a26e8c08347" } }] [[packages]] name = "jupyter-core" version = "5.9.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_core-5.9.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:01Z, size = 29968, hashes = { sha256 = "e5b9f2d45a0a6d9f11811e274f7b678cd0702db92baceef2d2e0159c18d94ee3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_core-5.9.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:01Z, size = 29968, hashes = { sha256 = "e5b9f2d45a0a6d9f11811e274f7b678cd0702db92baceef2d2e0159c18d94ee3" } }] [[packages]] name = "jupyterlab-pygments" version = "0.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyterlab_pygments-0.3.0-9-py3-none-any.whl", upload-time = 2026-02-23T23:54:37Z, size = 17204, hashes = { sha256 = "d7a49f4001760ac6c33d5e741df9cb1bff374b17baadcc45add5f53d38e079e7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyterlab_pygments-0.3.0-9-py3-none-any.whl", upload-time = 2026-02-23T23:54:37Z, size = 17204, hashes = { sha256 = "d7a49f4001760ac6c33d5e741df9cb1bff374b17baadcc45add5f53d38e079e7" } }] [[packages]] name = "kafka-python-ng" version = "2.2.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kafka_python_ng-2.2.3-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:43Z, size = 233948, hashes = { sha256 = "d487b40fc1e7801e1d69eb4de2464accfeeb67d23a4a2e96f3b534106ca46b96" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kafka_python_ng-2.2.3-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:43Z, size = 233948, hashes = { sha256 = "d487b40fc1e7801e1d69eb4de2464accfeeb67d23a4a2e96f3b534106ca46b96" } }] [[packages]] name = "kiwisolver" version = "1.5.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kiwisolver-1.5.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-09T18:13:42Z, size = 1165137, hashes = { sha256 = "b74660d67eedb5ae469d6ae14f152a26211be3fa5d9e2ce17565a9d0982154dd" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kiwisolver-1.5.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-09T18:08:45Z, size = 1195896, hashes = { sha256 = "0cc794184716224afb0b938776ae0ef54ba3f2b82905327e5f695a246daa4291" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kiwisolver-1.5.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-09T18:13:42Z, size = 1165137, hashes = { sha256 = "b74660d67eedb5ae469d6ae14f152a26211be3fa5d9e2ce17565a9d0982154dd" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kiwisolver-1.5.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-09T18:08:45Z, size = 1195896, hashes = { sha256 = "0cc794184716224afb0b938776ae0ef54ba3f2b82905327e5f695a246daa4291" } }, ] [[packages]] name = "librt" -version = "0.9.0" +version = "0.8.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/librt-0.9.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-10T04:33:42Z, size = 279265, hashes = { sha256 = "f6c1e0e0bb57292032eae6280bf66a550fff2ff9fc1e0abdf5e976c6b41a32a3" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/librt-0.9.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-10T05:47:02Z, size = 347222, hashes = { sha256 = "366247c849de174dcbd0529edca257118ec340ae2b17adc7681daea16b24fe70" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/librt-0.8.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:52:50Z, size = 266499, hashes = { sha256 = "aaa8dffff5ad262b0c1bbd827bcc6e210ac7f40feb8a8c5cfb50501d55732781" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/librt-0.8.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:31Z, size = 333619, hashes = { sha256 = "c169bd5fe90a393cbadf83d28b4d2d1aea81a994a81369736d9b8ebeab10885c" } }, ] [[packages]] name = "llmcompressor" version = "0.10.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/llmcompressor-0.10.0.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:22:02Z, size = 296686, hashes = { sha256 = "8f7a9318d6afd3c64ecac60415a23d035ea55bcd1569f1ffb5573d3303f53208" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/llmcompressor-0.10.0.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:22:02Z, size = 296686, hashes = { sha256 = "8f7a9318d6afd3c64ecac60415a23d035ea55bcd1569f1ffb5573d3303f53208" } }] [[packages]] name = "lm-eval" version = "0.4.11" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/lm_eval-0.4.11-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:05Z, size = 8745763, hashes = { sha256 = "5526e1ee4254eb06fe90e75d41e91d822c99260f98f6c0f39c79e2713f76764b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/lm_eval-0.4.11-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:05Z, size = 8745763, hashes = { sha256 = "5526e1ee4254eb06fe90e75d41e91d822c99260f98f6c0f39c79e2713f76764b" } }] [[packages]] name = "locket" version = "1.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/locket-1.0.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:54:03Z, size = 5393, hashes = { sha256 = "524855c1fa81b10c6ada9e28faf4c6dc37aa18313d0fc61d9e822e7fceda316f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/locket-1.0.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:54:03Z, size = 5393, hashes = { sha256 = "524855c1fa81b10c6ada9e28faf4c6dc37aa18313d0fc61d9e822e7fceda316f" } }] [[packages]] name = "loguru" version = "0.7.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/loguru-0.7.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:53Z, size = 62491, hashes = { sha256 = "565b2b42f9f0a2cc7d9a127e7e15a3eea5dbf13972db92d57e7d595cd77f5f33" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/loguru-0.7.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:53Z, size = 62491, hashes = { sha256 = "565b2b42f9f0a2cc7d9a127e7e15a3eea5dbf13972db92d57e7d595cd77f5f33" } }] [[packages]] name = "lxml" -version = "6.1.0" +version = "6.0.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/lxml-6.1.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-19T00:27:04Z, size = 8993574, hashes = { sha256 = "820a6df53772c761421c01babb955119a916a3f3148be31594318f47710404ff" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/lxml-6.1.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-19T00:25:04Z, size = 9319094, hashes = { sha256 = "8b26528fe6e156f0f616c0fda5397bcc10abc0ce3069cbf4483dc5b619f773cf" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/lxml-6.0.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:02:06Z, size = 9200061, hashes = { sha256 = "a29ed58427543d7883d37b94dbbf7304ee3b972c1a4441cc2b2049e110772884" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/lxml-6.0.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:38Z, size = 9543367, hashes = { sha256 = "2af18aea0c957e2be06d1fd237fe7081eb2859e3728f362f7fcb4591f6ee43be" } }, ] [[packages]] name = "mako" -version = "1.3.12" +version = "1.3.10" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mako-1.3.12-8-py3-none-any.whl", upload-time = 2026-04-29T00:55:11Z, size = 79657, hashes = { sha256 = "55a28a10cf84ec269394922a31469b25dcfdf45bb325a3dc241473c3cc62d9f2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mako-1.3.10-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:56Z, size = 79643, hashes = { sha256 = "889803e02aff5c28b8973698a8c6849279d35b9d8a8853bfdd8fba0bde851d4e" } }] [[packages]] name = "markdown" version = "3.10.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/markdown-3.10.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:06Z, size = 109123, hashes = { sha256 = "960307579a189d1f1492937554ac3794d41188f9d44f5921a33385c5f1cb7c19" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/markdown-3.10.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:06Z, size = 109123, hashes = { sha256 = "960307579a189d1f1492937554ac3794d41188f9d44f5921a33385c5f1cb7c19" } }] [[packages]] name = "markdown-it-py" version = "4.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/markdown_it_py-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:38Z, size = 88277, hashes = { sha256 = "abaabc7170cf346fc38d8c4cbf11d74f187266f2e9705f89962e4c68e72a85cb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/markdown_it_py-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:38Z, size = 88277, hashes = { sha256 = "abaabc7170cf346fc38d8c4cbf11d74f187266f2e9705f89962e4c68e72a85cb" } }] [[packages]] name = "markupsafe" version = "3.0.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/markupsafe-3.0.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:52:12Z, size = 25485, hashes = { sha256 = "367141995e0e06361ef0840b03a4628e47fe66a535d133094d91dd2c5f7cff4b" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/markupsafe-3.0.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:16:07Z, size = 24517, hashes = { sha256 = "f7c4ed8e3db09080017adb65466d70e6b44a8a03707bc5ddc7dd18122b2f711b" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/markupsafe-3.0.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:52:12Z, size = 25485, hashes = { sha256 = "367141995e0e06361ef0840b03a4628e47fe66a535d133094d91dd2c5f7cff4b" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/markupsafe-3.0.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:16:07Z, size = 24517, hashes = { sha256 = "f7c4ed8e3db09080017adb65466d70e6b44a8a03707bc5ddc7dd18122b2f711b" } }, ] [[packages]] name = "matplotlib" -version = "3.10.9" +version = "3.10.8" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib-3.10.9-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-24T06:31:57Z, size = 7789647, hashes = { sha256 = "ace2f814c4020be9711a091eec2b3ed87a05c81fe313b389bb42eec9af9be03f" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib-3.10.9-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-24T07:39:35Z, size = 7924448, hashes = { sha256 = "f2f63b2a57f164282d2bc8f5c97be55f46d6a1b828d8b275944e6ad0f48ec8d5" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/matplotlib-3.10.8-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:02Z, size = 7786073, hashes = { sha256 = "443586efe3770a0adf3246c159356cefba2d8bc52c168e4f7908ddf3fb5098f0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/matplotlib-3.10.8-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:19Z, size = 7920001, hashes = { sha256 = "f179af6c28201c77179f3b748190b489067b528de9be45cbd27335e27585efaf" } }, ] [[packages]] name = "matplotlib-inline" version = "0.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib_inline-0.2.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:11Z, size = 10490, hashes = { sha256 = "d594c8f4516c953d572ab526b61eaa2c898413cee9dd67f9bf1dd68ad2afed78" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/matplotlib_inline-0.2.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:11Z, size = 10490, hashes = { sha256 = "d594c8f4516c953d572ab526b61eaa2c898413cee9dd67f9bf1dd68ad2afed78" } }] [[packages]] name = "mbstrdecoder" version = "1.1.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mbstrdecoder-1.1.4-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:05Z, size = 8904, hashes = { sha256 = "ddd801126692cfa82def8a4a9d43a08519169a77d0b671ba15c2f183e105be12" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mbstrdecoder-1.1.4-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:05Z, size = 8904, hashes = { sha256 = "ddd801126692cfa82def8a4a9d43a08519169a77d0b671ba15c2f183e105be12" } }] [[packages]] name = "mdurl" version = "0.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mdurl-0.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:31Z, size = 10943, hashes = { sha256 = "667461b1820ee02e3307cbe3f4eefd8b2b2b16bd3748dfeee52aa45f70a4b842" } }] - -[[packages]] -name = "micropipenv" -version = "1.10.0" -marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/micropipenv-1.10.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:33Z, size = 26223, hashes = { sha256 = "66d37ead8397885754d2e11a68913bc1dfa795d5709a1f617351d64b03774345" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mdurl-0.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:31Z, size = 10943, hashes = { sha256 = "667461b1820ee02e3307cbe3f4eefd8b2b2b16bd3748dfeee52aa45f70a4b842" } }] [[packages]] name = "minio" version = "7.2.20" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/minio-7.2.20-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:43Z, size = 94759, hashes = { sha256 = "09096bb861af8c5a362f87cc3ed622dd2be3f6d5311111db54b6ba52db6ae44e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/minio-7.2.20-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:43Z, size = 94759, hashes = { sha256 = "09096bb861af8c5a362f87cc3ed622dd2be3f6d5311111db54b6ba52db6ae44e" } }] [[packages]] name = "mistune" version = "3.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mistune-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:13Z, size = 54494, hashes = { sha256 = "c4d7559d01f1820f20ed17703192fb18dde8ab0ade773cd43f1c72780930076c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mistune-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:13Z, size = 54494, hashes = { sha256 = "c4d7559d01f1820f20ed17703192fb18dde8ab0ade773cd43f1c72780930076c" } }] [[packages]] name = "ml-dtypes" version = "0.5.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ml_dtypes-0.5.4-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:02:21Z, size = 3491872, hashes = { sha256 = "2fbeecdc60f8ec74ccbc072c82d5c6edb194d01a32a1902c12cb356517e572a1" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ml_dtypes-0.5.4-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:00Z, size = 3611582, hashes = { sha256 = "32a4e3708afc47301ed39c952ca0ffb9271d1ce64b7b8e254c0bb4be7e37b4f9" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ml_dtypes-0.5.4-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:02:21Z, size = 3491872, hashes = { sha256 = "2fbeecdc60f8ec74ccbc072c82d5c6edb194d01a32a1902c12cb356517e572a1" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ml_dtypes-0.5.4-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:00Z, size = 3611582, hashes = { sha256 = "32a4e3708afc47301ed39c952ca0ffb9271d1ce64b7b8e254c0bb4be7e37b4f9" } }, ] [[packages]] name = "mlflow" version = "3.10.1+rhaiv.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mlflow-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:08Z, size = 243043981, hashes = { sha256 = "12867f1c05b8f112a86c96d945320eb1d7271cadc365c3e9df5e6a39e2f01cae" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mlflow-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:08Z, size = 243043981, hashes = { sha256 = "12867f1c05b8f112a86c96d945320eb1d7271cadc365c3e9df5e6a39e2f01cae" } }] [[packages]] name = "mlflow-skinny" version = "3.10.1+rhaiv.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mlflow_skinny-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:33Z, size = 2886604, hashes = { sha256 = "d3b51ce88a9d819591cd28b75cc3838066d1fbc10d2a5414975f506e0312d653" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mlflow_skinny-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:33Z, size = 2886604, hashes = { sha256 = "d3b51ce88a9d819591cd28b75cc3838066d1fbc10d2a5414975f506e0312d653" } }] [[packages]] name = "mlflow-tracing" version = "3.10.1+rhaiv.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mlflow_tracing-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:22Z, size = 1503514, hashes = { sha256 = "08b2496b8b68e09457e1000e0a4748ee517b66ba09ab8394ec74e01696a0db9d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mlflow_tracing-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:22Z, size = 1503514, hashes = { sha256 = "08b2496b8b68e09457e1000e0a4748ee517b66ba09ab8394ec74e01696a0db9d" } }] [[packages]] name = "mmh3" version = "5.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mmh3-5.2.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-05T19:19:18Z, size = 94814, hashes = { sha256 = "07c56ecdd9b5b53ea4e91a02a30aa890cc5ddc630ce2a5daf889e23c097c36f7" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mmh3-5.2.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-05T19:21:32Z, size = 99309, hashes = { sha256 = "233e8c2359aa843df5b3fb7808f41b8d1d7db1d6fef7eb93890d0d38ac04b844" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mmh3-5.2.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-05T19:19:18Z, size = 94814, hashes = { sha256 = "07c56ecdd9b5b53ea4e91a02a30aa890cc5ddc630ce2a5daf889e23c097c36f7" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mmh3-5.2.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-05T19:21:32Z, size = 99309, hashes = { sha256 = "233e8c2359aa843df5b3fb7808f41b8d1d7db1d6fef7eb93890d0d38ac04b844" } }, ] [[packages]] name = "more-itertools" -version = "11.0.2" +version = "11.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/more_itertools-11.0.2-8-py3-none-any.whl", upload-time = 2026-04-10T04:32:05Z, size = 72906, hashes = { sha256 = "d8f47957eeb50675bd36631cf49a64a6c6f469375278c1190d134c6b491a9bb7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/more_itertools-11.0.1-8-py3-none-any.whl", upload-time = 2026-04-07T00:52:26Z, size = 73151, hashes = { sha256 = "03289a0ae381ad4529a50b7df2499d656103736c71796afa4d26fa41db69c6d5" } }] [[packages]] name = "mpmath" version = "1.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mpmath-1.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:58Z, size = 537195, hashes = { sha256 = "76c9ae7364b29d01411cdcf0c28cdbd42f40d41526211a45493e118d15be192c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mpmath-1.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:58Z, size = 537195, hashes = { sha256 = "76c9ae7364b29d01411cdcf0c28cdbd42f40d41526211a45493e118d15be192c" } }] [[packages]] name = "multidict" version = "6.7.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/multidict-6.7.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:29:58Z, size = 245451, hashes = { sha256 = "2200bf29d384041fb0965326c15b31d44eb5838e90657e185408c66b24c07c59" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/multidict-6.7.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:05Z, size = 245347, hashes = { sha256 = "a33ae483ae607712da055a3af02b9f2a6f04f46a370daa00602339911cd4d91a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/multidict-6.7.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:29:58Z, size = 245451, hashes = { sha256 = "2200bf29d384041fb0965326c15b31d44eb5838e90657e185408c66b24c07c59" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/multidict-6.7.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:05Z, size = 245347, hashes = { sha256 = "a33ae483ae607712da055a3af02b9f2a6f04f46a370daa00602339911cd4d91a" } }, ] [[packages]] name = "multiprocess" version = "0.70.16" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/multiprocess-0.70.16-10-py3-none-any.whl", upload-time = 2026-02-23T20:52:07Z, size = 148069, hashes = { sha256 = "0e7064d9ecfaa12caf8f728aeae56e2d7441d50c9656221af5f9a29980230e9f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/multiprocess-0.70.16-10-py3-none-any.whl", upload-time = 2026-02-23T20:52:07Z, size = 148069, hashes = { sha256 = "0e7064d9ecfaa12caf8f728aeae56e2d7441d50c9656221af5f9a29980230e9f" } }] [[packages]] name = "mypy" -version = "1.20.1" +version = "1.20.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mypy-1.20.1-8-py3-none-any.whl", upload-time = 2026-04-13T07:01:11Z, size = 2637543, hashes = { sha256 = "2d1ec4d8a723fbd31b74293f9f85c063bdac5cb204d35e07bf79b0db3843e18b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mypy-1.20.0-8-py3-none-any.whl", upload-time = 2026-04-01T01:35:58Z, size = 2637357, hashes = { sha256 = "09f6a0df7af81808c98c240c13c9320db879f0cb6ff7f3f1ebb2129a88c7d6e0" } }] [[packages]] name = "mypy-extensions" version = "1.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mypy_extensions-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:51Z, size = 5964, hashes = { sha256 = "238b0fe5d8ff11034be885504592ca0f05083ea6d5e93f20dcafe51200db9571" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mypy_extensions-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:51Z, size = 5964, hashes = { sha256 = "238b0fe5d8ff11034be885504592ca0f05083ea6d5e93f20dcafe51200db9571" } }] [[packages]] name = "mysql-connector-python" version = "9.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mysql_connector_python-9.6.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:51:59Z, size = 489739, hashes = { sha256 = "db29c1887dcfa2d9547161146a4ac7c32978ffcec8d8fb879845beef9bf861a2" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mysql_connector_python-9.6.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:29Z, size = 489735, hashes = { sha256 = "8db1f93c54e2ffdadb0d1f51b7ad7f8a7237e6371988148238191be0661555f3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mysql_connector_python-9.6.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:51:59Z, size = 489739, hashes = { sha256 = "db29c1887dcfa2d9547161146a4ac7c32978ffcec8d8fb879845beef9bf861a2" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mysql_connector_python-9.6.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:29Z, size = 489735, hashes = { sha256 = "8db1f93c54e2ffdadb0d1f51b7ad7f8a7237e6371988148238191be0661555f3" } }, ] [[packages]] name = "narwhals" version = "2.19.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/narwhals-2.19.0-8-py3-none-any.whl", upload-time = 2026-04-07T00:53:49Z, size = 447904, hashes = { sha256 = "62c62bcefb1edb0b78d6fd15f9b940648a92bda2217656a4c59dce7887aa4fca" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/narwhals-2.19.0-8-py3-none-any.whl", upload-time = 2026-04-07T00:53:49Z, size = 447904, hashes = { sha256 = "62c62bcefb1edb0b78d6fd15f9b940648a92bda2217656a4c59dce7887aa4fca" } }] [[packages]] name = "nbclient" version = "0.10.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nbclient-0.10.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:06Z, size = 26381, hashes = { sha256 = "85d6e91fc43c7e8e3a079a45f93c7befc4cb128693b72f56f7ea0930beaa5ee3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nbclient-0.10.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:06Z, size = 26381, hashes = { sha256 = "85d6e91fc43c7e8e3a079a45f93c7befc4cb128693b72f56f7ea0930beaa5ee3" } }] [[packages]] name = "nbconvert" -version = "7.17.1" +version = "7.17.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nbconvert-7.17.1-8-py3-none-any.whl", upload-time = 2026-04-08T02:46:34Z, size = 262851, hashes = { sha256 = "7b006b7b4d5e63ced6715c6e1effee04b339fc8e1471dbe942f874d80b31bd49" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nbconvert-7.17.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:43Z, size = 262438, hashes = { sha256 = "de657190c3d671d5ca36004a3561ca2dbfb45b044282cfb307f78558fd772c63" } }] [[packages]] name = "nbformat" version = "5.10.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nbformat-5.10.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:24Z, size = 79383, hashes = { sha256 = "c8945a7ef3eda6e76f0d9c6074d923d8c15deed0011923499999776ea4078b5f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nbformat-5.10.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:24Z, size = 79383, hashes = { sha256 = "c8945a7ef3eda6e76f0d9c6074d923d8c15deed0011923499999776ea4078b5f" } }] [[packages]] name = "nest-asyncio" version = "1.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nest_asyncio-1.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:28Z, size = 6227, hashes = { sha256 = "2ae4d252782589e1b2ca61a4dd8b19ad213ae07d91d951ce4e730f53b313003a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nest_asyncio-1.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:28Z, size = 6227, hashes = { sha256 = "2ae4d252782589e1b2ca61a4dd8b19ad213ae07d91d951ce4e730f53b313003a" } }] [[packages]] name = "networkx" version = "3.6.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/networkx-3.6.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:48Z, size = 2069404, hashes = { sha256 = "4277e1ea572bf92859aec40eb7b9252c3f56c30d7f49e533f19189107532fb0d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/networkx-3.6.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:48Z, size = 2069404, hashes = { sha256 = "4277e1ea572bf92859aec40eb7b9252c3f56c30d7f49e533f19189107532fb0d" } }] [[packages]] name = "nltk" version = "3.9.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nltk-3.9.4-8-py3-none-any.whl", upload-time = 2026-03-24T06:30:21Z, size = 1552963, hashes = { sha256 = "64d18339d120c2b3004ab5c3c394dcf4e712484ce4804ce8be30d9801239c8fa" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nltk-3.9.4-8-py3-none-any.whl", upload-time = 2026-03-24T06:30:21Z, size = 1552963, hashes = { sha256 = "64d18339d120c2b3004ab5c3c394dcf4e712484ce4804ce8be30d9801239c8fa" } }] [[packages]] name = "numpy" version = "2.3.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/numpy-2.3.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:14Z, size = 6000854, hashes = { sha256 = "548cb00085826889cc0b9282c49ed892dc29ef2e4a488b3b9939e8af92584d86" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/numpy-2.3.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:25:59Z, size = 7989901, hashes = { sha256 = "42782d7032b4dbca2ce8bd5fe1ca4b8c032f51e51751c960ab77640a8b68bee9" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/numpy-2.3.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:14Z, size = 6000854, hashes = { sha256 = "548cb00085826889cc0b9282c49ed892dc29ef2e4a488b3b9939e8af92584d86" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/numpy-2.3.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:25:59Z, size = 7989901, hashes = { sha256 = "42782d7032b4dbca2ce8bd5fe1ca4b8c032f51e51751c960ab77640a8b68bee9" } }, ] [[packages]] name = "nvidia-ml-py" version = "13.590.44" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nvidia_ml_py-13.590.44-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:01Z, size = 51690, hashes = { sha256 = "b75698f2ebe583aa2791e1ee0a1e3a9111bce7131cc8ae9eef7b42bdd6c99b26" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nvidia_ml_py-13.590.44-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:01Z, size = 51690, hashes = { sha256 = "b75698f2ebe583aa2791e1ee0a1e3a9111bce7131cc8ae9eef7b42bdd6c99b26" } }] [[packages]] name = "onnx" version = "1.20.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/onnx-1.20.0-10-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-24T00:00:30Z, size = 17649121, hashes = { sha256 = "28234619ee16e62bb0e594fc9ec5401ce44b8fac994f2703e45a6a3b0d716d3f" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/onnx-1.20.0-10-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:08:12Z, size = 17850753, hashes = { sha256 = "e9f689c799513b64d229b7326062391bd2e2a38d78117f1f0485a4ce217c0131" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/onnx-1.20.0-10-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-24T00:00:30Z, size = 17649121, hashes = { sha256 = "28234619ee16e62bb0e594fc9ec5401ce44b8fac994f2703e45a6a3b0d716d3f" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/onnx-1.20.0-10-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:08:12Z, size = 17850753, hashes = { sha256 = "e9f689c799513b64d229b7326062391bd2e2a38d78117f1f0485a4ce217c0131" } }, ] [[packages]] name = "onnxconverter-common" version = "1.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/onnxconverter_common-1.16.0-10-py2.py3-none-any.whl", upload-time = 2026-02-23T23:54:20Z, size = 90231, hashes = { sha256 = "0708e01164697ed99f5a3146374f2514fe76c07955620fce9e361e1525d9da69" } }] - -[[packages]] -name = "openai" -version = "2.33.0" -marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/openai-2.33.0-8-py3-none-any.whl", upload-time = 2026-04-29T00:54:06Z, size = 1163651, hashes = { sha256 = "63731a0d989b7aead5f5972a4b3e2e0761f938725a8574eed21c5f8446deb5f8" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/onnxconverter_common-1.16.0-10-py2.py3-none-any.whl", upload-time = 2026-02-23T23:54:20Z, size = 90231, hashes = { sha256 = "0708e01164697ed99f5a3146374f2514fe76c07955620fce9e361e1525d9da69" } }] [[packages]] name = "opentelemetry-api" -version = "1.41.1" +version = "1.40.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_api-1.41.1-8-py3-none-any.whl", upload-time = 2026-04-25T00:12:15Z, size = 69986, hashes = { sha256 = "8dbf400a829ea0c8ad8cea4545a512c580294b3404ec153de4e7a6e539bf6320" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opentelemetry_api-1.40.0-8-py3-none-any.whl", upload-time = 2026-03-04T16:31:33Z, size = 69655, hashes = { sha256 = "98024d2178255c1b3f32c6c9a405b088115540b55daa312435878c5c1651e59c" } }] [[packages]] name = "opentelemetry-proto" -version = "1.41.1" +version = "1.40.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_proto-1.41.1-8-py3-none-any.whl", upload-time = 2026-04-25T00:11:42Z, size = 73070, hashes = { sha256 = "757d8e665f10d8caa80a91ed8ef5dbf1125e17e332406e9d06e6a298d0bc38e1" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opentelemetry_proto-1.40.0-8-py3-none-any.whl", upload-time = 2026-03-05T01:21:50Z, size = 73070, hashes = { sha256 = "291645496af75d571b540168f913a45eaae055f11798c65daa79be63b83ca7f5" } }] [[packages]] name = "opentelemetry-sdk" -version = "1.41.1" +version = "1.40.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_sdk-1.41.1-8-py3-none-any.whl", upload-time = 2026-04-25T00:10:11Z, size = 181193, hashes = { sha256 = "1beb74872755dcd61729f075cab6e530199d48f209ce3f573698684d4700f967" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opentelemetry_sdk-1.40.0-8-py3-none-any.whl", upload-time = 2026-03-04T16:30:35Z, size = 142930, hashes = { sha256 = "c44c7c724d40a6e027918a4715ddb752fbc40fcecf765cab6b1f410eda682dc4" } }] [[packages]] name = "opentelemetry-semantic-conventions" -version = "0.62b1" +version = "0.61b0" +marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opentelemetry_semantic_conventions-0.61b0-8-py3-none-any.whl", upload-time = 2026-03-04T16:32:44Z, size = 232743, hashes = { sha256 = "96d5f32e6bb3232b99be3bf8ab736850665aaed7ccc80c796547287e81aff893" } }] + +[[packages]] +name = "orjson" +version = "3.11.8" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_semantic_conventions-0.62b1-8-py3-none-any.whl", upload-time = 2026-04-25T00:12:06Z, size = 232742, hashes = { sha256 = "72a7c04212b17891c2d2550e6a8952f8e9bd39c41d94659b1144e05937835c07" } }] +wheels = [ + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/orjson-3.11.8-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-31T19:21:40Z, size = 362411, hashes = { sha256 = "7bcc11dac1047b94f1950cf07175460f9a005d35707cd015fbf17e75d3dc4d91" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/orjson-3.11.8-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-31T19:22:40Z, size = 368315, hashes = { sha256 = "675468430a5bd66ab7ef6f023848f72ba230c6e9808d4a42377a37fe8c3473ef" } }, +] [[packages]] name = "packaging" -version = "26.2" +version = "26.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/packaging-26.2-8-py3-none-any.whl", upload-time = 2026-04-24T23:03:28Z, size = 101098, hashes = { sha256 = "88b87ee741949ee5f902444ed5040207b411465422abfb44299071d1445e7c03" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/packaging-26.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:01:01Z, size = 75266, hashes = { sha256 = "2a1f79c53649dfe7e5c6f75809449974a4e7a88ab2e61202cfe2c90aee4d85f2" } }] [[packages]] name = "pandas" version = "2.3.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandas-2.3.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:45Z, size = 11534741, hashes = { sha256 = "07bdb859fb98be11d1870afb066444d39df187b24f1ae6b3d48098b6e0a1d8b3" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandas-2.3.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:11Z, size = 12140418, hashes = { sha256 = "cc2643cce48baab2d4ff158f9de79d2be83ef1685d51138d2c7b6226606e1b93" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandas-2.3.3-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-15T10:14:18Z, size = 11534929, hashes = { sha256 = "38b19627a0f43c9030481e4197abe934bbe8c4774339fb8cdd964be38cbeb333" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandas-2.3.3-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-15T10:14:05Z, size = 12140602, hashes = { sha256 = "84cca13af3c2c114be8bf479b91600453cf6b44aa55f27a88cb868e6f565c654" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandas-2.3.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:45Z, size = 11534741, hashes = { sha256 = "07bdb859fb98be11d1870afb066444d39df187b24f1ae6b3d48098b6e0a1d8b3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandas-2.3.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:11Z, size = 12140418, hashes = { sha256 = "cc2643cce48baab2d4ff158f9de79d2be83ef1685d51138d2c7b6226606e1b93" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandas-2.3.3-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-15T10:14:18Z, size = 11534929, hashes = { sha256 = "38b19627a0f43c9030481e4197abe934bbe8c4774339fb8cdd964be38cbeb333" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandas-2.3.3-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-15T10:14:05Z, size = 12140602, hashes = { sha256 = "84cca13af3c2c114be8bf479b91600453cf6b44aa55f27a88cb868e6f565c654" } }, ] [[packages]] name = "pandocfilters" version = "1.5.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandocfilters-1.5.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:21Z, size = 9728, hashes = { sha256 = "2bc275f9bdeaaf2832a0c1dd20dd2ff1478cf2ff9eb1e05945773018d2f4ba88" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandocfilters-1.5.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:21Z, size = 9728, hashes = { sha256 = "2bc275f9bdeaaf2832a0c1dd20dd2ff1478cf2ff9eb1e05945773018d2f4ba88" } }] [[packages]] name = "papermill" version = "2.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/papermill-2.7.0-8-py3-none-any.whl", upload-time = 2026-02-28T01:42:16Z, size = 89773, hashes = { sha256 = "16b97bc8681fe424166172b518336a72e968d79e15d6137d6afe5f9b6ad49418" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/papermill-2.7.0-8-py3-none-any.whl", upload-time = 2026-02-28T01:42:16Z, size = 89773, hashes = { sha256 = "16b97bc8681fe424166172b518336a72e968d79e15d6137d6afe5f9b6ad49418" } }] [[packages]] name = "parso" version = "0.8.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/parso-0.8.6-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:35Z, size = 107773, hashes = { sha256 = "c9b103b1ee70180d6ca82bcb30652e7a9041814a4ba0cbe11470631a4ad5673c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/parso-0.8.6-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:35Z, size = 107773, hashes = { sha256 = "c9b103b1ee70180d6ca82bcb30652e7a9041814a4ba0cbe11470631a4ad5673c" } }] [[packages]] name = "partd" version = "1.4.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/partd-1.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:27Z, size = 19882, hashes = { sha256 = "5cfec3bf6368e41cd306476b6ed5fadb96fba7431b19ab6a725164348b69b687" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/partd-1.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:27Z, size = 19882, hashes = { sha256 = "5cfec3bf6368e41cd306476b6ed5fadb96fba7431b19ab6a725164348b69b687" } }] [[packages]] name = "pathspec" -version = "1.1.1" +version = "1.0.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pathspec-1.1.1-8-py3-none-any.whl", upload-time = 2026-04-28T00:22:30Z, size = 58241, hashes = { sha256 = "7e6729bfd1de4f42137c78a058d9322895542a964755eb091805b99f4544c3d5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pathspec-1.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:53Z, size = 56115, hashes = { sha256 = "7219d700fefbf6ed5881b40d4efe753c9dc27a40ac06ac8a30a94e77fbe0b90f" } }] [[packages]] name = "pathvalidate" version = "3.3.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pathvalidate-3.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:42Z, size = 25247, hashes = { sha256 = "6845e0cf9051b31d455a449acda5983114ce2c7085b81337e102c6517b71795d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pathvalidate-3.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:42Z, size = 25247, hashes = { sha256 = "6845e0cf9051b31d455a449acda5983114ce2c7085b81337e102c6517b71795d" } }] [[packages]] name = "pexpect" version = "4.9.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pexpect-4.9.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:17Z, size = 64788, hashes = { sha256 = "8b376d8ae1d099528b1b0958be10c4489d636dc5e310b7f38c0fbc5d2f66e335" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pexpect-4.9.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:17Z, size = 64788, hashes = { sha256 = "8b376d8ae1d099528b1b0958be10c4489d636dc5e310b7f38c0fbc5d2f66e335" } }] [[packages]] name = "pillow" -version = "12.1.1" +version = "12.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pillow-12.1.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:53:44Z, size = 1369606, hashes = { sha256 = "e34837e0501bda7d589613bd59ff689dde7adc9775cb7441b0ea4bc76a711d68" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pillow-12.1.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:17:22Z, size = 1403253, hashes = { sha256 = "893f8370df4aa50b75e4f7453649d86886f3c45da7b7c9c75122a0b55640af1d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pillow-12.2.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T15:55:26Z, size = 1379355, hashes = { sha256 = "a447355e5ddcb989f812d9ad0e0dee22a031c4f09f1114335dad01f84c03b82a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pillow-12.2.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T15:56:40Z, size = 1411808, hashes = { sha256 = "57a03b7853ede0c0739f7ba8e54cf97c2ab1ac96e85360c63ab10760c22eeecc" } }, ] -[[packages]] -name = "pip" -version = "26.1" -marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pip-26.1-8-py3-none-any.whl", upload-time = 2026-04-27T00:19:24Z, size = 1813659, hashes = { sha256 = "6d99d736160d98557f1eae8db814c273b9d3ea87a470c97d7dd92f2bf68c0e0d" } }] - [[packages]] name = "platformdirs" -version = "4.9.6" +version = "4.9.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/platformdirs-4.9.6-8-py3-none-any.whl", upload-time = 2026-04-09T00:25:29Z, size = 22385, hashes = { sha256 = "ebee18f7b9b5648eb17506f8ef3a4312942f6b477c279865a5e08957779bb10f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/platformdirs-4.9.4-8-py3-none-any.whl", upload-time = 2026-03-05T19:21:33Z, size = 22169, hashes = { sha256 = "6eb70b7a3775e5b0a5c4050dfcf143e9962621f4e989ee6854bc36fa4df5d670" } }] [[packages]] name = "plotly" -version = "6.7.0" +version = "6.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/plotly-6.7.0-8-py3-none-any.whl", upload-time = 2026-04-10T04:34:09Z, size = 9899361, hashes = { sha256 = "4d1fdc5d30f208a9cd6c8f1d35a1e66d2527cb62b9ff60de568ca9fe904795ea" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/plotly-6.6.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:10:35Z, size = 9911272, hashes = { sha256 = "c288236646e32c0c51b6b5796a20355693d1e7768e5a477a31aa377ba1b8f0e1" } }] [[packages]] name = "portalocker" version = "3.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/portalocker-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:17Z, size = 23354, hashes = { sha256 = "7046685644f1f937d84cc609cae95ae5af09f57bfa206d2eeb742ebf70170896" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/portalocker-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:17Z, size = 23354, hashes = { sha256 = "7046685644f1f937d84cc609cae95ae5af09f57bfa206d2eeb742ebf70170896" } }] [[packages]] name = "prettytable" version = "3.17.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/prettytable-3.17.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:12Z, size = 35384, hashes = { sha256 = "439d3cbd6a49b2c748cd7ed7f17164827cd8b59fd9be1cbf438df0add52f70a5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/prettytable-3.17.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:12Z, size = 35384, hashes = { sha256 = "439d3cbd6a49b2c748cd7ed7f17164827cd8b59fd9be1cbf438df0add52f70a5" } }] [[packages]] name = "prometheus-client" -version = "0.25.0" +version = "0.24.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/prometheus_client-0.25.0-8-py3-none-any.whl", upload-time = 2026-04-10T00:34:01Z, size = 65139, hashes = { sha256 = "79c6a000040006a706895fce3ed2f418c5b2ee1f59e1330a142b9a10818254d2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/prometheus_client-0.24.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:15Z, size = 65043, hashes = { sha256 = "2709ceb229c4fc23288408384a6a4d947f2f47bead0802fa5b0db3137ee16072" } }] [[packages]] name = "prompt-toolkit" version = "3.0.52" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/prompt_toolkit-3.0.52-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:59Z, size = 392385, hashes = { sha256 = "6d3a2df024683a2448655fa8e38369c0c7a03425383875852d3ac90b504f403c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/prompt_toolkit-3.0.52-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:59Z, size = 392385, hashes = { sha256 = "6d3a2df024683a2448655fa8e38369c0c7a03425383875852d3ac90b504f403c" } }] [[packages]] name = "propcache" version = "0.4.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/propcache-0.4.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:13Z, size = 187568, hashes = { sha256 = "b17645a879c485382a9cb791a7da4f3157f9a9aba421d3f8e30449dd44b78036" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/propcache-0.4.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:24Z, size = 191723, hashes = { sha256 = "b82280ce515e25eed6e67f366ff79d7bd32efd82dc1bddc0abc18655e84cdb21" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/propcache-0.4.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:13Z, size = 187568, hashes = { sha256 = "b17645a879c485382a9cb791a7da4f3157f9a9aba421d3f8e30449dd44b78036" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/propcache-0.4.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:24Z, size = 191723, hashes = { sha256 = "b82280ce515e25eed6e67f366ff79d7bd32efd82dc1bddc0abc18655e84cdb21" } }, ] [[packages]] @@ -1022,8 +995,8 @@ name = "protobuf" version = "6.31.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/protobuf-6.31.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T10:11:11Z, size = 1152473, hashes = { sha256 = "ef35d6267d1ad4f2c2775c93623857252029ad8d945bb01265df3b8a1d08e62c" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/protobuf-6.31.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T10:10:05Z, size = 1172540, hashes = { sha256 = "69e824735e472f6e7bb39b8c8143be38fbf5d7f38057e013d28bb7aa240be578" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/protobuf-6.31.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T10:11:11Z, size = 1152473, hashes = { sha256 = "ef35d6267d1ad4f2c2775c93623857252029ad8d945bb01265df3b8a1d08e62c" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/protobuf-6.31.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T10:10:05Z, size = 1172540, hashes = { sha256 = "69e824735e472f6e7bb39b8c8143be38fbf5d7f38057e013d28bb7aa240be578" } }, ] [[packages]] @@ -1031,114 +1004,114 @@ name = "psutil" version = "7.2.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/psutil-7.2.2-8-cp36-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:52:05Z, size = 157347, hashes = { sha256 = "d3a111baa42e8e1f07ef87b12a901f8a6f376bc47c8f95a5a114f94264117e6d" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/psutil-7.2.2-8-cp36-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:16:19Z, size = 156913, hashes = { sha256 = "9e0af1b9c636db0c99682b03b9aceeeddfed01abac4a59b6f4fab5fb4c4d2745" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/psutil-7.2.2-8-cp36-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:52:05Z, size = 157347, hashes = { sha256 = "d3a111baa42e8e1f07ef87b12a901f8a6f376bc47c8f95a5a114f94264117e6d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/psutil-7.2.2-8-cp36-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:16:19Z, size = 156913, hashes = { sha256 = "9e0af1b9c636db0c99682b03b9aceeeddfed01abac4a59b6f4fab5fb4c4d2745" } }, ] [[packages]] name = "psycopg" version = "3.3.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/psycopg-3.3.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:42Z, size = 213684, hashes = { sha256 = "fe29db5305d7b53088f9129031548c742ec055e303591fe256dec6f76e6f7ece" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/psycopg-3.3.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:42Z, size = 213684, hashes = { sha256 = "fe29db5305d7b53088f9129031548c742ec055e303591fe256dec6f76e6f7ece" } }] [[packages]] name = "ptyprocess" version = "0.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ptyprocess-0.7.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:20Z, size = 14985, hashes = { sha256 = "d8a1126946bf844ce5d23ee04555b32fb4aba93d720481c94b161ed52cc29ca3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ptyprocess-0.7.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:20Z, size = 14985, hashes = { sha256 = "d8a1126946bf844ce5d23ee04555b32fb4aba93d720481c94b161ed52cc29ca3" } }] [[packages]] name = "pure-eval" version = "0.2.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pure_eval-0.2.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:44Z, size = 12963, hashes = { sha256 = "b63809eb7bba367f022e6e0b8365c44162e7bbeb07772ce74179cdef3d3a6ff3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pure_eval-0.2.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:44Z, size = 12963, hashes = { sha256 = "b63809eb7bba367f022e6e0b8365c44162e7bbeb07772ce74179cdef3d3a6ff3" } }] [[packages]] name = "py-cpuinfo" version = "9.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/py_cpuinfo-9.0.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:36:03Z, size = 23344, hashes = { sha256 = "4d9d73538339a7cf09e9a870a12edcc7152f5ab3dc97a6dd6b63f5777ee37f52" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/py_cpuinfo-9.0.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:36:03Z, size = 23344, hashes = { sha256 = "4d9d73538339a7cf09e9a870a12edcc7152f5ab3dc97a6dd6b63f5777ee37f52" } }] [[packages]] name = "pyarrow" version = "23.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-10-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-07T00:23:39Z, size = 26571203, hashes = { sha256 = "e9f8ec930b04bb02227a15683c2415ace41f6f738b42dc3429297cf8210e6804" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-10-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-07T00:22:47Z, size = 28605841, hashes = { sha256 = "a0e88356cbe971695fc62037eccd8d1df66e00e8bb7f23bb56e2a1ce0dc0332d" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:53:34Z, size = 18348009, hashes = { sha256 = "8cdd496bef21c9cbd8d3da6c59a8fa6e1aff8bf3b08e7ea4fc907a45efbd5b87" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:17:21Z, size = 19921565, hashes = { sha256 = "af44f2f03b4a70c37a2b1080d90f790d19c49e50bcc4156e21250654d06c1146" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-21T01:04:03Z, size = 21634769, hashes = { sha256 = "c6902e42f0edefc389119d2bdb3329e3a77e23d9e6dd9e70f6e7499347a082c1" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-21T01:17:45Z, size = 23356383, hashes = { sha256 = "666eecbfac558db7e33725361076e576acd2adf0e6b51362dad0fdbd295341ba" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-10-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-07T00:23:39Z, size = 26571203, hashes = { sha256 = "e9f8ec930b04bb02227a15683c2415ace41f6f738b42dc3429297cf8210e6804" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-10-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-07T00:22:47Z, size = 28605841, hashes = { sha256 = "a0e88356cbe971695fc62037eccd8d1df66e00e8bb7f23bb56e2a1ce0dc0332d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:53:34Z, size = 18348009, hashes = { sha256 = "8cdd496bef21c9cbd8d3da6c59a8fa6e1aff8bf3b08e7ea4fc907a45efbd5b87" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:17:21Z, size = 19921565, hashes = { sha256 = "af44f2f03b4a70c37a2b1080d90f790d19c49e50bcc4156e21250654d06c1146" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-21T01:04:03Z, size = 21634769, hashes = { sha256 = "c6902e42f0edefc389119d2bdb3329e3a77e23d9e6dd9e70f6e7499347a082c1" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-21T01:17:45Z, size = 23356383, hashes = { sha256 = "666eecbfac558db7e33725361076e576acd2adf0e6b51362dad0fdbd295341ba" } }, ] [[packages]] name = "pyasn1" version = "0.6.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyasn1-0.6.3-8-py3-none-any.whl", upload-time = 2026-03-17T05:41:19Z, size = 84913, hashes = { sha256 = "c7880c04f2208932a4ace765a28acbf2ca3449f38565cbcc68c56277543457ed" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyasn1-0.6.3-8-py3-none-any.whl", upload-time = 2026-03-17T05:41:19Z, size = 84913, hashes = { sha256 = "c7880c04f2208932a4ace765a28acbf2ca3449f38565cbcc68c56277543457ed" } }] [[packages]] name = "pyasn1-modules" version = "0.4.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyasn1_modules-0.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:18Z, size = 182267, hashes = { sha256 = "8724a612be6cd8be53ee9e163b112a82062b77ba1ed4fb251a9487c380924bcd" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyasn1_modules-0.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:18Z, size = 182267, hashes = { sha256 = "8724a612be6cd8be53ee9e163b112a82062b77ba1ed4fb251a9487c380924bcd" } }] [[packages]] name = "pycparser" version = "3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pycparser-3.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:32Z, size = 49105, hashes = { sha256 = "9abbc829c545f8768bcc5f21571ace7fa1442237f8980695195ccc6238dcd931" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pycparser-3.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:32Z, size = 49105, hashes = { sha256 = "9abbc829c545f8768bcc5f21571ace7fa1442237f8980695195ccc6238dcd931" } }] [[packages]] name = "pycryptodome" version = "3.23.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pycryptodome-3.23.0-8-cp37-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:50:53Z, size = 2083299, hashes = { sha256 = "ecfbf45f6c8d3ca2ff13205cb5a5949530762063ae86d67a73ad0be497c1254d" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pycryptodome-3.23.0-8-cp37-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:08:13Z, size = 2148955, hashes = { sha256 = "b2cf673d687f5a33b0eca43f3b809d390be157f29c83cd1c9d692a9cd7865b9f" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pycryptodome-3.23.0-8-cp37-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:50:53Z, size = 2083299, hashes = { sha256 = "ecfbf45f6c8d3ca2ff13205cb5a5949530762063ae86d67a73ad0be497c1254d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pycryptodome-3.23.0-8-cp37-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:08:13Z, size = 2148955, hashes = { sha256 = "b2cf673d687f5a33b0eca43f3b809d390be157f29c83cd1c9d692a9cd7865b9f" } }, ] [[packages]] name = "pydantic" -version = "2.13.3" +version = "2.12.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pydantic-2.13.3-8-py3-none-any.whl", upload-time = 2026-04-21T00:24:06Z, size = 472920, hashes = { sha256 = "06550296b33a9b70064b498aa64d0de508020da2da9c0f365a72c1b3f4e07fdc" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pydantic-2.12.5-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:55Z, size = 464522, hashes = { sha256 = "19055bfd7812a231f62affc0105f13f25928c409cb931e7be058af8b4cab41ea" } }] [[packages]] name = "pydantic-core" -version = "2.46.3" +version = "2.41.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pydantic_core-2.46.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-21T00:24:02Z, size = 1952330, hashes = { sha256 = "2609a0d8aeb0ef2c6c77bb91d348736f86229d82f4ff626fd58d388ddd487b2a" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pydantic_core-2.46.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-21T00:25:21Z, size = 2130511, hashes = { sha256 = "8c0a0e787c98ae51346d8098c1e7400247c6f5946cb9af374e9e207182f73d8e" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pydantic_core-2.41.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:51Z, size = 1970351, hashes = { sha256 = "59348f3b9067f83479aa98bc18c6c33a6c4a1191a6115351155f3187f0b3d785" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pydantic_core-2.41.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:40Z, size = 2159949, hashes = { sha256 = "9eee2d62422ab61244c937b617b278c9a0fd9429a409b1bfc26a6f5dc9555233" } }, ] [[packages]] name = "pydantic-settings" -version = "2.14.0" +version = "2.13.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pydantic_settings-2.14.0-8-py3-none-any.whl", upload-time = 2026-04-21T00:23:55Z, size = 61923, hashes = { sha256 = "9dbfe14e6e61436cc5b273316a433869ec730d1aa3327d88da967b701dbaa6d2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pydantic_settings-2.13.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:26Z, size = 59912, hashes = { sha256 = "a79e5937f84b65fafa4c2a97b6ce39b11d9f72c4cca7530ca2542def56031d7f" } }] [[packages]] name = "pygments" version = "2.20.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pygments-2.20.0-8-py3-none-any.whl", upload-time = 2026-03-30T00:23:48Z, size = 1232093, hashes = { sha256 = "6998b1a4af16a4479fbc72acf910c7b77c1b750e94ef470f7e48d397fd543d9c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pygments-2.20.0-8-py3-none-any.whl", upload-time = 2026-03-30T00:23:48Z, size = 1232093, hashes = { sha256 = "6998b1a4af16a4479fbc72acf910c7b77c1b750e94ef470f7e48d397fd543d9c" } }] [[packages]] name = "pyjwt" version = "2.12.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyjwt-2.12.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:29:10Z, size = 30617, hashes = { sha256 = "1ad4f526fb212072fa11c475e4b2a9870e43185179fac47fad49ace6c5e50f36" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyjwt-2.12.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:29:10Z, size = 30617, hashes = { sha256 = "1ad4f526fb212072fa11c475e4b2a9870e43185179fac47fad49ace6c5e50f36" } }] [[packages]] name = "pymongo" version = "4.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pymongo-4.16.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:53:27Z, size = 943066, hashes = { sha256 = "371d037e32588e4327f6fa784d385668e9081d379f95e20c272d7d8302cf7323" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pymongo-4.16.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:09Z, size = 944987, hashes = { sha256 = "c0b1ec347f3c80a236fd9d8afbb7a3add10700fe9308e5bdf8bce03bad8bf2e6" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pymongo-4.16.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:53:27Z, size = 943066, hashes = { sha256 = "371d037e32588e4327f6fa784d385668e9081d379f95e20c272d7d8302cf7323" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pymongo-4.16.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:09Z, size = 944987, hashes = { sha256 = "c0b1ec347f3c80a236fd9d8afbb7a3add10700fe9308e5bdf8bce03bad8bf2e6" } }, ] [[packages]] @@ -1146,47 +1119,47 @@ name = "pyodbc" version = "5.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyodbc-5.3.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:54:38Z, size = 318406, hashes = { sha256 = "398cee53cde270bdfdb5bf0d0b2322aba19d83b2b0874ae91713ded72f577350" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyodbc-5.3.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:45Z, size = 327809, hashes = { sha256 = "ece99edac01a222181c82b98c1cb2ef3424e4d4d7e278838ccf441de43d79950" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyodbc-5.3.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:54:38Z, size = 318406, hashes = { sha256 = "398cee53cde270bdfdb5bf0d0b2322aba19d83b2b0874ae91713ded72f577350" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyodbc-5.3.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:45Z, size = 327809, hashes = { sha256 = "ece99edac01a222181c82b98c1cb2ef3424e4d4d7e278838ccf441de43d79950" } }, ] [[packages]] name = "pyparsing" version = "3.3.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyparsing-3.3.2-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:13Z, size = 123702, hashes = { sha256 = "c6a5cad0eaff74dc0fbb13b8b28461e4e6fcc226aab97a3e03f15b3de9ed3aef" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyparsing-3.3.2-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:13Z, size = 123702, hashes = { sha256 = "c6a5cad0eaff74dc0fbb13b8b28461e4e6fcc226aab97a3e03f15b3de9ed3aef" } }] [[packages]] name = "pytablewriter" version = "1.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pytablewriter-1.2.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:38Z, size = 92223, hashes = { sha256 = "0174321199d680fef6b0d4c482753b006dee94e3b943832fef43b2c8a9f4ff88" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pytablewriter-1.2.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:38Z, size = 92223, hashes = { sha256 = "0174321199d680fef6b0d4c482753b006dee94e3b943832fef43b2c8a9f4ff88" } }] [[packages]] name = "python-dateutil" version = "2.9.0.post0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/python_dateutil-2.9.0.post0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T19:26:32Z, size = 231281, hashes = { sha256 = "2bb52138fb4e6d4a8f6ca9ba9bdf824ba5ef2bd2d1b1f1e0fc85165ef55bf357" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/python_dateutil-2.9.0.post0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T19:26:32Z, size = 231281, hashes = { sha256 = "2bb52138fb4e6d4a8f6ca9ba9bdf824ba5ef2bd2d1b1f1e0fc85165ef55bf357" } }] [[packages]] name = "python-dotenv" version = "1.2.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/python_dotenv-1.2.2-8-py3-none-any.whl", upload-time = 2026-03-01T16:54:15Z, size = 23076, hashes = { sha256 = "59781a0b1fd9ed9706bc6441dc0ee8bf70e49ada840fae00b94ce21f5ce3e119" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/python_dotenv-1.2.2-8-py3-none-any.whl", upload-time = 2026-03-01T16:54:15Z, size = 23076, hashes = { sha256 = "59781a0b1fd9ed9706bc6441dc0ee8bf70e49ada840fae00b94ce21f5ce3e119" } }] [[packages]] name = "pytz" version = "2026.1.post1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pytz-2026.1.post1-8-py3-none-any.whl", upload-time = 2026-03-03T16:36:57Z, size = 511543, hashes = { sha256 = "eceecb2ef8c69f65abe118d804270768e8441f54d74bf2c68a657a0fd139e8dd" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pytz-2026.1.post1-8-py3-none-any.whl", upload-time = 2026-03-03T16:36:57Z, size = 511543, hashes = { sha256 = "eceecb2ef8c69f65abe118d804270768e8441f54d74bf2c68a657a0fd139e8dd" } }] [[packages]] name = "pyyaml" version = "6.0.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyyaml-6.0.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T19:06:19Z, size = 46411, hashes = { sha256 = "9e47b6a6ce2f31d8621ac02863fbba453a3c2dbd0c6eb111fbea63fc3c8bdc2e" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyyaml-6.0.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:00:53Z, size = 46411, hashes = { sha256 = "ba90811f2d103bd439cd284c492f9e4acf1585757374969fbafdb57471288c41" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyyaml-6.0.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T19:06:19Z, size = 46411, hashes = { sha256 = "9e47b6a6ce2f31d8621ac02863fbba453a3c2dbd0c6eb111fbea63fc3c8bdc2e" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyyaml-6.0.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:00:53Z, size = 46411, hashes = { sha256 = "ba90811f2d103bd439cd284c492f9e4acf1585757374969fbafdb57471288c41" } }, ] [[packages]] @@ -1194,71 +1167,71 @@ name = "pyzmq" version = "27.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyzmq-27.1.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:53:37Z, size = 243723, hashes = { sha256 = "6ba001315c5463829d8c693335f2894033b26b4a75c4503990a92955c2b4a622" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyzmq-27.1.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:52Z, size = 251363, hashes = { sha256 = "ad607f3c572ed8d7a732641b3795362627572ccb9985f84f558bbd9224033918" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyzmq-27.1.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:53:37Z, size = 243723, hashes = { sha256 = "6ba001315c5463829d8c693335f2894033b26b4a75c4503990a92955c2b4a622" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyzmq-27.1.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:52Z, size = 251363, hashes = { sha256 = "ad607f3c572ed8d7a732641b3795362627572ccb9985f84f558bbd9224033918" } }, ] [[packages]] name = "referencing" version = "0.37.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/referencing-0.37.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:46Z, size = 27707, hashes = { sha256 = "46432cdafb0e44eba21e8b18815722f9fc117902430c06f0245db59fbc11054b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/referencing-0.37.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:46Z, size = 27707, hashes = { sha256 = "46432cdafb0e44eba21e8b18815722f9fc117902430c06f0245db59fbc11054b" } }] [[packages]] name = "regex" version = "2026.4.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/regex-2026.4.4-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-07T00:23:48Z, size = 767820, hashes = { sha256 = "d4ac20e7de2be71a5b16b516207bbd829d327b4b14115efef8d04aa1f294e438" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/regex-2026.4.4-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-07T00:22:39Z, size = 771504, hashes = { sha256 = "6348406d86a270486a68facf5e18babed737e64b939d8899d8c4e518e2caa9d5" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/regex-2026.4.4-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-07T00:23:48Z, size = 767820, hashes = { sha256 = "d4ac20e7de2be71a5b16b516207bbd829d327b4b14115efef8d04aa1f294e438" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/regex-2026.4.4-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-07T00:22:39Z, size = 771504, hashes = { sha256 = "6348406d86a270486a68facf5e18babed737e64b939d8899d8c4e518e2caa9d5" } }, ] [[packages]] name = "requests" version = "2.32.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/requests-2.32.5-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:43Z, size = 65687, hashes = { sha256 = "24bd3c69a5e21f8b6b332da0e8bfabbe5af488797b1d30b9b8321006a078b9ce" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/requests-2.32.5-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:43Z, size = 65687, hashes = { sha256 = "24bd3c69a5e21f8b6b332da0e8bfabbe5af488797b1d30b9b8321006a078b9ce" } }] [[packages]] name = "rich" -version = "15.0.0" +version = "14.3.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rich-15.0.0-8-py3-none-any.whl", upload-time = 2026-04-13T00:23:43Z, size = 311548, hashes = { sha256 = "87b0f497c4dd6342d4926619b9313d62daf99f040f5195642755ee8484cb0e6d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rich-14.3.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:18Z, size = 311355, hashes = { sha256 = "75645867b6fc01435de6533e887d19fbc296effa8e96664a64fb82a11b56c782" } }] [[packages]] name = "rouge-score" version = "0.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rouge_score-0.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:47Z, size = 25955, hashes = { sha256 = "8d627bfb43750efdb36616e90fbf3bfae41c6020f0aef7c69e7b7387399bc7ba" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rouge_score-0.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:47Z, size = 25955, hashes = { sha256 = "8d627bfb43750efdb36616e90fbf3bfae41c6020f0aef7c69e7b7387399bc7ba" } }] [[packages]] name = "rpds-py" version = "0.30.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rpds_py-0.30.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:59:46Z, size = 384299, hashes = { sha256 = "007fd6cb296fe0e83901bcbf146ceb844a513a62b026a8d2d09a7dae45cf1245" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rpds_py-0.30.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:40Z, size = 389174, hashes = { sha256 = "2c7e0f020f0079dfb3e1adfa23058c0277242f44ad3c90d77fd4ce7da37cccd6" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rpds_py-0.30.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:59:46Z, size = 384299, hashes = { sha256 = "007fd6cb296fe0e83901bcbf146ceb844a513a62b026a8d2d09a7dae45cf1245" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rpds_py-0.30.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:40Z, size = 389174, hashes = { sha256 = "2c7e0f020f0079dfb3e1adfa23058c0277242f44ad3c90d77fd4ce7da37cccd6" } }, ] [[packages]] name = "s3transfer" -version = "0.16.1" +version = "0.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/s3transfer-0.16.1-8-py3-none-any.whl", upload-time = 2026-04-23T00:29:38Z, size = 87899, hashes = { sha256 = "6350de2105e6fc48e4973a61c0a4c64d9669bf3bdd4bbcc5d2753d50b04ab45c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/s3transfer-0.16.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:46Z, size = 87899, hashes = { sha256 = "2d48013355498d447b088f9e9c33d6719c1c542d7251764c5d37192eb85ec250" } }] [[packages]] name = "sacrebleu" version = "2.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sacrebleu-2.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:08Z, size = 101707, hashes = { sha256 = "6c25014defc7dd6bf8ee04fad57c804864b69205fbb4299644d6eec44d193887" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sacrebleu-2.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:08Z, size = 101707, hashes = { sha256 = "6c25014defc7dd6bf8ee04fad57c804864b69205fbb4299644d6eec44d193887" } }] [[packages]] name = "safetensors" version = "0.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/safetensors-0.7.0-8-cp38-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:53:47Z, size = 481012, hashes = { sha256 = "b545a819a6066fee96ba121223ad48ea80909cef38c002126443aab81dec1c63" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/safetensors-0.7.0-8-cp38-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:16:21Z, size = 496528, hashes = { sha256 = "e87dee1ad52a0ca682335b982ebee8826c5e7724ecfe64ae610d7dd11ea3d74d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/safetensors-0.7.0-8-cp38-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:53:47Z, size = 481012, hashes = { sha256 = "b545a819a6066fee96ba121223ad48ea80909cef38c002126443aab81dec1c63" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/safetensors-0.7.0-8-cp38-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:16:21Z, size = 496528, hashes = { sha256 = "e87dee1ad52a0ca682335b982ebee8826c5e7724ecfe64ae610d7dd11ea3d74d" } }, ] [[packages]] @@ -1266,8 +1239,8 @@ name = "scikit-learn" version = "1.8.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/scikit_learn-1.8.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:17Z, size = 8316952, hashes = { sha256 = "237b0158e10247dce02e5b827994e8e6c8fd3eabe50ffb3e0fd30e53cb9a54c3" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/scikit_learn-1.8.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:58Z, size = 8676136, hashes = { sha256 = "b2cece5f1e0b90d1dab7735a8166c6f2cc97b44c71dfd90a09060b452f9aa7f6" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/scikit_learn-1.8.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:17Z, size = 8316952, hashes = { sha256 = "237b0158e10247dce02e5b827994e8e6c8fd3eabe50ffb3e0fd30e53cb9a54c3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/scikit_learn-1.8.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:58Z, size = 8676136, hashes = { sha256 = "b2cece5f1e0b90d1dab7735a8166c6f2cc97b44c71dfd90a09060b452f9aa7f6" } }, ] [[packages]] @@ -1275,181 +1248,174 @@ name = "scipy" version = "1.17.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/scipy-1.17.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:37Z, size = 22675574, hashes = { sha256 = "57a5f569a07fa03199e3df4ab853ace1b02c74114bc83e4e528e705ba7fece89" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/scipy-1.17.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:02Z, size = 24116508, hashes = { sha256 = "f225803387e36c84a0eabde10d2fcd9d3916693c4c4e7c48c8ea170ac010094a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/scipy-1.17.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:37Z, size = 22675574, hashes = { sha256 = "57a5f569a07fa03199e3df4ab853ace1b02c74114bc83e4e528e705ba7fece89" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/scipy-1.17.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:02Z, size = 24116508, hashes = { sha256 = "f225803387e36c84a0eabde10d2fcd9d3916693c4c4e7c48c8ea170ac010094a" } }, ] [[packages]] name = "setuptools" version = "80.10.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/setuptools-80.10.2-8-py3-none-any.whl", upload-time = 2026-02-23T19:01:02Z, size = 1065112, hashes = { sha256 = "63c2e1f57c5273c9709551fb366a0a267586064814d432216333058caf24d3da" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/setuptools-80.10.2-8-py3-none-any.whl", upload-time = 2026-02-23T19:01:02Z, size = 1065112, hashes = { sha256 = "63c2e1f57c5273c9709551fb366a0a267586064814d432216333058caf24d3da" } }] [[packages]] name = "shellingham" version = "1.5.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/shellingham-1.5.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T20:52:11Z, size = 10755, hashes = { sha256 = "fcca51a0e22b92bd978ad679d6b8e27a56c26479199bb531e9ee82c93d562345" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/shellingham-1.5.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T20:52:11Z, size = 10755, hashes = { sha256 = "fcca51a0e22b92bd978ad679d6b8e27a56c26479199bb531e9ee82c93d562345" } }] [[packages]] name = "six" version = "1.17.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/six-1.17.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T19:25:55Z, size = 12044, hashes = { sha256 = "16d3233a37cdfbced22b5c848c195f83c1498cacf5bc613564028255f0ff7aed" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/six-1.17.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T19:25:55Z, size = 12044, hashes = { sha256 = "16d3233a37cdfbced22b5c848c195f83c1498cacf5bc613564028255f0ff7aed" } }] [[packages]] name = "skl2onnx" version = "1.20.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/skl2onnx-1.20.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:35Z, size = 318112, hashes = { sha256 = "fe14880b21d700a1c83c07030cfb318ab3d52ad9b0e08ca72e8d12f6bf06d109" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/skl2onnx-1.20.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:35Z, size = 318112, hashes = { sha256 = "fe14880b21d700a1c83c07030cfb318ab3d52ad9b0e08ca72e8d12f6bf06d109" } }] [[packages]] name = "skops" -version = "0.14.0" +version = "0.13.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/skops-0.14.0-8-py3-none-any.whl", upload-time = 2026-04-21T00:33:21Z, size = 133089, hashes = { sha256 = "44c2ee894bc125e034246bdb556180b72190fa32e288295b3e2285aa6697629f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/skops-0.13.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:36Z, size = 132082, hashes = { sha256 = "fe6aba1bfb413f2583fd910cd557bd7a8c368083cb8da10b986c15aba39c8b04" } }] [[packages]] name = "smmap" version = "5.0.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/smmap-5.0.3-8-py3-none-any.whl", upload-time = 2026-03-09T12:11:51Z, size = 25275, hashes = { sha256 = "96b720eff495d2783b1d9498583f4fb53dc417915bcb93e6f0a4468d9c1ceb45" } }] - -[[packages]] -name = "sniffio" -version = "1.3.1" -marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sniffio-1.3.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:48Z, size = 11188, hashes = { sha256 = "fad4751f6153368d08be920f4c1951ec1e0eef3bbc6e4270b115ec088aaa663b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/smmap-5.0.3-8-py3-none-any.whl", upload-time = 2026-03-09T12:11:51Z, size = 25275, hashes = { sha256 = "96b720eff495d2783b1d9498583f4fb53dc417915bcb93e6f0a4468d9c1ceb45" } }] [[packages]] name = "soupsieve" version = "2.8.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/soupsieve-2.8.3-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:22Z, size = 38088, hashes = { sha256 = "987ad6425bd46a93d5daf2a7bb0fb7d2785999fb5f91412bd692bfb46080da47" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/soupsieve-2.8.3-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:22Z, size = 38088, hashes = { sha256 = "987ad6425bd46a93d5daf2a7bb0fb7d2785999fb5f91412bd692bfb46080da47" } }] [[packages]] name = "speculators" -version = "0.5.0" +version = "0.4.0a1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/speculators-0.5.0-8-py3-none-any.whl", upload-time = 2026-04-24T23:11:12Z, size = 113370, hashes = { sha256 = "1180e8bc87852cf15ac11d7fbae9d5a413d029c92d740295b7abdfa0d09e6611" } }] +sdist = { url = "https://files.pythonhosted.org/packages/02/42/577876b7e53d787d686c325643968ac4e9ce2a81592f7d529ead8ad7974f/speculators-0.4.0a1.tar.gz", upload-time = 2026-03-25T21:40:51Z, size = 79925, hashes = { sha256 = "acdc36835bf2b8ade66853b669ec10d4dce30e0d1b69c311fa4bf3fadcac78d6" } } +wheels = [{ url = "https://files.pythonhosted.org/packages/74/75/72d7f6de14eb0e35c6c59cc463f90bd2b280c76c0cf7502583eeac8cae2c/speculators-0.4.0a1-py3-none-any.whl", upload-time = 2026-03-25T21:40:49Z, size = 87315, hashes = { sha256 = "ac1e58b9068ff66392c94d08253bdfd0a0f081d6abf741f722aeedc0b76230f2" } }] [[packages]] name = "sqlalchemy" version = "2.0.49" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sqlalchemy-2.0.49-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-06T16:56:43Z, size = 3092961, hashes = { sha256 = "514a22b37c7c3792c8841fb70fac0dfa9ac613a82a9da09cdb15bda18d6a8c1a" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sqlalchemy-2.0.49-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-06T16:47:10Z, size = 3119626, hashes = { sha256 = "183667994440c0b9f64c9200e5604a9a1e9a9b8b3652d562ee8b80e3425d38c2" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sqlalchemy-2.0.49-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-06T16:56:43Z, size = 3092961, hashes = { sha256 = "514a22b37c7c3792c8841fb70fac0dfa9ac613a82a9da09cdb15bda18d6a8c1a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sqlalchemy-2.0.49-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-06T16:47:10Z, size = 3119626, hashes = { sha256 = "183667994440c0b9f64c9200e5604a9a1e9a9b8b3652d562ee8b80e3425d38c2" } }, ] [[packages]] name = "sqlitedict" version = "2.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sqlitedict-2.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:19Z, size = 17916, hashes = { sha256 = "f47329c9f87e923ec756a5222e6575b4b9b1a148a229e452a239e7e1ff3c9473" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sqlitedict-2.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:19Z, size = 17916, hashes = { sha256 = "f47329c9f87e923ec756a5222e6575b4b9b1a148a229e452a239e7e1ff3c9473" } }] [[packages]] name = "sqlparse" version = "0.5.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sqlparse-0.5.5-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:01Z, size = 47042, hashes = { sha256 = "76a002e63dfd611b8518e71bb36d750ed99d052a1c29a0134c269cf8a5a6301d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sqlparse-0.5.5-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:01Z, size = 47042, hashes = { sha256 = "76a002e63dfd611b8518e71bb36d750ed99d052a1c29a0134c269cf8a5a6301d" } }] [[packages]] name = "stack-data" version = "0.6.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/stack_data-0.6.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:41Z, size = 25644, hashes = { sha256 = "beac96bba94edc29fce151f456ce2b0fc584a8bb0c51527f8c8bf8e15b3804eb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/stack_data-0.6.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:41Z, size = 25644, hashes = { sha256 = "beac96bba94edc29fce151f456ce2b0fc584a8bb0c51527f8c8bf8e15b3804eb" } }] [[packages]] name = "starlette" version = "1.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/starlette-1.0.0-8-py3-none-any.whl", upload-time = 2026-03-23T00:31:36Z, size = 73563, hashes = { sha256 = "68ebcc60140e698200da51f595a084824b576e1427557f66eb735ab49f011133" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/starlette-1.0.0-8-py3-none-any.whl", upload-time = 2026-03-23T00:31:36Z, size = 73563, hashes = { sha256 = "68ebcc60140e698200da51f595a084824b576e1427557f66eb735ab49f011133" } }] [[packages]] name = "sympy" version = "1.14.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sympy-1.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:07Z, size = 6300241, hashes = { sha256 = "182d1756cceac22533af3b7c5003f96590df6e014e1e2e1965296293967fb114" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sympy-1.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:07Z, size = 6300241, hashes = { sha256 = "182d1756cceac22533af3b7c5003f96590df6e014e1e2e1965296293967fb114" } }] [[packages]] name = "tabledata" version = "1.3.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tabledata-1.3.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:34Z, size = 12849, hashes = { sha256 = "3a8772147e3b592ff03551c98bfa9e5498b227fc4cae0bb0f5e8bd0cd35fc91f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tabledata-1.3.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:34Z, size = 12849, hashes = { sha256 = "3a8772147e3b592ff03551c98bfa9e5498b227fc4cae0bb0f5e8bd0cd35fc91f" } }] [[packages]] name = "tabulate" version = "0.10.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tabulate-0.10.0-8-py3-none-any.whl", upload-time = 2026-03-05T01:31:49Z, size = 40600, hashes = { sha256 = "b8f6b047144fc72428f05ef7715ea851ddc3445f7bf86f2d3ee0e5a3f06f4186" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tabulate-0.10.0-8-py3-none-any.whl", upload-time = 2026-03-05T01:31:49Z, size = 40600, hashes = { sha256 = "b8f6b047144fc72428f05ef7715ea851ddc3445f7bf86f2d3ee0e5a3f06f4186" } }] [[packages]] name = "tcolorpy" version = "0.1.7" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tcolorpy-0.1.7-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:23Z, size = 9107, hashes = { sha256 = "bd0f171c326f150b2abadd0a86f343805da0f1155795e98e98c721c231437733" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tcolorpy-0.1.7-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:23Z, size = 9107, hashes = { sha256 = "bd0f171c326f150b2abadd0a86f343805da0f1155795e98e98c721c231437733" } }] [[packages]] name = "tenacity" version = "8.5.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tenacity-8.5.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:35Z, size = 29241, hashes = { sha256 = "998756c5d482cb42a317cfe2c46e33e95ba90df974ae2d33d39fea3981a602df" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tenacity-8.5.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:35Z, size = 29241, hashes = { sha256 = "998756c5d482cb42a317cfe2c46e33e95ba90df974ae2d33d39fea3981a602df" } }] [[packages]] name = "tensorboard" version = "2.20.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tensorboard-2.20.0-py3-none-any.whl", upload-time = 2025-10-18T17:11:30Z, size = 5525680, hashes = { sha256 = "9dc9f978cb84c0723acf9a345d96c184f0293d18f166bb8d59ee098e6cfaaba6" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tensorboard-2.20.0-py3-none-any.whl", upload-time = 2025-10-18T17:11:30Z, size = 5525680, hashes = { sha256 = "9dc9f978cb84c0723acf9a345d96c184f0293d18f166bb8d59ee098e6cfaaba6" } }] [[packages]] name = "tensorboard-data-server" version = "0.7.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tensorboard_data_server-0.7.2-py3-none-any.whl", upload-time = 2025-10-18T17:10:41Z, size = 2356, hashes = { sha256 = "7e0610d205889588983836ec05dc098e80f97b7e7bbff7e994ebb78f578d0ddb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tensorboard_data_server-0.7.2-py3-none-any.whl", upload-time = 2025-10-18T17:10:41Z, size = 2356, hashes = { sha256 = "7e0610d205889588983836ec05dc098e80f97b7e7bbff7e994ebb78f578d0ddb" } }] [[packages]] name = "threadpoolctl" version = "3.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/threadpoolctl-3.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:22Z, size = 19622, hashes = { sha256 = "7bc8fab3188832544d99739a3d1351dedeb7f088bf7d2c6c711825ebe0028c75" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/threadpoolctl-3.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:22Z, size = 19622, hashes = { sha256 = "7bc8fab3188832544d99739a3d1351dedeb7f088bf7d2c6c711825ebe0028c75" } }] [[packages]] name = "tinycss2" version = "1.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tinycss2-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:39Z, size = 27594, hashes = { sha256 = "213a663d5b05d099e7e5756a03ffc06cd7355117706e1b4af00ab882ae575896" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tinycss2-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:39Z, size = 27594, hashes = { sha256 = "213a663d5b05d099e7e5756a03ffc06cd7355117706e1b4af00ab882ae575896" } }] [[packages]] name = "tokenizers" version = "0.22.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tokenizers-0.22.2-8-cp39-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:52:20Z, size = 3227518, hashes = { sha256 = "f0b2e420a3968f2bf4106a4a3cd556bd0db55403d93ea8e9efa9fae97a67c660" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tokenizers-0.22.2-8-cp39-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:17:15Z, size = 3315200, hashes = { sha256 = "cc0643110fef97b5d8cf9c0df95058348869419ad7dcba72ff3ac6197d7ec7ff" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tokenizers-0.22.2-8-cp39-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:52:20Z, size = 3227518, hashes = { sha256 = "f0b2e420a3968f2bf4106a4a3cd556bd0db55403d93ea8e9efa9fae97a67c660" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tokenizers-0.22.2-8-cp39-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:17:15Z, size = 3315200, hashes = { sha256 = "cc0643110fef97b5d8cf9c0df95058348869419ad7dcba72ff3ac6197d7ec7ff" } }, ] [[packages]] name = "toml" version = "0.10.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/toml-0.10.2-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:19Z, size = 19679, hashes = { sha256 = "29482468f7c7269b5a43e47848ec58abd98ed98b894e8c45c8d77430a72767df" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/toml-0.10.2-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:19Z, size = 19679, hashes = { sha256 = "29482468f7c7269b5a43e47848ec58abd98ed98b894e8c45c8d77430a72767df" } }] [[packages]] name = "toolz" version = "1.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/toolz-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:51Z, size = 58996, hashes = { sha256 = "bd7bca0acff07b07453469e7ab162c5d925e326be756e31860a678fb33a6607d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/toolz-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:51Z, size = 58996, hashes = { sha256 = "bd7bca0acff07b07453469e7ab162c5d925e326be756e31860a678fb33a6607d" } }] [[packages]] name = "torch" version = "2.10.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-13-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-09T15:50:06Z, size = 1434311678, hashes = { sha256 = "abd7780bb000e26395789aaaf35ff44e7fc5eb4d18dc376a143dcf945273cf58" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-13-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-09T16:41:49Z, size = 1470596493, hashes = { sha256 = "23c50f2d26ebedd2e85e425acbfd3a7e38b7021877c454e7c88f51efad5f430c" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-14-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-24T03:51:10Z, size = 1434309202, hashes = { sha256 = "5a6ad14acb331b550d50da37d3d70df70ecfaefce5b316dd021f89745ef5bbde" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-14-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-24T04:36:02Z, size = 1470599502, hashes = { sha256 = "4c6cdcb47ab9c85dc9ceb2b15700463d511a40458027bff8bf4adf9cafdec398" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/torch-2.10.0-13-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-09T15:50:06Z, size = 1434311678, hashes = { sha256 = "abd7780bb000e26395789aaaf35ff44e7fc5eb4d18dc376a143dcf945273cf58" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/torch-2.10.0-13-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-09T16:41:49Z, size = 1470596493, hashes = { sha256 = "23c50f2d26ebedd2e85e425acbfd3a7e38b7021877c454e7c88f51efad5f430c" } }, ] [[packages]] @@ -1457,8 +1423,8 @@ name = "torchvision" version = "0.25.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torchvision-0.25.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-13T14:39:33Z, size = 5397818, hashes = { sha256 = "95887ac3bdca85dabf50c6bdb4a8ea5300617dde444764f0ded181f4192ae4b8" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torchvision-0.25.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-13T14:35:56Z, size = 5430320, hashes = { sha256 = "cbe480a8bdd0b48432de99920ab344580154f49af7beeebcab32db472c5a1121" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/torchvision-0.25.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-13T14:39:33Z, size = 5397818, hashes = { sha256 = "95887ac3bdca85dabf50c6bdb4a8ea5300617dde444764f0ded181f4192ae4b8" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/torchvision-0.25.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-13T14:35:56Z, size = 5430320, hashes = { sha256 = "cbe480a8bdd0b48432de99920ab344580154f49af7beeebcab32db472c5a1121" } }, ] [[packages]] @@ -1466,107 +1432,98 @@ name = "tornado" version = "6.5.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tornado-6.5.5-8-cp39-abi3-linux_aarch64.whl", upload-time = 2026-03-11T00:33:59Z, size = 447819, hashes = { sha256 = "fea56090c88ce165278058f9a431c49f129a2eaed5817547bcb9d63becda37e3" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tornado-6.5.5-8-cp39-abi3-linux_x86_64.whl", upload-time = 2026-03-11T00:32:29Z, size = 447344, hashes = { sha256 = "5b0f3371f487e8e35c146695925dec4657670e5b70817ca77df539a2d447144f" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tornado-6.5.5-8-cp39-abi3-linux_aarch64.whl", upload-time = 2026-03-11T00:33:59Z, size = 447819, hashes = { sha256 = "fea56090c88ce165278058f9a431c49f129a2eaed5817547bcb9d63becda37e3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tornado-6.5.5-8-cp39-abi3-linux_x86_64.whl", upload-time = 2026-03-11T00:32:29Z, size = 447344, hashes = { sha256 = "5b0f3371f487e8e35c146695925dec4657670e5b70817ca77df539a2d447144f" } }, ] [[packages]] name = "tqdm" version = "4.67.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tqdm-4.67.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:35Z, size = 79517, hashes = { sha256 = "56c2221a9d95c57e4800b9cba9915e923b86018fa21b1d211793024123b44f81" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tqdm-4.67.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:35Z, size = 79517, hashes = { sha256 = "56c2221a9d95c57e4800b9cba9915e923b86018fa21b1d211793024123b44f81" } }] [[packages]] name = "traitlets" version = "5.14.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/traitlets-5.14.3-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:26Z, size = 86284, hashes = { sha256 = "a2d24fe1a2f07a56e455fa0ed03ac50b40727ea43e99f63938509cff3d535cca" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/traitlets-5.14.3-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:26Z, size = 86284, hashes = { sha256 = "a2d24fe1a2f07a56e455fa0ed03ac50b40727ea43e99f63938509cff3d535cca" } }] [[packages]] name = "transformers" version = "4.57.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/transformers-4.57.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:41Z, size = 11994442, hashes = { sha256 = "7aae03d8aa555cbdf947c07840cd6394f23dd1aa89de14ca64610b80133a3777" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/transformers-4.57.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:41Z, size = 11994442, hashes = { sha256 = "7aae03d8aa555cbdf947c07840cd6394f23dd1aa89de14ca64610b80133a3777" } }] [[packages]] name = "triton" version = "3.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/triton-3.6.0-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-09T15:50:33Z, size = 269659654, hashes = { sha256 = "352099157c069c719395f3570094133418d7f9575214d6738127db39b1334b6d" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/triton-3.6.0-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-09T16:40:53Z, size = 273286344, hashes = { sha256 = "d3d9eb98ef6e39462b6f21da180953f95350f50c01b80567a665816159d74f4d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/triton-3.6.0-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-09T15:50:33Z, size = 269659654, hashes = { sha256 = "352099157c069c719395f3570094133418d7f9575214d6738127db39b1334b6d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/triton-3.6.0-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-09T16:40:53Z, size = 273286344, hashes = { sha256 = "d3d9eb98ef6e39462b6f21da180953f95350f50c01b80567a665816159d74f4d" } }, ] [[packages]] name = "typeguard" version = "4.5.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typeguard-4.5.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:19Z, size = 37674, hashes = { sha256 = "7f9cb3f830ddd39942094d8637c95de26159a3b64521655813f928c9ca23148a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typeguard-4.5.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:19Z, size = 37674, hashes = { sha256 = "7f9cb3f830ddd39942094d8637c95de26159a3b64521655813f928c9ca23148a" } }] [[packages]] name = "typepy" version = "1.3.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typepy-1.3.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:23Z, size = 32459, hashes = { sha256 = "d990f0ba9768bb9bf853adcd80d93406d494e18e6d150ea0953d7ed422eb2072" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typepy-1.3.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:23Z, size = 32459, hashes = { sha256 = "d990f0ba9768bb9bf853adcd80d93406d494e18e6d150ea0953d7ed422eb2072" } }] [[packages]] name = "typer" -version = "0.25.0" +version = "0.24.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typer-0.25.0-8-py3-none-any.whl", upload-time = 2026-04-27T00:19:17Z, size = 56880, hashes = { sha256 = "6a37557703c12af4ef81dd2bf91bcd379edf7f793d7271756c1dd87e5a5150dd" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typer-0.24.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:21Z, size = 56974, hashes = { sha256 = "b4c2060439dbd6a05afa4932b3cdabd5b8be362052a0141637a6bee1ed4dbd47" } }] [[packages]] name = "typing-extensions" version = "4.15.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typing_extensions-4.15.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:37Z, size = 45637, hashes = { sha256 = "c8049b6230657cc878c17ba7f6c55569599c6f7cb3a6f60c611c8d3a233e108b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typing_extensions-4.15.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:37Z, size = 45637, hashes = { sha256 = "c8049b6230657cc878c17ba7f6c55569599c6f7cb3a6f60c611c8d3a233e108b" } }] [[packages]] name = "typing-inspection" version = "0.4.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typing_inspection-0.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:33Z, size = 15593, hashes = { sha256 = "2cc4050a877d28bd16874b46c398231c2a3604ade11d9a92655d7c7b9478ca49" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typing_inspection-0.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:33Z, size = 15593, hashes = { sha256 = "2cc4050a877d28bd16874b46c398231c2a3604ade11d9a92655d7c7b9478ca49" } }] [[packages]] name = "tzdata" -version = "2026.2" +version = "2026.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tzdata-2026.2-8-py2.py3-none-any.whl", upload-time = 2026-04-24T23:06:24Z, size = 350226, hashes = { sha256 = "e80791a89ea26c35563535bc5a2f11974bbccbf7e20edf7c921b60fa4b9a464e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tzdata-2026.1-8-py2.py3-none-any.whl", upload-time = 2026-04-06T16:46:38Z, size = 349856, hashes = { sha256 = "80bfbd7f4a68cfe74cce3e6e13334d9a8c9070c9daeefc0f28e17b0788c74d28" } }] [[packages]] name = "urllib3" version = "2.6.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/urllib3-2.6.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:43Z, size = 132529, hashes = { sha256 = "36b25c499a82ab870d38c2f21328bf3a08fa8e06efe628331aec1a7d279f9be5" } }] - -[[packages]] -name = "uv" -version = "0.11.7" -marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uv-0.11.7-8-py3-none-linux_aarch64.whl", upload-time = 2026-04-16T16:12:17Z, size = 22709463, hashes = { sha256 = "dff77a268288cd08aa5283e34ccca337db24900ac13dc6cc60315b085c8c509b" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uv-0.11.7-8-py3-none-linux_x86_64.whl", upload-time = 2026-04-16T17:51:29Z, size = 24272413, hashes = { sha256 = "211c62967815082eb6f1ff7357b57750f2c774f9494cbd4484f7758e16fed293" } }, -] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/urllib3-2.6.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:43Z, size = 132529, hashes = { sha256 = "36b25c499a82ab870d38c2f21328bf3a08fa8e06efe628331aec1a7d279f9be5" } }] [[packages]] name = "uvicorn" version = "0.34.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uvicorn-0.34.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:36Z, size = 63383, hashes = { sha256 = "9ce7cfbcd34d9e8963dafdb2bbe44697afd895c9f2e8e76dab0d5c6fa874bde7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uvicorn-0.34.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:36Z, size = 63383, hashes = { sha256 = "9ce7cfbcd34d9e8963dafdb2bbe44697afd895c9f2e8e76dab0d5c6fa874bde7" } }] [[packages]] name = "uvicorn-worker" version = "0.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uvicorn_worker-0.3.0-9-py3-none-any.whl", upload-time = 2026-02-23T23:52:26Z, size = 6491, hashes = { sha256 = "ada69de1373016106ca023ad4ad5be518a7c575ea7b69522f28619d10420e265" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uvicorn_worker-0.3.0-9-py3-none-any.whl", upload-time = 2026-02-23T23:52:26Z, size = 6491, hashes = { sha256 = "ada69de1373016106ca023ad4ad5be518a7c575ea7b69522f28619d10420e265" } }] [[packages]] name = "uvloop" version = "0.22.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uvloop-0.22.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:29Z, size = 4042450, hashes = { sha256 = "7b68e223b8adffc1493469b998721ad8ad1c5141fea72eb105004c7d11b60019" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uvloop-0.22.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:29Z, size = 4227570, hashes = { sha256 = "5712e3b13e53fe2b0a4dd863d6a4c527441b8ddc81ddb2e57162e859164582f0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uvloop-0.22.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:29Z, size = 4042450, hashes = { sha256 = "7b68e223b8adffc1493469b998721ad8ad1c5141fea72eb105004c7d11b60019" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uvloop-0.22.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:29Z, size = 4227570, hashes = { sha256 = "5712e3b13e53fe2b0a4dd863d6a4c527441b8ddc81ddb2e57162e859164582f0" } }, ] [[packages]] @@ -1574,56 +1531,56 @@ name = "watchfiles" version = "1.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/watchfiles-1.1.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:33Z, size = 447962, hashes = { sha256 = "7ad231a7ee9fdcf6ce8db434acead9592d965628b8dfebdbd8f6684fcffbb090" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/watchfiles-1.1.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:06Z, size = 452333, hashes = { sha256 = "3f103a809f2b9a5b48aeffb3cc43f42beb39eafc86e7ace7f0d24bcccb13be47" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/watchfiles-1.1.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:33Z, size = 447962, hashes = { sha256 = "7ad231a7ee9fdcf6ce8db434acead9592d965628b8dfebdbd8f6684fcffbb090" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/watchfiles-1.1.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:06Z, size = 452333, hashes = { sha256 = "3f103a809f2b9a5b48aeffb3cc43f42beb39eafc86e7ace7f0d24bcccb13be47" } }, ] [[packages]] name = "wcwidth" version = "0.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/wcwidth-0.6.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:37Z, size = 95084, hashes = { sha256 = "d182742a4c27ed2029f84376ce336c3c483dc8d7589faaec0f3f01869f53d85c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/wcwidth-0.6.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:37Z, size = 95084, hashes = { sha256 = "d182742a4c27ed2029f84376ce336c3c483dc8d7589faaec0f3f01869f53d85c" } }] [[packages]] name = "webencodings" version = "0.5.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/webencodings-0.5.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:52Z, size = 11336, hashes = { sha256 = "731d0bb2d9b791ae8ed0ec9acbbe2ff8aa2c145e3f51a8093c7fefb5089bcf3d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/webencodings-0.5.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:52Z, size = 11336, hashes = { sha256 = "731d0bb2d9b791ae8ed0ec9acbbe2ff8aa2c145e3f51a8093c7fefb5089bcf3d" } }] [[packages]] name = "websockets" version = "16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/websockets-16.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:28Z, size = 185901, hashes = { sha256 = "1a95d351d9dafba51acc45bea4802661e2349efd58664a037d4b3a46091f24df" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/websockets-16.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:15Z, size = 185362, hashes = { sha256 = "8c1bcd10179f19abbad002f301dd0265be01b4626d140ab7674b66d1908381cd" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/websockets-16.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:28Z, size = 185901, hashes = { sha256 = "1a95d351d9dafba51acc45bea4802661e2349efd58664a037d4b3a46091f24df" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/websockets-16.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:15Z, size = 185362, hashes = { sha256 = "8c1bcd10179f19abbad002f301dd0265be01b4626d140ab7674b66d1908381cd" } }, ] [[packages]] name = "werkzeug" version = "3.1.8" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/werkzeug-3.1.8-8-py3-none-any.whl", upload-time = 2026-04-02T23:43:52Z, size = 227363, hashes = { sha256 = "f88c2aac49793705ee8e1c137e70ad3a3e49ec724333872a778db995f520c458" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/werkzeug-3.1.8-8-py3-none-any.whl", upload-time = 2026-04-02T23:43:52Z, size = 227363, hashes = { sha256 = "f88c2aac49793705ee8e1c137e70ad3a3e49ec724333872a778db995f520c458" } }] [[packages]] name = "wheel" -version = "0.47.0" +version = "0.46.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/wheel-0.47.0-8-py3-none-any.whl", upload-time = 2026-04-23T00:21:02Z, size = 33144, hashes = { sha256 = "6d038a1150d71f3deff332b6c736057e35c7b04dcb225cb948a9c77923f4225c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/wheel-0.46.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:25:51Z, size = 31483, hashes = { sha256 = "a663910859d40dd7015ff0d83bdf3f46350b17676c55bb9effb8979258766bc6" } }] [[packages]] name = "word2number" version = "1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/word2number-1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:45Z, size = 6576, hashes = { sha256 = "f979195bab525c8fe4864321672f579d5b15bcf889cc72b535f521b2a602a1ce" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/word2number-1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:45Z, size = 6576, hashes = { sha256 = "f979195bab525c8fe4864321672f579d5b15bcf889cc72b535f521b2a602a1ce" } }] [[packages]] name = "xxhash" -version = "3.7.0" +version = "3.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/xxhash-3.7.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-26T00:22:21Z, size = 196560, hashes = { sha256 = "eb84a9530128eaaa344ae64a1cf8197725c1a5d03cc81db68f1319e44b2345ad" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/xxhash-3.7.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-26T00:20:31Z, size = 155112, hashes = { sha256 = "919a65752a2c06bc503c5a92357b6d69936cc33cf6a0af94c77198ba38a295fe" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/xxhash-3.6.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:51:55Z, size = 196502, hashes = { sha256 = "3ccee6ecd6fcceea3550838c388a5253bace6e4b99b9d1b7e0122990547bbd4c" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/xxhash-3.6.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:17:16Z, size = 155053, hashes = { sha256 = "0d71b1f9986c5759a65082fe28d45e2d61f2542e55b20ff63a0999429d044625" } }, ] [[packages]] @@ -1631,25 +1588,25 @@ name = "yarl" version = "1.23.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yarl-1.23.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-02T01:21:45Z, size = 97664, hashes = { sha256 = "38fe3a72af8e5a190d58d09bb05c4be78d7339a0cb0e73b9a9d779145f04894b" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yarl-1.23.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-02T01:21:14Z, size = 98577, hashes = { sha256 = "855f06d0f5857b3e57b2c7ccf1a810c57506ed230ab20bc212e30a5c8b4e39a1" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yarl-1.23.0-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-19T05:57:01Z, size = 92151, hashes = { sha256 = "09099d745e3d3e73a8fffa1d10b0fada9b74fcf13f9f85f5f8f4a42a697d72b7" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yarl-1.23.0-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-19T05:57:53Z, size = 93980, hashes = { sha256 = "daa4cca81ef6295f546694bb4cf7dd8256de4f731008f20e06dc888db128536c" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yarl-1.23.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-02T01:21:45Z, size = 97664, hashes = { sha256 = "38fe3a72af8e5a190d58d09bb05c4be78d7339a0cb0e73b9a9d779145f04894b" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yarl-1.23.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-02T01:21:14Z, size = 98577, hashes = { sha256 = "855f06d0f5857b3e57b2c7ccf1a810c57506ed230ab20bc212e30a5c8b4e39a1" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yarl-1.23.0-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-19T05:57:01Z, size = 92151, hashes = { sha256 = "09099d745e3d3e73a8fffa1d10b0fada9b74fcf13f9f85f5f8f4a42a697d72b7" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yarl-1.23.0-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-19T05:57:53Z, size = 93980, hashes = { sha256 = "daa4cca81ef6295f546694bb4cf7dd8256de4f731008f20e06dc888db128536c" } }, ] [[packages]] name = "zipp" -version = "3.23.1" +version = "3.23.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/zipp-3.23.1-8-py3-none-any.whl", upload-time = 2026-04-14T00:32:37Z, size = 11297, hashes = { sha256 = "dcfbaafc1aa417e0accea3c52cade79f924f8ad35fa79dadfe0b75007a4dda57" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/zipp-3.23.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:25Z, size = 11192, hashes = { sha256 = "84049a90af34d0bcc5ea67bab1277231b59bbdaebce06a464e4ee812b37221fb" } }] [[packages]] name = "zstandard" version = "0.25.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/zstandard-0.25.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:16Z, size = 4004333, hashes = { sha256 = "8815e2d8adb7a15919fae2091bd593b83a5e8b71e604f8b4e0c1803259f7bba5" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/zstandard-0.25.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:01Z, size = 4317359, hashes = { sha256 = "a5b290bf39ae4f25be85cec34f8b3016d76abd044ad4c9306074941d7bdc6557" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/zstandard-0.25.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:16Z, size = 4004333, hashes = { sha256 = "8815e2d8adb7a15919fae2091bd593b83a5e8b71e604f8b4e0c1803259f7bba5" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/zstandard-0.25.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:01Z, size = 4317359, hashes = { sha256 = "a5b290bf39ae4f25be85cec34f8b3016d76abd044ad4c9306074941d7bdc6557" } }, ] # The following packages were excluded from the output: From 162dfe8622126f185e54b754b1f3bfd3c8f7f9ff Mon Sep 17 00:00:00 2001 From: Akshay Ghodake Date: Thu, 30 Apr 2026 13:38:43 +0530 Subject: [PATCH 3/4] fix(cve): add pillow override to pyproject.toml and update lock files Add pillow>=12.2.0 to override-dependencies in both jupyter/pytorch+llmcompressor and runtimes/pytorch+llmcompressor pyproject.toml files per reviewer feedback. Surgically update Pillow 12.1.1 -> 12.2.0 in pylock and requirements files to avoid unrelated package downgrades from RH index re-resolution. --- .../ubi9-python-3.12/pyproject.toml | 2 + .../ubi9-python-3.12/requirements.cuda.txt | 116 +-- .../uv.lock.d/pylock.cuda.toml | 945 +++++++++--------- .../ubi9-python-3.12/pyproject.toml | 2 + .../ubi9-python-3.12/requirements.cuda.txt | 124 ++- .../uv.lock.d/pylock.cuda.toml | 693 ++++++------- 6 files changed, 932 insertions(+), 950 deletions(-) diff --git a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml index abfd2f9d29..b1d4988f9e 100644 --- a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml +++ b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml @@ -67,4 +67,6 @@ override-dependencies = [ "urllib3>=2.6.0", # AIPCC-13675: protobuf 6.33.6+ UPB C extension segfaults on s390x "protobuf==6.31.1", + # RHOAIENG-58615: CVE-2026-40192 Pillow FITS GZIP decompression bomb + "pillow>=12.2.0", ] diff --git a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt index c294a2b158..10c8e40679 100644 --- a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt +++ b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt @@ -58,14 +58,14 @@ blinker==1.9.0 ; python_full_version >= '3.12' and implementation_name == 'cpyth --hash=sha256:5ff23a8464fd7a59c93f1b7ef03dc948abd4a48ccc3b966695ace12136b46ddf bokeh==3.9.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:7c5ea29ca3ea75a7f2d677461c1a19589501763ac5adc28c76faf4ae218aab10 -boto3==1.42.97 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:b0951f7ab044f8365b8db38976613d559d97e68ae458643c014ac42149e6f9a0 -botocore==1.42.97 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:1552360f1323dca810684c52044200fe009ad9b3fdc8f16c1d765db7cb314358 +boto3==1.42.92 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:1c91dcac60646dcae8c6ab0ccd86618cae06bd22bf41bda0c6b1bd01e40ccccc +botocore==1.42.93 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:475d71c7a25fd5db76f9edceacc96fdeacf9a4c69aee62bf713862830868d1da cachetools==7.0.6 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:fec79eb752cab7683cb0d34ba34107453f5309628c16774b9636dc7c6812ffcb -certifi==2026.4.22 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:1313539cae07cfc87cec7160420ea68eed92ce2323d921d347b3768ee019e8cf +certifi==2026.2.25 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:21e39b1e7d9cf0b5cb448a8a34ce4dc416e90e410df943ee4d2c258352cdac7b cffi==2.0.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:e5f30934094d0647d079f4acc39087dd0ecf773e30859950694fc37a71e1ee50 \ --hash=sha256:b1cdb7b6399f4316d8b0800b627298d1ba10e4e2863c18fe7128e788fa8d81b2 @@ -99,8 +99,8 @@ cycler==0.12.1 ; python_full_version >= '3.12' and implementation_name == 'cpyth --hash=sha256:22b7f31329b48734ce6e1ebab1d833a72271b215fae2712d0a3bec41439e4294 dask==2026.3.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:56229cab8dae78aa29d138868dc47b9711c264a6f3987b237ed0d33e3ed168ef -databricks-sdk==0.105.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:aa34922920be414f2ced386bd457cf135f30084c475000c13e54df754cee8165 +databricks-sdk==0.103.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:a44222af3b5a05a6ce0bb43b1b5ded177317a8d2f94766e6eba56d677f3b9afd dataproperty==1.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:89a501163d54c07a65d438e778affc9159950520d89762c4126227e3719c874a datasets==4.4.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -118,12 +118,9 @@ dill==0.3.9 ; python_full_version >= '3.12' and implementation_name == 'cpython' --hash=sha256:da0b0a5e7da9af69d626a5355ce81e0a1c6a99d9f0088ab90b418f39ed516021 distlib==0.4.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:59439711c1e3152abab0b356b3b90807055fb8c5de4fda2446d8dd08c391225e -distro==1.9.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:6d8b93fabc32efe7cad434cc515b6644bc6b611b584af9b7758cf8cc432573ff dnspython==2.8.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:db15ec16abf5022cddce18000862d6b7043ac477f8da1692590b98f3b2768c3e docker==7.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:b2254ca1c63fc9b832ecd64a468b51d842a72144a77abb1ea18332eb3442241a \ --hash=sha256:acb703c0af5c7f047c2f662cd2ad62d9fe04d4903f9d082b48ae5aa091b7d3a5 docstring-parser==0.18.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:563dd036e301a0f62b2165a21db3aa9a35484a8c5c8f2647b64be4516d554275 @@ -137,8 +134,8 @@ evaluate==0.4.6 ; python_full_version >= '3.12' and implementation_name == 'cpyt --hash=sha256:e8dc5a551bd4fe4c6f01afe77bcad279cc5f7e5961b265bd22724d4c93283d47 executing==2.2.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:d5e8569d0a77bb9a0580a3a407e8bfb53af42fa6a0312d0f818c6285c9eeca1a -fastapi==0.136.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:a79eb4b7ca09ac0b66b69119d0f8ce3fb065fadff92dc43516dfbcfc920a820c +fastapi==0.136.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:5fb3ceaee2e0ba7ea0966f0e94a95dac0580a63a742879724081fb56961ffe19 fastjsonschema==2.21.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:9a1162d043c993eb4ebd8a27044963c0833f125a361d82178be139877f65eda2 feast==0.62.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -165,8 +162,8 @@ fsspec==2025.10.0 ; python_full_version >= '3.12' and implementation_name == 'cp --hash=sha256:49c8e555fb012f235522c67ab02f0badf6ed422dabbcdfb9dcb332cb3f8638e5 gitdb==4.0.12 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:3b52cdcc889333bf2b1057ef5e5e553f12f5fbd773151c4af5fd2ea00fa1b28a -gitpython==3.1.48 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:bcf8430bbc58a9320e97eec090a85f0826231a2d54bef245cec1b5018363f032 +gitpython==3.1.46 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:7b5e4c5a2bdf4fa539dd1a32b271ffa3b5ea0e1843c6bc12754435f2a3f47d94 google-api-core==2.30.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:eff752e4a794317851f1969a002ec7092a78c6b2bcc17079958a0e060c4c3be7 google-auth==2.49.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -187,9 +184,9 @@ graphql-core==3.2.8 ; python_full_version >= '3.12' and implementation_name == ' --hash=sha256:50a9a79e614d2718f32d4b91a48842d2e65f278cbe0a8d37b43581cb89de2bc6 graphql-relay==3.2.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:96b196d33e8fcb88a6860230a3b2d56fa476fa34219d6c42acda065cf65b6ce0 -greenlet==3.5.0 ; (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'AMD64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'WIN32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'amd64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'ppc64le' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'win32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'x86_64' and sys_platform == 'linux') \ - --hash=sha256:d9bdfeba0fc3c7a33acbd6322639f8fabb808654e06458fce612fac9b461d5b7 \ - --hash=sha256:63a7b5d40009f1a6d050f8f16bc70981569fc9b8268f50b98a4a5b7587d83e49 +greenlet==3.4.0 ; (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'AMD64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'WIN32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'amd64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'ppc64le' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'win32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'x86_64' and sys_platform == 'linux') \ + --hash=sha256:5fabea1f2473dd92b38f22f619701beb025071fa4827db1a8d8dfa4052476e0f \ + --hash=sha256:7eb6b9b05f4a958c8acbe2a66e063cc8d42725a5ca62f989da2a7bf2f292f716 grpcio==1.80.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:80b5df239ee20eecd1f64669b0faa97d0ddd2f22eca71dc05a849755be6421cb \ --hash=sha256:02ce3c9bcb474a250f261e57e01ba49b4fba5a8fe780033ef8790cbc092b1e06 @@ -211,8 +208,8 @@ huey==2.6.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' --hash=sha256:da35534d817bac744dc11f46198949a18c5cc7993d185d380e655b3c790ae91c huggingface-hub==0.36.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:7489a555f773a2d5bbd1724ae081f49e0ced18b2781408fac6f47c1e72c29b7b -idna==3.13 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:7340bc06229ae6b4abe392da202819000819f0eaf05df8836d9f2b1cb2321d91 +idna==3.12 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:96c7c5fcefe6f5dba23b543218730a6909c9f3601e16d5589cfdee50651b3e98 importlib-metadata==8.7.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:038eeeac0bb7a88aee0bf75dd17cf12060ecb6db522de0c9b196e7a8b5691434 invoke==3.0.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -235,9 +232,6 @@ jedi==0.19.2 ; python_full_version >= '3.12' and implementation_name == 'cpython --hash=sha256:6047a9cc9d6653672e1d528d138e7aba1389b3b6cec7b1ad8e37f87d662260ac jinja2==3.1.6 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:67880b1f233f64306cdff96e1d26cb728e497af81ce12347b395a3fdefef2548 -jiter==0.14.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:fb4ce5242f6740bb07517ed3cca4a37cafaba5a54e90251fc656c8a7b3ba3f3a \ - --hash=sha256:4f6455b7f713761de21f6ce9c792135953299d06c43d44ddfa8f024d876c44cd jmespath==1.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:997120cb16100e10eb4fb3169ee9d00ed86167264fe8c538f6bb69592a6b83f9 joblib==1.5.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -323,8 +317,8 @@ loguru==0.7.3 ; python_full_version >= '3.12' and implementation_name == 'cpytho lxml==6.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:820a6df53772c761421c01babb955119a916a3f3148be31594318f47710404ff \ --hash=sha256:8b26528fe6e156f0f616c0fda5397bcc10abc0ce3069cbf4483dc5b619f773cf -mako==1.3.12 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:55a28a10cf84ec269394922a31469b25dcfdf45bb325a3dc241473c3cc62d9f2 +mako==1.3.11 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:28febee8e164f638283dc1125122dcca6be6ae1a5ebb5607bfbc3f0667a75028 markdown==3.10.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:960307579a189d1f1492937554ac3794d41188f9d44f5921a33385c5f1cb7c19 markdown-it-py==4.0.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -332,9 +326,9 @@ markdown-it-py==4.0.0 ; python_full_version >= '3.12' and implementation_name == markupsafe==3.0.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:367141995e0e06361ef0840b03a4628e47fe66a535d133094d91dd2c5f7cff4b \ --hash=sha256:f7c4ed8e3db09080017adb65466d70e6b44a8a03707bc5ddc7dd18122b2f711b -matplotlib==3.10.9 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:ace2f814c4020be9711a091eec2b3ed87a05c81fe313b389bb42eec9af9be03f \ - --hash=sha256:f2f63b2a57f164282d2bc8f5c97be55f46d6a1b828d8b275944e6ad0f48ec8d5 +matplotlib==3.10.8 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:443586efe3770a0adf3246c159356cefba2d8bc52c168e4f7908ddf3fb5098f0 \ + --hash=sha256:f179af6c28201c77179f3b748190b489067b528de9be45cbd27335e27585efaf matplotlib-inline==0.2.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:d594c8f4516c953d572ab526b61eaa2c898413cee9dd67f9bf1dd68ad2afed78 mbstrdecoder==1.1.4 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -422,26 +416,24 @@ onnxconverter-common==1.16.0 ; python_full_version >= '3.12' and implementation_ --hash=sha256:0708e01164697ed99f5a3146374f2514fe76c07955620fce9e361e1525d9da69 onnxscript==0.6.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:c2a4fee8df41f5af9c4d4572bebc5e2d9d7fcab8a0684c1b526e6dbc3349881e -openai==2.33.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:63731a0d989b7aead5f5972a4b3e2e0761f938725a8574eed21c5f8446deb5f8 opencensus==0.11.4 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:9074d6289520f1863598d69e4078f6df8a0ef193ee968f246f59d9c49cf3dbe3 opencensus-context==0.1.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:ea00a03a59fdbc7cfec9b81b33a7d7bc6e8c898c2273dcf8ceb91fd1c073b191 openshift-client==1.0.18 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:796e773d20fe675f10a739742b6054d8c8191e3eb102db95c7dac8881645639d -opentelemetry-api==1.41.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:8dbf400a829ea0c8ad8cea4545a512c580294b3404ec153de4e7a6e539bf6320 -opentelemetry-exporter-prometheus==0.62b1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:2ef37ed49bf5b3ded2df8140258e0c1259068c0b2147df133290235be34b3620 -opentelemetry-proto==1.41.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:757d8e665f10d8caa80a91ed8ef5dbf1125e17e332406e9d06e6a298d0bc38e1 -opentelemetry-sdk==1.41.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:1beb74872755dcd61729f075cab6e530199d48f209ce3f573698684d4700f967 -opentelemetry-semantic-conventions==0.62b1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:72a7c04212b17891c2d2550e6a8952f8e9bd39c41d94659b1144e05937835c07 -packaging==26.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:88b87ee741949ee5f902444ed5040207b411465422abfb44299071d1445e7c03 +opentelemetry-api==1.41.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:c3bdceb56bbcfd7625ce8bba7c2e5023389a1e63cb215faf44171a4f68a2563f +opentelemetry-exporter-prometheus==0.62b0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:1f016e8fa108e3eefd56667bf3cd129b310a51168d02afafe5885b09fd8b0ffe +opentelemetry-proto==1.41.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:d4c85ae05b3e6ca054fa393f8bb81a9c65944da153b288b05e106f9a2e54ab31 +opentelemetry-sdk==1.41.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:3260326b8a514ff5f733895239fe36f5975c96eef9d6564b3396fe19b6557bf2 +opentelemetry-semantic-conventions==0.62b0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:51ae5528635b9c84c1d91cf904658539c55092b39ba25bb04f068c332b5047c9 +packaging==26.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:2dd51673bb17b9a9078c46059d099fc729e1515b301ee98765be04405a3a3142 pandas==2.3.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:07bdb859fb98be11d1870afb066444d39df187b24f1ae6b3d48098b6e0a1d8b3 \ --hash=sha256:cc2643cce48baab2d4ff158f9de79d2be83ef1685d51138d2c7b6226606e1b93 \ @@ -457,17 +449,17 @@ parso==0.8.6 ; python_full_version >= '3.12' and implementation_name == 'cpython --hash=sha256:c9b103b1ee70180d6ca82bcb30652e7a9041814a4ba0cbe11470631a4ad5673c partd==1.4.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:5cfec3bf6368e41cd306476b6ed5fadb96fba7431b19ab6a725164348b69b687 -pathspec==1.1.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:7e6729bfd1de4f42137c78a058d9322895542a964755eb091805b99f4544c3d5 +pathspec==1.0.4 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:7219d700fefbf6ed5881b40d4efe753c9dc27a40ac06ac8a30a94e77fbe0b90f pathvalidate==3.3.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:6845e0cf9051b31d455a449acda5983114ce2c7085b81337e102c6517b71795d pexpect==4.9.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:8b376d8ae1d099528b1b0958be10c4489d636dc5e310b7f38c0fbc5d2f66e335 pillow==12.2.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:e34837e0501bda7d589613bd59ff689dde7adc9775cb7441b0ea4bc76a711d68 \ - --hash=sha256:893f8370df4aa50b75e4f7453649d86886f3c45da7b7c9c75122a0b55640af1d -pip==26.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:6d99d736160d98557f1eae8db814c273b9d3ea87a470c97d7dd92f2bf68c0e0d + --hash=sha256:a447355e5ddcb989f812d9ad0e0dee22a031c4f09f1114335dad01f84c03b82a \ + --hash=sha256:57a03b7853ede0c0739f7ba8e54cf97c2ab1ac96e85360c63ab10760c22eeecc +pip==26.0.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:0eb092df05f73261cb7825422aa89ce60cdda400111de90787afab6cc453f3f7 platformdirs==4.9.6 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:ebee18f7b9b5648eb17506f8ef3a4312942f6b477c279865a5e08957779bb10f plotly==6.7.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -614,8 +606,8 @@ rpds-py==0.30.0 ; python_full_version >= '3.12' and implementation_name == 'cpyt --hash=sha256:2c7e0f020f0079dfb3e1adfa23058c0277242f44ad3c90d77fd4ce7da37cccd6 ruamel-yaml==0.19.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:8784cedc1679fcd8109d0ca7dcc1c2efca598d21c33e269cf7f4baf557e3939e -s3transfer==0.16.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:6350de2105e6fc48e4973a61c0a4c64d9669bf3bdd4bbcc5d2753d50b04ab45c +s3transfer==0.16.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:2d48013355498d447b088f9e9c33d6719c1c542d7251764c5d37192eb85ec250 sacrebleu==2.6.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:6c25014defc7dd6bf8ee04fad57c804864b69205fbb4299644d6eec44d193887 safetensors==0.7.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -645,14 +637,12 @@ smart-open==7.6.0 ; python_full_version >= '3.12' and implementation_name == 'cp --hash=sha256:8c5feafd24f065764e62fd0bc426d32da4e4c11c5481b0da42290c5d9548ef55 smmap==5.0.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:96b720eff495d2783b1d9498583f4fb53dc417915bcb93e6f0a4468d9c1ceb45 -sniffio==1.3.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:fad4751f6153368d08be920f4c1951ec1e0eef3bbc6e4270b115ec088aaa663b snowballstemmer==3.0.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:e0334812c5d14f9a8f65fc64234c5a3ada28e53f0fed50425c9d9c1c2b845407 soupsieve==2.8.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:987ad6425bd46a93d5daf2a7bb0fb7d2785999fb5f91412bd692bfb46080da47 -speculators==0.5.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:1180e8bc87852cf15ac11d7fbae9d5a413d029c92d740295b7abdfa0d09e6611 +speculators==0.4.0.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:f15bb1e5922ce843dee4b58b54a6aad37ae5c4d2040d489a2c945a72a64255a8 sqlalchemy==2.0.49 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:514a22b37c7c3792c8841fb70fac0dfa9ac613a82a9da09cdb15bda18d6a8c1a \ --hash=sha256:183667994440c0b9f64c9200e5604a9a1e9a9b8b3652d562ee8b80e3425d38c2 @@ -697,9 +687,7 @@ toolz==1.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython --hash=sha256:bd7bca0acff07b07453469e7ab162c5d925e326be756e31860a678fb33a6607d torch==2.10.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:abd7780bb000e26395789aaaf35ff44e7fc5eb4d18dc376a143dcf945273cf58 \ - --hash=sha256:23c50f2d26ebedd2e85e425acbfd3a7e38b7021877c454e7c88f51efad5f430c \ - --hash=sha256:5a6ad14acb331b550d50da37d3d70df70ecfaefce5b316dd021f89745ef5bbde \ - --hash=sha256:4c6cdcb47ab9c85dc9ceb2b15700463d511a40458027bff8bf4adf9cafdec398 + --hash=sha256:23c50f2d26ebedd2e85e425acbfd3a7e38b7021877c454e7c88f51efad5f430c torchvision==0.25.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:95887ac3bdca85dabf50c6bdb4a8ea5300617dde444764f0ded181f4192ae4b8 \ --hash=sha256:cbe480a8bdd0b48432de99920ab344580154f49af7beeebcab32db472c5a1121 @@ -725,8 +713,8 @@ typing-extensions==4.15.0 ; python_full_version >= '3.12' and implementation_nam --hash=sha256:c8049b6230657cc878c17ba7f6c55569599c6f7cb3a6f60c611c8d3a233e108b typing-inspection==0.4.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:2cc4050a877d28bd16874b46c398231c2a3604ade11d9a92655d7c7b9478ca49 -tzdata==2026.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:e80791a89ea26c35563535bc5a2f11974bbccbf7e20edf7c921b60fa4b9a464e +tzdata==2026.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:80bfbd7f4a68cfe74cce3e6e13334d9a8c9070c9daeefc0f28e17b0788c74d28 ujson==5.12.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:ba8132279f8e9a5be43587e0386055be660dc323d206eb23fac26d1ccea9bec5 \ --hash=sha256:18df12100ffd4b45bc091d77266854b184d6b06ffb952bc4f763a4b5f3835df1 @@ -766,8 +754,8 @@ werkzeug==3.1.8 ; python_full_version >= '3.12' and implementation_name == 'cpyt --hash=sha256:f88c2aac49793705ee8e1c137e70ad3a3e49ec724333872a778db995f520c458 whatthepatch==1.0.7 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:bc82e1412113a07cc4f9522c1f26caf5191988f44eace04c337f86850917bf4e -wheel==0.47.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:6d038a1150d71f3deff332b6c736057e35c7b04dcb225cb948a9c77923f4225c +wheel==0.46.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:a663910859d40dd7015ff0d83bdf3f46350b17676c55bb9effb8979258766bc6 widgetsnbextension==4.0.15 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:c4c54b572a5aa6038a02a2ace6433470bfafd903abcbffb3e742d0a03165bd05 word2number==1.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -775,9 +763,9 @@ word2number==1.1 ; python_full_version >= '3.12' and implementation_name == 'cpy wrapt==2.1.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:ae69c246efc63abc147754029486ba186b46f40d844eebe6a0930fe0ca5d0d67 \ --hash=sha256:5794ce93e05ce512431194c4f0de2fd05216fd1c34a688956d77d3f45de34a04 -xxhash==3.7.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:eb84a9530128eaaa344ae64a1cf8197725c1a5d03cc81db68f1319e44b2345ad \ - --hash=sha256:919a65752a2c06bc503c5a92357b6d69936cc33cf6a0af94c77198ba38a295fe +xxhash==3.6.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:3ccee6ecd6fcceea3550838c388a5253bace6e4b99b9d1b7e0122990547bbd4c \ + --hash=sha256:0d71b1f9986c5759a65082fe28d45e2d61f2542e55b20ff63a0999429d044625 xyzservices==2026.3.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:7a4641e83ea240c2547ccfed3af0ee162b88e05ad663af462be00a07e818e224 yapf==0.43.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ diff --git a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml index 87ac57461b..b937ca0ed1 100644 --- a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml +++ b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file uv.lock.d/pylock.cuda.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --universal --no-annotate --no-emit-package odh-notebooks-meta-db-connectors-deps --no-emit-package odh-notebooks-meta-jupyterlab-datascience-deps --no-emit-package odh-notebooks-meta-jupyterlab-deps --no-emit-package odh-notebooks-meta-llmcompressor-deps --no-emit-package odh-notebooks-meta-runtime-elyra-deps --no-emit-package odh-notebooks-meta-runtime-datascience-deps --no-emit-package odh-notebooks-meta-workbench-datascience-deps --constraints ../../../dependencies/cve-constraints.txt --exclude-newer=2026-04-16T12:35:57Z --default-index=https://console.redhat.com/api/pypi/public-rhai/rhoai/3.4/cuda13.0-ubi9/simple/?format=json +# uv pip compile pyproject.toml --output-file uv.lock.d/pylock.cuda.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --universal --no-annotate --no-emit-package odh-notebooks-meta-db-connectors-deps --no-emit-package odh-notebooks-meta-jupyterlab-datascience-deps --no-emit-package odh-notebooks-meta-jupyterlab-deps --no-emit-package odh-notebooks-meta-llmcompressor-deps --no-emit-package odh-notebooks-meta-runtime-elyra-deps --no-emit-package odh-notebooks-meta-runtime-datascience-deps --no-emit-package odh-notebooks-meta-workbench-datascience-deps --constraints ../../../dependencies/cve-constraints.txt --exclude-newer=2026-04-22T07:11:06Z --default-index=https://console.redhat.com/api/pypi/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/simple/?format=json lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" @@ -8,279 +8,279 @@ requires-python = ">=3.12" name = "absl-py" version = "2.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/absl_py-2.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:37Z, size = 136656, hashes = { sha256 = "af1b772dab810743b3e84636793da476e184b4e9b2df2b96d7c27ac762520e95" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/absl_py-2.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:37Z, size = 136656, hashes = { sha256 = "af1b772dab810743b3e84636793da476e184b4e9b2df2b96d7c27ac762520e95" } }] [[packages]] name = "accelerate" version = "1.12.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/accelerate-1.12.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:28Z, size = 381894, hashes = { sha256 = "080d0a7b2ae95fc4f6ee347751ae94acccc8a73dae50ef13e23b26bf641d9c98" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/accelerate-1.12.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:28Z, size = 381894, hashes = { sha256 = "080d0a7b2ae95fc4f6ee347751ae94acccc8a73dae50ef13e23b26bf641d9c98" } }] [[packages]] name = "aiohappyeyeballs" version = "2.6.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/aiohappyeyeballs-2.6.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:04Z, size = 16275, hashes = { sha256 = "5d9de996cc5c9d09eadc8ab3a527b1032536ecd43f5c7e676bb677f6f62e8829" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/aiohappyeyeballs-2.6.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:04Z, size = 16275, hashes = { sha256 = "5d9de996cc5c9d09eadc8ab3a527b1032536ecd43f5c7e676bb677f6f62e8829" } }] [[packages]] name = "aiohttp" version = "3.13.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/aiohttp-3.13.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T00:24:31Z, size = 1642895, hashes = { sha256 = "0d2aa71ace82a9a27ce270e675e5a6c9cb07e8fee6b44c8ded0d81e06f0a4fff" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/aiohttp-3.13.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T00:25:13Z, size = 1676175, hashes = { sha256 = "6581f88c234590ce929da49390a48054f6920245d28fb14ab4ae9a51b47c6751" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/aiohttp-3.13.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T00:24:31Z, size = 1642895, hashes = { sha256 = "0d2aa71ace82a9a27ce270e675e5a6c9cb07e8fee6b44c8ded0d81e06f0a4fff" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/aiohttp-3.13.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T00:25:13Z, size = 1676175, hashes = { sha256 = "6581f88c234590ce929da49390a48054f6920245d28fb14ab4ae9a51b47c6751" } }, ] [[packages]] name = "aiohttp-cors" version = "0.8.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/aiohttp_cors-0.8.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:21Z, size = 26245, hashes = { sha256 = "0229cdb28a2ef0020acb8eeeacca27eedca4ad48ad14129e4adef4866317f29a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/aiohttp_cors-0.8.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:21Z, size = 26245, hashes = { sha256 = "0229cdb28a2ef0020acb8eeeacca27eedca4ad48ad14129e4adef4866317f29a" } }] [[packages]] name = "aiosignal" version = "1.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/aiosignal-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:05Z, size = 8405, hashes = { sha256 = "dc9ead1e00399132d9cea85a522aa270f31278e36bf3a46f9a9f0c27d22cb416" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/aiosignal-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:05Z, size = 8405, hashes = { sha256 = "dc9ead1e00399132d9cea85a522aa270f31278e36bf3a46f9a9f0c27d22cb416" } }] [[packages]] name = "alembic" version = "1.18.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/alembic-1.18.4-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:46Z, size = 265906, hashes = { sha256 = "1d235eb4a75d5fb1a46d91b9540d024e100f4da3685fdc97982a835e046b085d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/alembic-1.18.4-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:46Z, size = 265906, hashes = { sha256 = "1d235eb4a75d5fb1a46d91b9540d024e100f4da3685fdc97982a835e046b085d" } }] [[packages]] name = "annotated-doc" version = "0.0.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/annotated_doc-0.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:39Z, size = 6246, hashes = { sha256 = "d70593fd10d8cb2e34db2bfd7e16fd6ec75850b62d2f7bf5ae1df6920749cfb4" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/annotated_doc-0.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:39Z, size = 6246, hashes = { sha256 = "d70593fd10d8cb2e34db2bfd7e16fd6ec75850b62d2f7bf5ae1df6920749cfb4" } }] [[packages]] name = "annotated-types" version = "0.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/annotated_types-0.7.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:25:45Z, size = 14602, hashes = { sha256 = "eaa2dac699b34669e542ad0d0107320df25bb56191a93f0d1bfea0c8e0b58ac6" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/annotated_types-0.7.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:25:45Z, size = 14602, hashes = { sha256 = "eaa2dac699b34669e542ad0d0107320df25bb56191a93f0d1bfea0c8e0b58ac6" } }] [[packages]] name = "anyio" version = "4.13.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/anyio-4.13.0-8-py3-none-any.whl", upload-time = 2026-03-24T23:30:11Z, size = 115249, hashes = { sha256 = "9a056e8f030fe667ca2fecf68ee0f0a9b9318f06cb3bac19f7302028ab60800d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/anyio-4.13.0-8-py3-none-any.whl", upload-time = 2026-03-24T23:30:11Z, size = 115249, hashes = { sha256 = "9a056e8f030fe667ca2fecf68ee0f0a9b9318f06cb3bac19f7302028ab60800d" } }] [[packages]] name = "appengine-python-standard" version = "2.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/appengine_python_standard-2.0.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:09:16Z, size = 995403, hashes = { sha256 = "3f4a704e3fbf2fb16afeaa222876e76e69a0f6c5e808bf3469a2e8f406db759b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/appengine_python_standard-2.0.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:09:16Z, size = 995403, hashes = { sha256 = "3f4a704e3fbf2fb16afeaa222876e76e69a0f6c5e808bf3469a2e8f406db759b" } }] [[packages]] name = "argon2-cffi" version = "25.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/argon2_cffi-25.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:41Z, size = 15775, hashes = { sha256 = "d835eca2aaae5d7dcf3b8bb7cce4040944461d3a17dcb970a6fe03aa99aaed70" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/argon2_cffi-25.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:41Z, size = 15775, hashes = { sha256 = "d835eca2aaae5d7dcf3b8bb7cce4040944461d3a17dcb970a6fe03aa99aaed70" } }] [[packages]] name = "argon2-cffi-bindings" version = "25.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/argon2_cffi_bindings-25.1.0-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:51:07Z, size = 82397, hashes = { sha256 = "9a1d7f23e90719d9b9ced2501895f1e76852b7f01b9086e5f4f283d77a0bd389" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/argon2_cffi_bindings-25.1.0-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:07:58Z, size = 86924, hashes = { sha256 = "69b32b2b855436e4e8fd676b0cb9c1cad006f6c87d56f509a605ddc460df3523" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/argon2_cffi_bindings-25.1.0-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:51:07Z, size = 82397, hashes = { sha256 = "9a1d7f23e90719d9b9ced2501895f1e76852b7f01b9086e5f4f283d77a0bd389" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/argon2_cffi_bindings-25.1.0-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:07:58Z, size = 86924, hashes = { sha256 = "69b32b2b855436e4e8fd676b0cb9c1cad006f6c87d56f509a605ddc460df3523" } }, ] [[packages]] name = "arrow" version = "1.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/arrow-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:05Z, size = 69684, hashes = { sha256 = "4db207e7f05366654e5c8c1fb3099174cf980394ffd9dbdd9ce3018b6782f234" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/arrow-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:05Z, size = 69684, hashes = { sha256 = "4db207e7f05366654e5c8c1fb3099174cf980394ffd9dbdd9ce3018b6782f234" } }] [[packages]] name = "astroid" version = "4.0.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/astroid-4.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:40Z, size = 277342, hashes = { sha256 = "75257cd821d290de4561baf8ef195eff3ffef90b801e3dec2fe364879f037b35" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/astroid-4.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:40Z, size = 277342, hashes = { sha256 = "75257cd821d290de4561baf8ef195eff3ffef90b801e3dec2fe364879f037b35" } }] [[packages]] name = "asttokens" version = "3.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/asttokens-3.0.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:52Z, size = 28094, hashes = { sha256 = "e714002e22582b4a1aa1b4aec10491869ec722446a7d975b9d0ca27723440621" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/asttokens-3.0.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:52Z, size = 28094, hashes = { sha256 = "e714002e22582b4a1aa1b4aec10491869ec722446a7d975b9d0ca27723440621" } }] [[packages]] name = "async-lru" version = "2.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/async_lru-2.3.0-8-py3-none-any.whl", upload-time = 2026-03-19T06:07:41Z, size = 9318, hashes = { sha256 = "7607a324c3a170953233990311590a6bf35bdabb5eae2b6952a3e6dcf888d9ed" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/async_lru-2.3.0-8-py3-none-any.whl", upload-time = 2026-03-19T06:07:41Z, size = 9318, hashes = { sha256 = "7607a324c3a170953233990311590a6bf35bdabb5eae2b6952a3e6dcf888d9ed" } }] [[packages]] name = "attrs" version = "26.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/attrs-26.1.0-8-py3-none-any.whl", upload-time = 2026-03-19T20:58:38Z, size = 68476, hashes = { sha256 = "3f4adf2e22ff7ba4644217c551caa81c6a546395d46ebaa77bfdee60e32b1f5b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/attrs-26.1.0-8-py3-none-any.whl", upload-time = 2026-03-19T20:58:38Z, size = 68476, hashes = { sha256 = "3f4adf2e22ff7ba4644217c551caa81c6a546395d46ebaa77bfdee60e32b1f5b" } }] [[packages]] name = "auto-round" version = "0.10.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/auto_round-0.10.2-8-py3-none-any.whl", upload-time = 2026-02-25T21:24:07Z, size = 564593, hashes = { sha256 = "856918eb16f008320d69d35de27a11c385b59779dfd1438dd62de42e8630dfb9" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/auto_round-0.10.2-8-py3-none-any.whl", upload-time = 2026-02-25T21:24:07Z, size = 564593, hashes = { sha256 = "856918eb16f008320d69d35de27a11c385b59779dfd1438dd62de42e8630dfb9" } }] [[packages]] name = "autopep8" version = "2.0.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/autopep8-2.0.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:52:23Z, size = 46383, hashes = { sha256 = "b33f05a77e16a77aa0090a7c2bf5dedaeb458189ade02dbc2b9932a3816df263" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/autopep8-2.0.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:52:23Z, size = 46383, hashes = { sha256 = "b33f05a77e16a77aa0090a7c2bf5dedaeb458189ade02dbc2b9932a3816df263" } }] [[packages]] name = "babel" version = "2.18.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/babel-2.18.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:06Z, size = 10197773, hashes = { sha256 = "1a26890167a5962213e3fa8f2d6c9635a5525b8563857b1e95af547646ef68ea" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/babel-2.18.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:06Z, size = 10197773, hashes = { sha256 = "1a26890167a5962213e3fa8f2d6c9635a5525b8563857b1e95af547646ef68ea" } }] [[packages]] name = "bcrypt" version = "5.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/bcrypt-5.0.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:50:33Z, size = 273434, hashes = { sha256 = "4e5f2422f086ba891f00bb893fccadbe6d2fd7e0bb89f7e374f7caef69515249" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/bcrypt-5.0.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:19Z, size = 278436, hashes = { sha256 = "c0b4c39ba3dd56cfb53ad2bf8f6b9af615c22ddee4cd4d6215a4e719d666e80b" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/bcrypt-5.0.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:50:33Z, size = 273434, hashes = { sha256 = "4e5f2422f086ba891f00bb893fccadbe6d2fd7e0bb89f7e374f7caef69515249" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/bcrypt-5.0.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:19Z, size = 278436, hashes = { sha256 = "c0b4c39ba3dd56cfb53ad2bf8f6b9af615c22ddee4cd4d6215a4e719d666e80b" } }, ] [[packages]] name = "beautifulsoup4" version = "4.14.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/beautifulsoup4-4.14.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:03Z, size = 108675, hashes = { sha256 = "ba5364431983923fa796510cc70610d9e21f6c92f469e16230aa34016c32ffda" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/beautifulsoup4-4.14.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:03Z, size = 108675, hashes = { sha256 = "ba5364431983923fa796510cc70610d9e21f6c92f469e16230aa34016c32ffda" } }] [[packages]] name = "bigtree" version = "1.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/bigtree-1.4.0-8-py3-none-any.whl", upload-time = 2026-03-24T11:48:28Z, size = 118568, hashes = { sha256 = "247dd7938ad9b544e2e2d90c0ab33df43efe1b46974cd9cc048a970fe87148ac" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/bigtree-1.4.0-8-py3-none-any.whl", upload-time = 2026-03-24T11:48:28Z, size = 118568, hashes = { sha256 = "247dd7938ad9b544e2e2d90c0ab33df43efe1b46974cd9cc048a970fe87148ac" } }] [[packages]] name = "black" version = "26.3.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/black-26.3.1-8-py3-none-any.whl", upload-time = 2026-03-12T05:46:06Z, size = 208470, hashes = { sha256 = "6beef137d00f5811a5f49802a06343d32b032ce3bd9978dd04c001d93449fa1e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/black-26.3.1-8-py3-none-any.whl", upload-time = 2026-03-12T05:46:06Z, size = 208470, hashes = { sha256 = "6beef137d00f5811a5f49802a06343d32b032ce3bd9978dd04c001d93449fa1e" } }] [[packages]] name = "bleach" version = "6.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/bleach-6.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:06Z, size = 165329, hashes = { sha256 = "4481fbde86076cc180511d11e201e4d69376553f13b40edb862d9dc9404e65f0" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/bleach-6.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:06Z, size = 165329, hashes = { sha256 = "4481fbde86076cc180511d11e201e4d69376553f13b40edb862d9dc9404e65f0" } }] [[packages]] name = "blinker" version = "1.9.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/blinker-1.9.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:02Z, size = 9399, hashes = { sha256 = "5ff23a8464fd7a59c93f1b7ef03dc948abd4a48ccc3b966695ace12136b46ddf" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/blinker-1.9.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:02Z, size = 9399, hashes = { sha256 = "5ff23a8464fd7a59c93f1b7ef03dc948abd4a48ccc3b966695ace12136b46ddf" } }] [[packages]] name = "bokeh" version = "3.9.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/bokeh-3.9.0-8-py3-none-any.whl", upload-time = 2026-03-11T20:52:38Z, size = 6396964, hashes = { sha256 = "7c5ea29ca3ea75a7f2d677461c1a19589501763ac5adc28c76faf4ae218aab10" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/bokeh-3.9.0-8-py3-none-any.whl", upload-time = 2026-03-11T20:52:38Z, size = 6396964, hashes = { sha256 = "7c5ea29ca3ea75a7f2d677461c1a19589501763ac5adc28c76faf4ae218aab10" } }] [[packages]] name = "boto3" -version = "1.42.84" +version = "1.42.92" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/boto3-1.42.84-8-py3-none-any.whl", upload-time = 2026-04-07T00:31:14Z, size = 141549, hashes = { sha256 = "e02db36e72cf9c5a640f1dd4c3eaabfd91af242bdd9490ca7c2193f4d39784ab" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/boto3-1.42.92-8-py3-none-any.whl", upload-time = 2026-04-21T00:33:46Z, size = 141548, hashes = { sha256 = "1c91dcac60646dcae8c6ab0ccd86618cae06bd22bf41bda0c6b1bd01e40ccccc" } }] [[packages]] name = "botocore" -version = "1.42.84" +version = "1.42.93" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/botocore-1.42.84-8-py3-none-any.whl", upload-time = 2026-04-07T00:22:55Z, size = 14793399, hashes = { sha256 = "f07205e5435b16904ed4b9a161470dd479177d4e1991f7b9f5689a80050d2b33" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/botocore-1.42.93-8-py3-none-any.whl", upload-time = 2026-04-22T00:23:29Z, size = 14889502, hashes = { sha256 = "475d71c7a25fd5db76f9edceacc96fdeacf9a4c69aee62bf713862830868d1da" } }] [[packages]] name = "cachetools" -version = "7.0.5" +version = "7.0.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cachetools-7.0.5-8-py3-none-any.whl", upload-time = 2026-03-10T00:51:12Z, size = 14879, hashes = { sha256 = "500990b0b298f99f9ead78ca607e9e2af5c6eb631807f39f4dcff86728ae28f9" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cachetools-7.0.6-8-py3-none-any.whl", upload-time = 2026-04-21T00:33:32Z, size = 14934, hashes = { sha256 = "fec79eb752cab7683cb0d34ba34107453f5309628c16774b9636dc7c6812ffcb" } }] [[packages]] name = "certifi" version = "2026.2.25" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/certifi-2026.2.25-8-py3-none-any.whl", upload-time = 2026-02-25T21:25:25Z, size = 4776, hashes = { sha256 = "21e39b1e7d9cf0b5cb448a8a34ce4dc416e90e410df943ee4d2c258352cdac7b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/certifi-2026.2.25-8-py3-none-any.whl", upload-time = 2026-02-25T21:25:25Z, size = 4776, hashes = { sha256 = "21e39b1e7d9cf0b5cb448a8a34ce4dc416e90e410df943ee4d2c258352cdac7b" } }] [[packages]] name = "cffi" version = "2.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cffi-2.0.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:00Z, size = 417071, hashes = { sha256 = "e5f30934094d0647d079f4acc39087dd0ecf773e30859950694fc37a71e1ee50" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cffi-2.0.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:22Z, size = 414451, hashes = { sha256 = "b1cdb7b6399f4316d8b0800b627298d1ba10e4e2863c18fe7128e788fa8d81b2" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cffi-2.0.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:00Z, size = 417071, hashes = { sha256 = "e5f30934094d0647d079f4acc39087dd0ecf773e30859950694fc37a71e1ee50" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cffi-2.0.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:22Z, size = 414451, hashes = { sha256 = "b1cdb7b6399f4316d8b0800b627298d1ba10e4e2863c18fe7128e788fa8d81b2" } }, ] [[packages]] name = "chardet" version = "5.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/chardet-5.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:11Z, size = 200312, hashes = { sha256 = "e8b9ed32f4f99fe73de64e1d711f21fe792fb214b4e490abc3f9f004036c30db" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/chardet-5.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:11Z, size = 200312, hashes = { sha256 = "e8b9ed32f4f99fe73de64e1d711f21fe792fb214b4e490abc3f9f004036c30db" } }] [[packages]] name = "charset-normalizer" version = "3.4.7" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/charset_normalizer-3.4.7-8-py3-none-any.whl", upload-time = 2026-04-02T15:22:09Z, size = 62949, hashes = { sha256 = "00debc5f0c70318d0da4f0850d4691ebff94280f39e99de806f15496f370ba01" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/charset_normalizer-3.4.7-8-py3-none-any.whl", upload-time = 2026-04-02T15:22:09Z, size = 62949, hashes = { sha256 = "00debc5f0c70318d0da4f0850d4691ebff94280f39e99de806f15496f370ba01" } }] [[packages]] name = "click" version = "8.1.8" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/click-8.1.8-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:15Z, size = 99115, hashes = { sha256 = "1f82c24da762256bf19e09509300aa99a81c514e5cc7b45808f0e9b5f43fdca7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/click-8.1.8-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:15Z, size = 99115, hashes = { sha256 = "1f82c24da762256bf19e09509300aa99a81c514e5cc7b45808f0e9b5f43fdca7" } }] [[packages]] name = "click-option-group" version = "0.5.7" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/click_option_group-0.5.7-8-py3-none-any.whl", upload-time = 2026-03-02T23:10:16Z, size = 12523, hashes = { sha256 = "1544d03f4a305c7095396c6a5aa0102ab4ef03a252d89c8c8c1875bade3c76bd" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/click_option_group-0.5.7-8-py3-none-any.whl", upload-time = 2026-03-02T23:10:16Z, size = 12523, hashes = { sha256 = "1544d03f4a305c7095396c6a5aa0102ab4ef03a252d89c8c8c1875bade3c76bd" } }] [[packages]] name = "cloudpickle" version = "3.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cloudpickle-3.1.2-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:58Z, size = 23191, hashes = { sha256 = "042cb9b7b4f723eaef8dfd4f4c946fc55924ddd2daf4eedbe9b37b6afbac755c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cloudpickle-3.1.2-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:58Z, size = 23191, hashes = { sha256 = "042cb9b7b4f723eaef8dfd4f4c946fc55924ddd2daf4eedbe9b37b6afbac755c" } }] [[packages]] name = "codeflare-sdk" version = "0.36.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/codeflare_sdk-0.36.0-8-py3-none-any.whl", upload-time = 2026-04-07T00:50:32Z, size = 246067, hashes = { sha256 = "de941ec21f9f66958fc991243c50275066aeef7c782a3bd0cc21058c1e61772b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/codeflare_sdk-0.36.0-8-py3-none-any.whl", upload-time = 2026-04-07T00:50:32Z, size = 246067, hashes = { sha256 = "de941ec21f9f66958fc991243c50275066aeef7c782a3bd0cc21058c1e61772b" } }] [[packages]] name = "colorama" version = "0.4.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/colorama-0.4.6-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:30Z, size = 26294, hashes = { sha256 = "4a389a405e1c62d2f939faf648b4bff234425042fe480f10c4d12f2d8ea76390" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/colorama-0.4.6-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:30Z, size = 26294, hashes = { sha256 = "4a389a405e1c62d2f939faf648b4bff234425042fe480f10c4d12f2d8ea76390" } }] [[packages]] name = "colorful" version = "0.5.8" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/colorful-0.5.8-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:17Z, size = 202270, hashes = { sha256 = "235afe931459072eea8a9367db4323548236ed78e450de2ae13dd8dcaac4f7d9" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/colorful-0.5.8-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:17Z, size = 202270, hashes = { sha256 = "235afe931459072eea8a9367db4323548236ed78e450de2ae13dd8dcaac4f7d9" } }] [[packages]] name = "comm" version = "0.2.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/comm-0.2.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:05Z, size = 8170, hashes = { sha256 = "da2c992f2ae014914635e2fc3780ddd2f0cc3bbdda5593b0023150099515c00a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/comm-0.2.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:05Z, size = 8170, hashes = { sha256 = "da2c992f2ae014914635e2fc3780ddd2f0cc3bbdda5593b0023150099515c00a" } }] [[packages]] name = "compressed-tensors" version = "0.14.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/compressed_tensors-0.14.0.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:21:47Z, size = 197678, hashes = { sha256 = "ddb4d205c9646322253341cf19750d4c245b4dfa295533f047fbc81cee5ef2cb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/compressed_tensors-0.14.0.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:21:47Z, size = 197678, hashes = { sha256 = "ddb4d205c9646322253341cf19750d4c245b4dfa295533f047fbc81cee5ef2cb" } }] [[packages]] name = "contourpy" version = "1.3.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/contourpy-1.3.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:41Z, size = 315630, hashes = { sha256 = "1ea5c56a9f74fb60dafe4df7f837da65e64e172b6d00d340d32c3f9edb90be55" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/contourpy-1.3.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:53Z, size = 336131, hashes = { sha256 = "bbaf706a0236f0ac62681dd52c496c3b9c35f1d1d039cd339f3e302376995cb7" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/contourpy-1.3.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:41Z, size = 315630, hashes = { sha256 = "1ea5c56a9f74fb60dafe4df7f837da65e64e172b6d00d340d32c3f9edb90be55" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/contourpy-1.3.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:53Z, size = 336131, hashes = { sha256 = "bbaf706a0236f0ac62681dd52c496c3b9c35f1d1d039cd339f3e302376995cb7" } }, ] [[packages]] @@ -288,188 +288,188 @@ name = "cryptography" version = "46.0.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cryptography-46.0.6-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-03-26T15:41:28Z, size = 2343412, hashes = { sha256 = "35479723e45e4c8eff4a2b3010dae76da476cdb081e6aceb0ddc83a9611579aa" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cryptography-46.0.6-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-03-26T15:56:04Z, size = 2408170, hashes = { sha256 = "0c274067febded8a33e9e40fe0abb55bd77e75350ca71818180b4bd38c682bc5" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cryptography-46.0.6-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-03-26T15:41:28Z, size = 2343412, hashes = { sha256 = "35479723e45e4c8eff4a2b3010dae76da476cdb081e6aceb0ddc83a9611579aa" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cryptography-46.0.6-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-03-26T15:56:04Z, size = 2408170, hashes = { sha256 = "0c274067febded8a33e9e40fe0abb55bd77e75350ca71818180b4bd38c682bc5" } }, ] [[packages]] name = "cycler" version = "0.12.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cycler-0.12.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:16Z, size = 9257, hashes = { sha256 = "22b7f31329b48734ce6e1ebab1d833a72271b215fae2712d0a3bec41439e4294" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cycler-0.12.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:16Z, size = 9257, hashes = { sha256 = "22b7f31329b48734ce6e1ebab1d833a72271b215fae2712d0a3bec41439e4294" } }] [[packages]] name = "dask" version = "2026.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/dask-2026.3.0-8-py3-none-any.whl", upload-time = 2026-03-18T12:39:19Z, size = 1486531, hashes = { sha256 = "56229cab8dae78aa29d138868dc47b9711c264a6f3987b237ed0d33e3ed168ef" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/dask-2026.3.0-8-py3-none-any.whl", upload-time = 2026-03-18T12:39:19Z, size = 1486531, hashes = { sha256 = "56229cab8dae78aa29d138868dc47b9711c264a6f3987b237ed0d33e3ed168ef" } }] [[packages]] name = "databricks-sdk" -version = "0.102.0" +version = "0.103.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/databricks_sdk-0.102.0-8-py3-none-any.whl", upload-time = 2026-03-20T14:58:57Z, size = 839501, hashes = { sha256 = "f96625f665974063dd9313bebe5970a1faa865e2de23a3c0a3708259fc3c814b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/databricks_sdk-0.103.0-8-py3-none-any.whl", upload-time = 2026-04-21T00:34:14Z, size = 858435, hashes = { sha256 = "a44222af3b5a05a6ce0bb43b1b5ded177317a8d2f94766e6eba56d677f3b9afd" } }] [[packages]] name = "dataproperty" version = "1.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/dataproperty-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:10Z, size = 28635, hashes = { sha256 = "89a501163d54c07a65d438e778affc9159950520d89762c4126227e3719c874a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/dataproperty-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:10Z, size = 28635, hashes = { sha256 = "89a501163d54c07a65d438e778affc9159950520d89762c4126227e3719c874a" } }] [[packages]] name = "datasets" version = "4.4.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/datasets-4.4.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:14Z, size = 512545, hashes = { sha256 = "0d7657c9e583a49336aae16700ad6bcdbcd05c2cbda025e22274c1595f0200d1" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/datasets-4.4.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:14Z, size = 512545, hashes = { sha256 = "0d7657c9e583a49336aae16700ad6bcdbcd05c2cbda025e22274c1595f0200d1" } }] [[packages]] name = "debugpy" version = "1.8.20" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/debugpy-1.8.20-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:58:20Z, size = 4101151, hashes = { sha256 = "35aecf9d784e7ef6dad8d88e4de005982adbfe98ae438a1e236c6c27f8fc18ba" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/debugpy-1.8.20-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:58Z, size = 4206809, hashes = { sha256 = "193e00231cf5ad411ac2be2609e3993ad19a428fefd3a9b921b9ff1cb1883cd0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/debugpy-1.8.20-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:58:20Z, size = 4101151, hashes = { sha256 = "35aecf9d784e7ef6dad8d88e4de005982adbfe98ae438a1e236c6c27f8fc18ba" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/debugpy-1.8.20-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:58Z, size = 4206809, hashes = { sha256 = "193e00231cf5ad411ac2be2609e3993ad19a428fefd3a9b921b9ff1cb1883cd0" } }, ] [[packages]] name = "decorator" version = "5.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/decorator-5.2.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:07Z, size = 10150, hashes = { sha256 = "38da09989fd4c556850ed8ebd72c263f23d0414fd583e044cfd8501487f582e2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/decorator-5.2.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:07Z, size = 10150, hashes = { sha256 = "38da09989fd4c556850ed8ebd72c263f23d0414fd583e044cfd8501487f582e2" } }] [[packages]] name = "defusedxml" version = "0.7.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/defusedxml-0.7.1-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:00:53Z, size = 26673, hashes = { sha256 = "62ad079a6b726b4dd3cbb731a8dbe6b6f5c8bd62a7d5c4f0331e6a4e37686d86" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/defusedxml-0.7.1-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:00:53Z, size = 26673, hashes = { sha256 = "62ad079a6b726b4dd3cbb731a8dbe6b6f5c8bd62a7d5c4f0331e6a4e37686d86" } }] [[packages]] name = "deprecation" version = "2.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/deprecation-2.1.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:00:49Z, size = 12243, hashes = { sha256 = "c00aab93f9c40eae0398fa2f0fc5ef1d499c18a41c45854676fd6dff6db4e259" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/deprecation-2.1.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:00:49Z, size = 12243, hashes = { sha256 = "c00aab93f9c40eae0398fa2f0fc5ef1d499c18a41c45854676fd6dff6db4e259" } }] [[packages]] name = "dill" version = "0.3.9" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/dill-0.3.9-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:52Z, size = 120420, hashes = { sha256 = "da0b0a5e7da9af69d626a5355ce81e0a1c6a99d9f0088ab90b418f39ed516021" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/dill-0.3.9-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:52Z, size = 120420, hashes = { sha256 = "da0b0a5e7da9af69d626a5355ce81e0a1c6a99d9f0088ab90b418f39ed516021" } }] [[packages]] name = "distlib" version = "0.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/distlib-0.4.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:52:31Z, size = 470027, hashes = { sha256 = "59439711c1e3152abab0b356b3b90807055fb8c5de4fda2446d8dd08c391225e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/distlib-0.4.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:52:31Z, size = 470027, hashes = { sha256 = "59439711c1e3152abab0b356b3b90807055fb8c5de4fda2446d8dd08c391225e" } }] [[packages]] name = "dnspython" version = "2.8.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/dnspython-2.8.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:21Z, size = 332016, hashes = { sha256 = "db15ec16abf5022cddce18000862d6b7043ac477f8da1692590b98f3b2768c3e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/dnspython-2.8.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:21Z, size = 332016, hashes = { sha256 = "db15ec16abf5022cddce18000862d6b7043ac477f8da1692590b98f3b2768c3e" } }] [[packages]] name = "docker" version = "7.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/docker-7.1.0-9-py3-none-any.whl", upload-time = 2026-02-24T03:35:34Z, size = 148903, hashes = { sha256 = "acb703c0af5c7f047c2f662cd2ad62d9fe04d4903f9d082b48ae5aa091b7d3a5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/docker-7.1.0-9-py3-none-any.whl", upload-time = 2026-02-24T03:35:34Z, size = 148903, hashes = { sha256 = "acb703c0af5c7f047c2f662cd2ad62d9fe04d4903f9d082b48ae5aa091b7d3a5" } }] [[packages]] name = "docstring-parser" -version = "0.17.0" +version = "0.18.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/docstring_parser-0.17.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:57Z, size = 37905, hashes = { sha256 = "78b2a0e962dcfe4cbe11d0ceefc9dbccb0b0f01fef1c8a82b84f9248c2e6ed73" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/docstring_parser-0.18.0-8-py3-none-any.whl", upload-time = 2026-04-14T06:12:16Z, size = 23496, hashes = { sha256 = "563dd036e301a0f62b2165a21db3aa9a35484a8c5c8f2647b64be4516d554275" } }] [[packages]] name = "docstring-to-markdown" version = "0.17" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/docstring_to_markdown-0.17-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:01Z, size = 24474, hashes = { sha256 = "d311a26775d467b108bf76426832706b1c136ba51d5f0e5bfde67fbc41684589" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/docstring_to_markdown-0.17-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:01Z, size = 24474, hashes = { sha256 = "d311a26775d467b108bf76426832706b1c136ba51d5f0e5bfde67fbc41684589" } }] [[packages]] name = "durationpy" version = "0.10" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/durationpy-0.10-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:57Z, size = 4902, hashes = { sha256 = "f98fb1112f38a6127e288ab1876922d3936d8324483bd7070d1b05889122ebac" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/durationpy-0.10-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:57Z, size = 4902, hashes = { sha256 = "f98fb1112f38a6127e288ab1876922d3936d8324483bd7070d1b05889122ebac" } }] [[packages]] name = "entrypoints" version = "0.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/entrypoints-0.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:24Z, size = 6288, hashes = { sha256 = "deb0291bb2114891e0e33be4c645d40b4fa5b38b60e5dfeaef5b8f97936f48e4" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/entrypoints-0.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:24Z, size = 6288, hashes = { sha256 = "deb0291bb2114891e0e33be4c645d40b4fa5b38b60e5dfeaef5b8f97936f48e4" } }] [[packages]] name = "evaluate" version = "0.4.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/evaluate-0.4.6-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:51Z, size = 85072, hashes = { sha256 = "e8dc5a551bd4fe4c6f01afe77bcad279cc5f7e5961b265bd22724d4c93283d47" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/evaluate-0.4.6-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:51Z, size = 85072, hashes = { sha256 = "e8dc5a551bd4fe4c6f01afe77bcad279cc5f7e5961b265bd22724d4c93283d47" } }] [[packages]] name = "executing" version = "2.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/executing-2.2.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:35Z, size = 29372, hashes = { sha256 = "d5e8569d0a77bb9a0580a3a407e8bfb53af42fa6a0312d0f818c6285c9eeca1a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/executing-2.2.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:35Z, size = 29372, hashes = { sha256 = "d5e8569d0a77bb9a0580a3a407e8bfb53af42fa6a0312d0f818c6285c9eeca1a" } }] [[packages]] name = "fastapi" -version = "0.135.3" +version = "0.136.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/fastapi-0.135.3-8-py3-none-any.whl", upload-time = 2026-04-01T16:37:44Z, size = 118638, hashes = { sha256 = "8c9c2db1d9aaae027ce1bdb7ec6b233de7f6c39f2d2428db50843fd9219a7cc5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fastapi-0.136.0-8-py3-none-any.whl", upload-time = 2026-04-16T17:51:13Z, size = 118463, hashes = { sha256 = "5fb3ceaee2e0ba7ea0966f0e94a95dac0580a63a742879724081fb56961ffe19" } }] [[packages]] name = "fastjsonschema" version = "2.21.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/fastjsonschema-2.21.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:17Z, size = 25021, hashes = { sha256 = "9a1162d043c993eb4ebd8a27044963c0833f125a361d82178be139877f65eda2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fastjsonschema-2.21.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:17Z, size = 25021, hashes = { sha256 = "9a1162d043c993eb4ebd8a27044963c0833f125a361d82178be139877f65eda2" } }] [[packages]] name = "feast" -version = "0.61.0" +version = "0.62.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/feast-0.61.0-8-py3-none-any.whl", upload-time = 2026-03-11T00:33:41Z, size = 8205931, hashes = { sha256 = "25ecc0d068b1aef7955e97f292798fff6cc3c4d640cf7ea701e571512f5cbf2c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/feast-0.62.0-8-py3-none-any.whl", upload-time = 2026-04-09T02:10:30Z, size = 7993842, hashes = { sha256 = "163844d12588ee102a7fb12a514b7498f2a2621ac8cd35c502c0feaffa1f2d6b" } }] [[packages]] name = "filelock" -version = "3.25.2" +version = "3.29.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/filelock-3.25.2-8-py3-none-any.whl", upload-time = 2026-03-12T00:25:04Z, size = 27688, hashes = { sha256 = "dbbeed3a0558827c6f78e303fdd946f96c9694c5167e2fb83c19dd30eaef2121" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/filelock-3.29.0-8-py3-none-any.whl", upload-time = 2026-04-20T00:24:03Z, size = 40829, hashes = { sha256 = "0757346d9d639f1250339843fd6066293ec46cc2c1f6ccafc175094c2937cc25" } }] [[packages]] name = "flake8" version = "7.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/flake8-7.1.2-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:24Z, size = 58704, hashes = { sha256 = "b729f27a458b224e044f8917a68a19f410faff4f8e726f6b14f2bf6b82e025e6" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/flake8-7.1.2-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:24Z, size = 58704, hashes = { sha256 = "b729f27a458b224e044f8917a68a19f410faff4f8e726f6b14f2bf6b82e025e6" } }] [[packages]] name = "flask" version = "3.1.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/flask-3.1.3-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:45Z, size = 104315, hashes = { sha256 = "40f7eaf2b176140e2232eb6b58fdf2dad766ac244c0c4d8d89093e0347759ada" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/flask-3.1.3-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:45Z, size = 104315, hashes = { sha256 = "40f7eaf2b176140e2232eb6b58fdf2dad766ac244c0c4d8d89093e0347759ada" } }] [[packages]] name = "flask-cors" version = "6.0.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/flask_cors-6.0.2-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:14Z, size = 14208, hashes = { sha256 = "7b7259a10e756c6c84b140cbbab9de567f30ad27ffe8a96edf2f2c45cb2ebec5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/flask_cors-6.0.2-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:14Z, size = 14208, hashes = { sha256 = "7b7259a10e756c6c84b140cbbab9de567f30ad27ffe8a96edf2f2c45cb2ebec5" } }] [[packages]] name = "fonttools" version = "4.62.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/fonttools-4.62.1-8-py3-none-any.whl", upload-time = 2026-03-13T21:55:04Z, size = 1153568, hashes = { sha256 = "478b99118d513d47c4d0ca01a3f46f6fcba1833dbe1be509a2c6435acfaaf43f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fonttools-4.62.1-8-py3-none-any.whl", upload-time = 2026-03-13T21:55:04Z, size = 1153568, hashes = { sha256 = "478b99118d513d47c4d0ca01a3f46f6fcba1833dbe1be509a2c6435acfaaf43f" } }] [[packages]] name = "fqdn" version = "1.5.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/fqdn-1.5.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:52Z, size = 4569, hashes = { sha256 = "acd365a92895cef14cb360537372cd4a2cc20365672a3a71bfd58dd5da6e141e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fqdn-1.5.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:52Z, size = 4569, hashes = { sha256 = "acd365a92895cef14cb360537372cd4a2cc20365672a3a71bfd58dd5da6e141e" } }] [[packages]] name = "frozendict" version = "2.4.7" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/frozendict-2.4.7-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:58:52Z, size = 17202, hashes = { sha256 = "89b7cfc152d16fc3df7bd24629fafc984c724960a5fb06500d492a7722127956" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/frozendict-2.4.7-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:41Z, size = 17202, hashes = { sha256 = "af52be474e6a2e2f0ebfb9bc3a82240f447885dd00ef63843349eabd20683905" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/frozendict-2.4.7-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:58:52Z, size = 17202, hashes = { sha256 = "89b7cfc152d16fc3df7bd24629fafc984c724960a5fb06500d492a7722127956" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/frozendict-2.4.7-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:41Z, size = 17202, hashes = { sha256 = "af52be474e6a2e2f0ebfb9bc3a82240f447885dd00ef63843349eabd20683905" } }, ] [[packages]] @@ -477,95 +477,95 @@ name = "frozenlist" version = "1.8.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/frozenlist-1.8.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:29:58Z, size = 202560, hashes = { sha256 = "80213a3ab5822b8f76df1f2ef8a8535f03af5fb44b4a22310f9e42620ecc0f54" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/frozenlist-1.8.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:43Z, size = 206353, hashes = { sha256 = "b71b731a347aa0c546109592b2356252d115be2596ad790e1b33fcc69b8596f2" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/frozenlist-1.8.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:29:58Z, size = 202560, hashes = { sha256 = "80213a3ab5822b8f76df1f2ef8a8535f03af5fb44b4a22310f9e42620ecc0f54" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/frozenlist-1.8.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:43Z, size = 206353, hashes = { sha256 = "b71b731a347aa0c546109592b2356252d115be2596ad790e1b33fcc69b8596f2" } }, ] [[packages]] name = "fsspec" version = "2025.10.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/fsspec-2025.10.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:56Z, size = 201908, hashes = { sha256 = "49c8e555fb012f235522c67ab02f0badf6ed422dabbcdfb9dcb332cb3f8638e5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fsspec-2025.10.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:56Z, size = 201908, hashes = { sha256 = "49c8e555fb012f235522c67ab02f0badf6ed422dabbcdfb9dcb332cb3f8638e5" } }] [[packages]] name = "gitdb" version = "4.0.12" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/gitdb-4.0.12-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:05Z, size = 63794, hashes = { sha256 = "3b52cdcc889333bf2b1057ef5e5e553f12f5fbd773151c4af5fd2ea00fa1b28a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/gitdb-4.0.12-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:05Z, size = 63794, hashes = { sha256 = "3b52cdcc889333bf2b1057ef5e5e553f12f5fbd773151c4af5fd2ea00fa1b28a" } }] [[packages]] name = "gitpython" version = "3.1.46" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/gitpython-3.1.46-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:01Z, size = 209535, hashes = { sha256 = "7b5e4c5a2bdf4fa539dd1a32b271ffa3b5ea0e1843c6bc12754435f2a3f47d94" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/gitpython-3.1.46-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:01Z, size = 209535, hashes = { sha256 = "7b5e4c5a2bdf4fa539dd1a32b271ffa3b5ea0e1843c6bc12754435f2a3f47d94" } }] [[packages]] name = "google-api-core" -version = "2.30.2" +version = "2.30.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/google_api_core-2.30.2-8-py3-none-any.whl", upload-time = 2026-04-07T00:51:12Z, size = 174234, hashes = { sha256 = "97debe527cfba17ae5d3108622fa43d426aead375cff2690ae86a4b6da6385b6" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/google_api_core-2.30.3-8-py3-none-any.whl", upload-time = 2026-04-10T02:16:43Z, size = 174271, hashes = { sha256 = "eff752e4a794317851f1969a002ec7092a78c6b2bcc17079958a0e060c4c3be7" } }] [[packages]] name = "google-auth" -version = "2.49.1" +version = "2.49.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/google_auth-2.49.1-8-py3-none-any.whl", upload-time = 2026-03-13T00:35:34Z, size = 241680, hashes = { sha256 = "27395a0c89774d1f5e11dcdbb6b7443e4378edfa2e7b0b6b6a992f4d0912a678" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/google_auth-2.49.2-8-py3-none-any.whl", upload-time = 2026-04-10T02:11:45Z, size = 241580, hashes = { sha256 = "2b655aef095a9138c2d8cee9f9f7c4e471bd85dffed45b990ad441a4bbb243da" } }] [[packages]] name = "google-cloud-core" version = "2.5.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/google_cloud_core-2.5.1-8-py3-none-any.whl", upload-time = 2026-03-31T00:52:08Z, size = 30461, hashes = { sha256 = "6504c7cac003043fa55e485787c58cedf0b8cd9d262a4a1a15d3a3c2ae7cbf7d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/google_cloud_core-2.5.1-8-py3-none-any.whl", upload-time = 2026-03-31T00:52:08Z, size = 30461, hashes = { sha256 = "6504c7cac003043fa55e485787c58cedf0b8cd9d262a4a1a15d3a3c2ae7cbf7d" } }] [[packages]] name = "google-cloud-storage" version = "3.10.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/google_cloud_storage-3.10.1-8-py3-none-any.whl", upload-time = 2026-03-23T12:41:00Z, size = 325500, hashes = { sha256 = "1d0e84f9d8accd54500cf1d4d333efca11eda0f2aa41c07fa3099a8462354b8b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/google_cloud_storage-3.10.1-8-py3-none-any.whl", upload-time = 2026-03-23T12:41:00Z, size = 325500, hashes = { sha256 = "1d0e84f9d8accd54500cf1d4d333efca11eda0f2aa41c07fa3099a8462354b8b" } }] [[packages]] name = "google-crc32c" version = "1.8.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/google_crc32c-1.8.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:08:54Z, size = 14781, hashes = { sha256 = "53734b7025a839b468b93b6fb372984b5124686769f87ad069baafb58d5b9877" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/google_crc32c-1.8.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:08:54Z, size = 14781, hashes = { sha256 = "53734b7025a839b468b93b6fb372984b5124686769f87ad069baafb58d5b9877" } }] [[packages]] name = "google-resumable-media" version = "2.8.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/google_resumable_media-2.8.2-8-py3-none-any.whl", upload-time = 2026-03-31T00:53:25Z, size = 82560, hashes = { sha256 = "f738e8583d65991e42a542e1dee03f78c4b30b22cf500c926f1c54522bef332c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/google_resumable_media-2.8.2-8-py3-none-any.whl", upload-time = 2026-03-31T00:53:25Z, size = 82560, hashes = { sha256 = "f738e8583d65991e42a542e1dee03f78c4b30b22cf500c926f1c54522bef332c" } }] [[packages]] name = "googleapis-common-protos" version = "1.74.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/googleapis_common_protos-1.74.0-8-py3-none-any.whl", upload-time = 2026-04-06T16:46:17Z, size = 301810, hashes = { sha256 = "7c8b29561f43e5edcf74be8440c77a3b1b7d244dd101e5691309b19dc9413b59" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/googleapis_common_protos-1.74.0-8-py3-none-any.whl", upload-time = 2026-04-06T16:46:17Z, size = 301810, hashes = { sha256 = "7c8b29561f43e5edcf74be8440c77a3b1b7d244dd101e5691309b19dc9413b59" } }] [[packages]] name = "graphene" version = "3.4.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/graphene-3.4.3-8-py2.py3-none-any.whl", upload-time = 2026-02-24T03:36:30Z, size = 56810, hashes = { sha256 = "8b82900e1bbb94b943bdba2c447fa720e95af0b66723bed6cecc1eaf0b5f9d7b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/graphene-3.4.3-8-py2.py3-none-any.whl", upload-time = 2026-02-24T03:36:30Z, size = 56810, hashes = { sha256 = "8b82900e1bbb94b943bdba2c447fa720e95af0b66723bed6cecc1eaf0b5f9d7b" } }] [[packages]] name = "graphql-core" version = "3.2.8" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/graphql_core-3.2.8-8-py3-none-any.whl", upload-time = 2026-03-06T01:31:02Z, size = 208050, hashes = { sha256 = "50a9a79e614d2718f32d4b91a48842d2e65f278cbe0a8d37b43581cb89de2bc6" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/graphql_core-3.2.8-8-py3-none-any.whl", upload-time = 2026-03-06T01:31:02Z, size = 208050, hashes = { sha256 = "50a9a79e614d2718f32d4b91a48842d2e65f278cbe0a8d37b43581cb89de2bc6" } }] [[packages]] name = "graphql-relay" version = "3.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/graphql_relay-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:29Z, size = 17718, hashes = { sha256 = "96b196d33e8fcb88a6860230a3b2d56fa476fa34219d6c42acda065cf65b6ce0" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/graphql_relay-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:29Z, size = 17718, hashes = { sha256 = "96b196d33e8fcb88a6860230a3b2d56fa476fa34219d6c42acda065cf65b6ce0" } }] [[packages]] name = "greenlet" -version = "3.3.2" +version = "3.4.0" marker = "(python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'AMD64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'WIN32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'amd64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'ppc64le' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'win32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'x86_64' and sys_platform == 'linux')" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/greenlet-3.3.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:05Z, size = 546646, hashes = { sha256 = "832ec74d45f02bf47128e1ec437360f7201cb32b853a9f32b88d71d4da0d5e12" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/greenlet-3.3.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:00Z, size = 541014, hashes = { sha256 = "d39e7f75aff91fb95701c269048748f0fa1a0aed92f1a06ea9f62106ab246f2d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/greenlet-3.4.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-08T18:20:18Z, size = 541146, hashes = { sha256 = "5fabea1f2473dd92b38f22f619701beb025071fa4827db1a8d8dfa4052476e0f" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/greenlet-3.4.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-08T18:18:57Z, size = 553767, hashes = { sha256 = "7eb6b9b05f4a958c8acbe2a66e063cc8d42725a5ca62f989da2a7bf2f292f716" } }, ] [[packages]] @@ -573,414 +573,414 @@ name = "grpcio" version = "1.80.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/grpcio-1.80.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-30T16:31:04Z, size = 191838155, hashes = { sha256 = "80b5df239ee20eecd1f64669b0faa97d0ddd2f22eca71dc05a849755be6421cb" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/grpcio-1.80.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-30T16:37:08Z, size = 193242181, hashes = { sha256 = "02ce3c9bcb474a250f261e57e01ba49b4fba5a8fe780033ef8790cbc092b1e06" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/grpcio-1.80.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-30T16:31:04Z, size = 191838155, hashes = { sha256 = "80b5df239ee20eecd1f64669b0faa97d0ddd2f22eca71dc05a849755be6421cb" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/grpcio-1.80.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-30T16:37:08Z, size = 193242181, hashes = { sha256 = "02ce3c9bcb474a250f261e57e01ba49b4fba5a8fe780033ef8790cbc092b1e06" } }, ] [[packages]] name = "gunicorn" version = "25.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/gunicorn-25.3.0-8-py3-none-any.whl", upload-time = 2026-03-27T00:29:19Z, size = 209350, hashes = { sha256 = "f09c54baa6b498c8549b8cd4213218188c727de04e525f4ec464edeb1a9a9783" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/gunicorn-25.3.0-8-py3-none-any.whl", upload-time = 2026-03-27T00:29:19Z, size = 209350, hashes = { sha256 = "f09c54baa6b498c8549b8cd4213218188c727de04e525f4ec464edeb1a9a9783" } }] [[packages]] name = "h11" version = "0.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/h11-0.16.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:39Z, size = 38422, hashes = { sha256 = "99255666b3d50a10c9b4c9531209609e0a7db87825b1a43ed26ad2a823901543" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/h11-0.16.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:39Z, size = 38422, hashes = { sha256 = "99255666b3d50a10c9b4c9531209609e0a7db87825b1a43ed26ad2a823901543" } }] [[packages]] name = "hf-xet" version = "1.4.3" marker = "(python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'amd64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'arm64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'x86_64' and sys_platform == 'linux')" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/hf_xet-1.4.3-8-cp37-abi3-linux_aarch64.whl", upload-time = 2026-04-01T00:29:09Z, size = 4015460, hashes = { sha256 = "8efa984386ac5ee9a86c7a83f9aae2ec8c8407dc92e650b4e11d21bd671905a0" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/hf_xet-1.4.3-8-cp37-abi3-linux_x86_64.whl", upload-time = 2026-04-01T00:27:48Z, size = 4211264, hashes = { sha256 = "286b9cb5e6e7b2e662a1237a8fce403bf5e5f197648c65193211c737e132ecd0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/hf_xet-1.4.3-8-cp37-abi3-linux_aarch64.whl", upload-time = 2026-04-01T00:29:09Z, size = 4015460, hashes = { sha256 = "8efa984386ac5ee9a86c7a83f9aae2ec8c8407dc92e650b4e11d21bd671905a0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/hf_xet-1.4.3-8-cp37-abi3-linux_x86_64.whl", upload-time = 2026-04-01T00:27:48Z, size = 4211264, hashes = { sha256 = "286b9cb5e6e7b2e662a1237a8fce403bf5e5f197648c65193211c737e132ecd0" } }, ] [[packages]] name = "httpcore" version = "1.0.9" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/httpcore-1.0.9-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:45Z, size = 79707, hashes = { sha256 = "f4f6aed888a18f407286e08e3c8416caeb86d5074cc861183d3cafd9ff56732e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/httpcore-1.0.9-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:45Z, size = 79707, hashes = { sha256 = "f4f6aed888a18f407286e08e3c8416caeb86d5074cc861183d3cafd9ff56732e" } }] [[packages]] name = "httptools" version = "0.7.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/httptools-0.7.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:21Z, size = 502380, hashes = { sha256 = "64a403a5c67421ac75b1999287501bb259031a01e0f6f9ded8c5d018fa9a2b59" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/httptools-0.7.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:03Z, size = 509952, hashes = { sha256 = "a1a769260d647d7aa72f8abe8cf23ba2fa371d66ad85a1c09397ba53ba59f055" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/httptools-0.7.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:21Z, size = 502380, hashes = { sha256 = "64a403a5c67421ac75b1999287501bb259031a01e0f6f9ded8c5d018fa9a2b59" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/httptools-0.7.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:03Z, size = 509952, hashes = { sha256 = "a1a769260d647d7aa72f8abe8cf23ba2fa371d66ad85a1c09397ba53ba59f055" } }, ] [[packages]] name = "httpx" version = "0.28.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/httpx-0.28.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:17Z, size = 74438, hashes = { sha256 = "a8f64bbed58affc6b07b1750d3124abad15b347825979f58496d39fe068585c7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/httpx-0.28.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:17Z, size = 74438, hashes = { sha256 = "a8f64bbed58affc6b07b1750d3124abad15b347825979f58496d39fe068585c7" } }] [[packages]] name = "huey" version = "2.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/huey-2.6.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:27Z, size = 77826, hashes = { sha256 = "da35534d817bac744dc11f46198949a18c5cc7993d185d380e655b3c790ae91c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/huey-2.6.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:27Z, size = 77826, hashes = { sha256 = "da35534d817bac744dc11f46198949a18c5cc7993d185d380e655b3c790ae91c" } }] [[packages]] name = "huggingface-hub" version = "0.36.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/huggingface_hub-0.36.2-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:08Z, size = 567361, hashes = { sha256 = "7489a555f773a2d5bbd1724ae081f49e0ced18b2781408fac6f47c1e72c29b7b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/huggingface_hub-0.36.2-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:08Z, size = 567361, hashes = { sha256 = "7489a555f773a2d5bbd1724ae081f49e0ced18b2781408fac6f47c1e72c29b7b" } }] [[packages]] name = "idna" -version = "3.11" +version = "3.12" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/idna-3.11-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:55Z, size = 71883, hashes = { sha256 = "6d6b949d453f4a1716a8b4348fa64b2c546de2d6dfd15fde3529933764f7c996" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/idna-3.12-8-py3-none-any.whl", upload-time = 2026-04-22T00:22:00Z, size = 69510, hashes = { sha256 = "96c7c5fcefe6f5dba23b543218730a6909c9f3601e16d5589cfdee50651b3e98" } }] [[packages]] name = "importlib-metadata" version = "8.7.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/importlib_metadata-8.7.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:23Z, size = 28885, hashes = { sha256 = "038eeeac0bb7a88aee0bf75dd17cf12060ecb6db522de0c9b196e7a8b5691434" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/importlib_metadata-8.7.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:23Z, size = 28885, hashes = { sha256 = "038eeeac0bb7a88aee0bf75dd17cf12060ecb6db522de0c9b196e7a8b5691434" } }] [[packages]] name = "invoke" -version = "3.0.2" +version = "3.0.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/invoke-3.0.2-8-py3-none-any.whl", upload-time = 2026-04-07T00:52:23Z, size = 161867, hashes = { sha256 = "4f3299b3907ed2acc2d06a5a6965ea001caa32bff7559d3f6f64bf33e4f22c53" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/invoke-3.0.3-8-py3-none-any.whl", upload-time = 2026-04-08T00:51:01Z, size = 161844, hashes = { sha256 = "99a740663c24eee7bf749ae03995bf51291b5f079d34c0d780b6136e9ae117dd" } }] [[packages]] name = "ipykernel" version = "7.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ipykernel-7.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:12Z, size = 119721, hashes = { sha256 = "b94c735a8929b2e1dd8e0271d7e0a4bee1def831ac250c0a9d66702a79d19728" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ipykernel-7.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:12Z, size = 119721, hashes = { sha256 = "b94c735a8929b2e1dd8e0271d7e0a4bee1def831ac250c0a9d66702a79d19728" } }] [[packages]] name = "ipython" version = "9.12.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ipython-9.12.0-8-py3-none-any.whl", upload-time = 2026-03-28T00:35:19Z, size = 626571, hashes = { sha256 = "551e741ad21b80941d849d736e80a88035f70e324faf0cdc0cd11679ccadf9f5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ipython-9.12.0-8-py3-none-any.whl", upload-time = 2026-03-28T00:35:19Z, size = 626571, hashes = { sha256 = "551e741ad21b80941d849d736e80a88035f70e324faf0cdc0cd11679ccadf9f5" } }] [[packages]] name = "ipython-pygments-lexers" version = "1.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ipython_pygments_lexers-1.1.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:07Z, size = 9178, hashes = { sha256 = "f679305a9d6f109fd45c9eb83db55416f8d1f2b7ce82e8609669fcae8fa553d4" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ipython_pygments_lexers-1.1.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:07Z, size = 9178, hashes = { sha256 = "f679305a9d6f109fd45c9eb83db55416f8d1f2b7ce82e8609669fcae8fa553d4" } }] [[packages]] name = "ipywidgets" version = "8.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ipywidgets-8.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:43Z, size = 140385, hashes = { sha256 = "71b60e61479e10d7131ddb98453a83d9d136d80318feb5f1c470e9cec95529c7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ipywidgets-8.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:43Z, size = 140385, hashes = { sha256 = "71b60e61479e10d7131ddb98453a83d9d136d80318feb5f1c470e9cec95529c7" } }] [[packages]] name = "isoduration" version = "20.11.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/isoduration-20.11.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:14Z, size = 12391, hashes = { sha256 = "b69771b0a19396ed812fcc79f381b9f2ac0144a4be1f4b541b178eff1a0e2d4c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/isoduration-20.11.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:14Z, size = 12391, hashes = { sha256 = "b69771b0a19396ed812fcc79f381b9f2ac0144a4be1f4b541b178eff1a0e2d4c" } }] [[packages]] name = "isort" version = "8.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/isort-8.0.1-8-py3-none-any.whl", upload-time = 2026-02-28T22:10:08Z, size = 90619, hashes = { sha256 = "57e480802eacbc09cec793235dc486d2f53b578485f8dd183268d84dadf21c9d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/isort-8.0.1-8-py3-none-any.whl", upload-time = 2026-02-28T22:10:08Z, size = 90619, hashes = { sha256 = "57e480802eacbc09cec793235dc486d2f53b578485f8dd183268d84dadf21c9d" } }] [[packages]] name = "itsdangerous" version = "2.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/itsdangerous-2.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:47Z, size = 17216, hashes = { sha256 = "6ad30f69b5d9e948058d8166cfa6f9f82fe5ac2bf8877efa53e20239e6f7aa13" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/itsdangerous-2.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:47Z, size = 17216, hashes = { sha256 = "6ad30f69b5d9e948058d8166cfa6f9f82fe5ac2bf8877efa53e20239e6f7aa13" } }] [[packages]] name = "jedi" version = "0.19.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jedi-0.19.2-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:13Z, size = 1573310, hashes = { sha256 = "6047a9cc9d6653672e1d528d138e7aba1389b3b6cec7b1ad8e37f87d662260ac" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jedi-0.19.2-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:13Z, size = 1573310, hashes = { sha256 = "6047a9cc9d6653672e1d528d138e7aba1389b3b6cec7b1ad8e37f87d662260ac" } }] [[packages]] name = "jinja2" version = "3.1.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jinja2-3.1.6-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:35Z, size = 135787, hashes = { sha256 = "67880b1f233f64306cdff96e1d26cb728e497af81ce12347b395a3fdefef2548" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jinja2-3.1.6-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:35Z, size = 135787, hashes = { sha256 = "67880b1f233f64306cdff96e1d26cb728e497af81ce12347b395a3fdefef2548" } }] [[packages]] name = "jmespath" version = "1.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jmespath-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:53Z, size = 21441, hashes = { sha256 = "997120cb16100e10eb4fb3169ee9d00ed86167264fe8c538f6bb69592a6b83f9" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jmespath-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:53Z, size = 21441, hashes = { sha256 = "997120cb16100e10eb4fb3169ee9d00ed86167264fe8c538f6bb69592a6b83f9" } }] [[packages]] name = "joblib" version = "1.5.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/joblib-1.5.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:36Z, size = 309960, hashes = { sha256 = "785478ac3ea8e9c17cc7c8ad24f3ee485d9f7dd259535b3a373998a921757e8d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/joblib-1.5.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:36Z, size = 309960, hashes = { sha256 = "785478ac3ea8e9c17cc7c8ad24f3ee485d9f7dd259535b3a373998a921757e8d" } }] [[packages]] name = "json5" version = "0.14.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/json5-0.14.0-8-py3-none-any.whl", upload-time = 2026-03-30T17:13:23Z, size = 37160, hashes = { sha256 = "266455e2fdbad858a069765e221089f33cdc2dcdb3f0ac24bdf6c6b84fab0b89" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/json5-0.14.0-8-py3-none-any.whl", upload-time = 2026-03-30T17:13:23Z, size = 37160, hashes = { sha256 = "266455e2fdbad858a069765e221089f33cdc2dcdb3f0ac24bdf6c6b84fab0b89" } }] [[packages]] name = "jsonlines" version = "4.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jsonlines-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:49Z, size = 9652, hashes = { sha256 = "2d3f9984bdc1cf74b4292d2b90b414a7897c9028a39a411c8f899874bd18c5c2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jsonlines-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:49Z, size = 9652, hashes = { sha256 = "2d3f9984bdc1cf74b4292d2b90b414a7897c9028a39a411c8f899874bd18c5c2" } }] [[packages]] name = "jsonpointer" version = "3.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jsonpointer-3.1.1-8-py3-none-any.whl", upload-time = 2026-03-24T01:41:03Z, size = 8620, hashes = { sha256 = "9465f4b0d234a0b49a81b585903f4bc4ce44186cd69220ca54019f10fe89c3ee" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jsonpointer-3.1.1-8-py3-none-any.whl", upload-time = 2026-03-24T01:41:03Z, size = 8620, hashes = { sha256 = "9465f4b0d234a0b49a81b585903f4bc4ce44186cd69220ca54019f10fe89c3ee" } }] [[packages]] name = "jsonschema" version = "4.26.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jsonschema-4.26.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:43Z, size = 91580, hashes = { sha256 = "3de45338d2fcda8d1bd870e267208eba13513d14f8fab35e479d6c589c86f194" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jsonschema-4.26.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:43Z, size = 91580, hashes = { sha256 = "3de45338d2fcda8d1bd870e267208eba13513d14f8fab35e479d6c589c86f194" } }] [[packages]] name = "jsonschema-specifications" version = "2025.9.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jsonschema_specifications-2025.9.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:48Z, size = 19514, hashes = { sha256 = "8723deab0a2d44376803dc549ca80adce251db3240eb96533a1932f5fce18a6f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jsonschema_specifications-2025.9.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:48Z, size = 19514, hashes = { sha256 = "8723deab0a2d44376803dc549ca80adce251db3240eb96533a1932f5fce18a6f" } }] [[packages]] name = "jupyter-bokeh" version = "4.0.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_bokeh-4.0.5-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:30Z, size = 149870, hashes = { sha256 = "b82356b04ec889f1cdd73d3b99bc23bf31619f5e5833299361cd7050d44e0037" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_bokeh-4.0.5-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:30Z, size = 149870, hashes = { sha256 = "b82356b04ec889f1cdd73d3b99bc23bf31619f5e5833299361cd7050d44e0037" } }] [[packages]] name = "jupyter-client" version = "8.8.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_client-8.8.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:16Z, size = 108323, hashes = { sha256 = "664c8337f8e18d885a07c17bfcfdcc3873cd0cd5f874e12dc51b2a26e8c08347" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_client-8.8.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:16Z, size = 108323, hashes = { sha256 = "664c8337f8e18d885a07c17bfcfdcc3873cd0cd5f874e12dc51b2a26e8c08347" } }] [[packages]] name = "jupyter-core" version = "5.9.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_core-5.9.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:01Z, size = 29968, hashes = { sha256 = "e5b9f2d45a0a6d9f11811e274f7b678cd0702db92baceef2d2e0159c18d94ee3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_core-5.9.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:01Z, size = 29968, hashes = { sha256 = "e5b9f2d45a0a6d9f11811e274f7b678cd0702db92baceef2d2e0159c18d94ee3" } }] [[packages]] name = "jupyter-events" version = "0.12.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_events-0.12.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:30Z, size = 20391, hashes = { sha256 = "10c082296e4e910b45d64463c96332dce8ccd1016d88f765900666e5b2a37a16" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_events-0.12.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:30Z, size = 20391, hashes = { sha256 = "10c082296e4e910b45d64463c96332dce8ccd1016d88f765900666e5b2a37a16" } }] [[packages]] name = "jupyter-lsp" version = "2.3.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_lsp-2.3.1-8-py3-none-any.whl", upload-time = 2026-04-07T00:51:13Z, size = 78447, hashes = { sha256 = "f33b296af78ccd6d1ab0a293f39596374a21bc4eb2bd7866ede8bd6685c575dd" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_lsp-2.3.1-8-py3-none-any.whl", upload-time = 2026-04-07T00:51:13Z, size = 78447, hashes = { sha256 = "f33b296af78ccd6d1ab0a293f39596374a21bc4eb2bd7866ede8bd6685c575dd" } }] [[packages]] name = "jupyter-packaging" version = "0.12.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_packaging-0.12.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:20Z, size = 16695, hashes = { sha256 = "241bac0d15b569de5f8fc2abaa72f81d9a4bc54cac6c87be2ee5622262fc6886" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_packaging-0.12.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:20Z, size = 16695, hashes = { sha256 = "241bac0d15b569de5f8fc2abaa72f81d9a4bc54cac6c87be2ee5622262fc6886" } }] [[packages]] name = "jupyter-resource-usage" version = "1.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_resource_usage-1.1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:10Z, size = 49395, hashes = { sha256 = "beef550e6ecf76387db07e5eb3dac1732d40fccdb0dee5cbd04d993c4be34733" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_resource_usage-1.1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:10Z, size = 49395, hashes = { sha256 = "beef550e6ecf76387db07e5eb3dac1732d40fccdb0dee5cbd04d993c4be34733" } }] [[packages]] name = "jupyter-server" version = "2.17.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_server-2.17.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:35Z, size = 389279, hashes = { sha256 = "146199a3d5c06d2dc3d203d218fc1ff708b723f196b7a6d5c71a13055e92ec92" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_server-2.17.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:35Z, size = 389279, hashes = { sha256 = "146199a3d5c06d2dc3d203d218fc1ff708b723f196b7a6d5c71a13055e92ec92" } }] [[packages]] name = "jupyter-server-proxy" version = "4.5.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_server_proxy-4.5.0-8-py3-none-any.whl", upload-time = 2026-04-02T01:23:44Z, size = 46139, hashes = { sha256 = "e2eb188c15af7b964822b135b43f41409417d13c6f87997d5ffc0875e98cf0b5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_server_proxy-4.5.0-8-py3-none-any.whl", upload-time = 2026-04-02T01:23:44Z, size = 46139, hashes = { sha256 = "e2eb188c15af7b964822b135b43f41409417d13c6f87997d5ffc0875e98cf0b5" } }] [[packages]] name = "jupyter-server-terminals" version = "0.5.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_server_terminals-0.5.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:56Z, size = 14739, hashes = { sha256 = "39e764052668403bd65ebf6492355abd36271bc4cfd408f8cda8d2abaf65bcb7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_server_terminals-0.5.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:56Z, size = 14739, hashes = { sha256 = "39e764052668403bd65ebf6492355abd36271bc4cfd408f8cda8d2abaf65bcb7" } }] [[packages]] name = "jupyterlab" version = "4.5.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyterlab-4.5.6-8-py3-none-any.whl", upload-time = 2026-03-11T16:49:52Z, size = 12448140, hashes = { sha256 = "6d21cf3fb039fb28b02b879a7b8efdc4d91d3eba6a3b9d7082ac34083817c2c3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyterlab-4.5.6-8-py3-none-any.whl", upload-time = 2026-03-11T16:49:52Z, size = 12448140, hashes = { sha256 = "6d21cf3fb039fb28b02b879a7b8efdc4d91d3eba6a3b9d7082ac34083817c2c3" } }] [[packages]] name = "jupyterlab-git" version = "0.51.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyterlab_git-0.51.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:33Z, size = 370193, hashes = { sha256 = "1f6bc6c8cfb0c91b3f1449eed6fa123fb787f320bfdb1a7a6281660c5bdbe875" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyterlab_git-0.51.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:33Z, size = 370193, hashes = { sha256 = "1f6bc6c8cfb0c91b3f1449eed6fa123fb787f320bfdb1a7a6281660c5bdbe875" } }] [[packages]] name = "jupyterlab-lsp" version = "5.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyterlab_lsp-5.1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:24Z, size = 1566474, hashes = { sha256 = "53572a1fbcd5c30b67315a544ed6978f4774df4e1c27cedea47dbf24955f6ebf" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyterlab_lsp-5.1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:24Z, size = 1566474, hashes = { sha256 = "53572a1fbcd5c30b67315a544ed6978f4774df4e1c27cedea47dbf24955f6ebf" } }] [[packages]] name = "jupyterlab-pygments" version = "0.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyterlab_pygments-0.3.0-9-py3-none-any.whl", upload-time = 2026-02-23T23:54:37Z, size = 17204, hashes = { sha256 = "d7a49f4001760ac6c33d5e741df9cb1bff374b17baadcc45add5f53d38e079e7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyterlab_pygments-0.3.0-9-py3-none-any.whl", upload-time = 2026-02-23T23:54:37Z, size = 17204, hashes = { sha256 = "d7a49f4001760ac6c33d5e741df9cb1bff374b17baadcc45add5f53d38e079e7" } }] [[packages]] name = "jupyterlab-server" version = "2.28.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyterlab_server-2.28.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:12Z, size = 60814, hashes = { sha256 = "d1dcdac08624c6dae8d25337d22bbe2a59e5ec148cf6654c7b38bf7d0af72a49" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyterlab_server-2.28.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:12Z, size = 60814, hashes = { sha256 = "d1dcdac08624c6dae8d25337d22bbe2a59e5ec148cf6654c7b38bf7d0af72a49" } }] [[packages]] name = "jupyterlab-widgets" version = "3.0.16" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyterlab_widgets-3.0.16-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:08Z, size = 916070, hashes = { sha256 = "2bb7788c0828f171ef300f7728dbca31e5a741853d4ec9335f4ee9cce79b891d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyterlab_widgets-3.0.16-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:08Z, size = 916070, hashes = { sha256 = "2bb7788c0828f171ef300f7728dbca31e5a741853d4ec9335f4ee9cce79b891d" } }] [[packages]] name = "kafka-python-ng" version = "2.2.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kafka_python_ng-2.2.3-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:43Z, size = 233948, hashes = { sha256 = "d487b40fc1e7801e1d69eb4de2464accfeeb67d23a4a2e96f3b534106ca46b96" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kafka_python_ng-2.2.3-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:43Z, size = 233948, hashes = { sha256 = "d487b40fc1e7801e1d69eb4de2464accfeeb67d23a4a2e96f3b534106ca46b96" } }] [[packages]] name = "kfp" version = "2.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kfp-2.16.0-10-py3-none-any.whl", upload-time = 2026-03-06T17:16:44Z, size = 419547, hashes = { sha256 = "9be77a72b64884c9814a06dc729e778cb7d848327dd84ca0b2f04e1a43b9463a" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kfp-2.16.0-8-py3-none-any.whl", upload-time = 2026-02-26T00:21:05Z, size = 419218, hashes = { sha256 = "51a440e046aa9a9f793b98be4a2ed4def2a39b9f48aac973464366c4288fa1aa" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kfp-2.16.0-9-py3-none-any.whl", upload-time = 2026-03-02T23:09:35Z, size = 419520, hashes = { sha256 = "f278432ceb72e06e8ba824cb55a0b8a88fe04bbdd1831ac24305fccca16c8674" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kfp-2.16.0-10-py3-none-any.whl", upload-time = 2026-03-06T17:16:44Z, size = 419547, hashes = { sha256 = "9be77a72b64884c9814a06dc729e778cb7d848327dd84ca0b2f04e1a43b9463a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kfp-2.16.0-8-py3-none-any.whl", upload-time = 2026-02-26T00:21:05Z, size = 419218, hashes = { sha256 = "51a440e046aa9a9f793b98be4a2ed4def2a39b9f48aac973464366c4288fa1aa" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kfp-2.16.0-9-py3-none-any.whl", upload-time = 2026-03-02T23:09:35Z, size = 419520, hashes = { sha256 = "f278432ceb72e06e8ba824cb55a0b8a88fe04bbdd1831ac24305fccca16c8674" } }, ] [[packages]] name = "kfp-kubernetes" version = "2.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kfp_kubernetes-2.16.0-8-py3-none-any.whl", upload-time = 2026-02-26T00:21:26Z, size = 28268, hashes = { sha256 = "fbec3799bfa2316f1dc956d8965b032c47cb4275847520a8dc040751ac055701" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kfp_kubernetes-2.16.0-8-py3-none-any.whl", upload-time = 2026-02-26T00:21:26Z, size = 28268, hashes = { sha256 = "fbec3799bfa2316f1dc956d8965b032c47cb4275847520a8dc040751ac055701" } }] [[packages]] name = "kfp-pipeline-spec" version = "2.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kfp_pipeline_spec-2.16.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:10:25Z, size = 10888, hashes = { sha256 = "191c5fe94998ef1dc8ae983c7dab02e834a2667c06c6dcd077028e4e42388b36" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kfp_pipeline_spec-2.16.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:10:25Z, size = 10888, hashes = { sha256 = "191c5fe94998ef1dc8ae983c7dab02e834a2667c06c6dcd077028e4e42388b36" } }] [[packages]] name = "kfp-server-api" version = "2.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kfp_server_api-2.16.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:09:42Z, size = 116413, hashes = { sha256 = "968dcd40f31122377d7e5d0ff5515b1e67e8faf5e4983eede72bdaa958b70cf8" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kfp_server_api-2.16.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:09:42Z, size = 116413, hashes = { sha256 = "968dcd40f31122377d7e5d0ff5515b1e67e8faf5e4983eede72bdaa958b70cf8" } }] [[packages]] name = "kiwisolver" version = "1.5.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kiwisolver-1.5.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-09T18:13:42Z, size = 1165137, hashes = { sha256 = "b74660d67eedb5ae469d6ae14f152a26211be3fa5d9e2ce17565a9d0982154dd" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kiwisolver-1.5.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-09T18:08:45Z, size = 1195896, hashes = { sha256 = "0cc794184716224afb0b938776ae0ef54ba3f2b82905327e5f695a246daa4291" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kiwisolver-1.5.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-09T18:13:42Z, size = 1165137, hashes = { sha256 = "b74660d67eedb5ae469d6ae14f152a26211be3fa5d9e2ce17565a9d0982154dd" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kiwisolver-1.5.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-09T18:08:45Z, size = 1195896, hashes = { sha256 = "0cc794184716224afb0b938776ae0ef54ba3f2b82905327e5f695a246daa4291" } }, ] [[packages]] name = "kube-authkit" version = "0.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kube_authkit-0.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:24Z, size = 33177, hashes = { sha256 = "8e9af0abd2519aa84e88526927d15792e7e43f219e4e87031c0ca94ce787aec4" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kube_authkit-0.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:24Z, size = 33177, hashes = { sha256 = "8e9af0abd2519aa84e88526927d15792e7e43f219e4e87031c0ca94ce787aec4" } }] [[packages]] name = "kubeflow-training" version = "1.9.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kubeflow_training-1.9.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:44Z, size = 114485, hashes = { sha256 = "684fcb391dd38cb0b1e3f750d4eebd525ed686c24b324590afa39f6567925fec" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kubeflow_training-1.9.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:44Z, size = 114485, hashes = { sha256 = "684fcb391dd38cb0b1e3f750d4eebd525ed686c24b324590afa39f6567925fec" } }] [[packages]] name = "kubernetes" version = "35.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kubernetes-35.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:49Z, size = 2018552, hashes = { sha256 = "4c3fd86902a88a7ac973f523555d342371c846a6b103bb94bf453990cd50645e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kubernetes-35.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:49Z, size = 2018552, hashes = { sha256 = "4c3fd86902a88a7ac973f523555d342371c846a6b103bb94bf453990cd50645e" } }] [[packages]] name = "lark" version = "1.3.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/lark-1.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:22Z, size = 114035, hashes = { sha256 = "44d228312601f034b4aa88d2ade743d9c2ea6881f1fd0d4e1904ed288ebd3d68" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/lark-1.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:22Z, size = 114035, hashes = { sha256 = "44d228312601f034b4aa88d2ade743d9c2ea6881f1fd0d4e1904ed288ebd3d68" } }] [[packages]] name = "legacy-cgi" version = "2.6.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/legacy_cgi-2.6.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:42Z, size = 20990, hashes = { sha256 = "4ef8166cf9bfcbc0c34be7a388ee35ee92b6ebe416a69d6da0b2fb467f536b1a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/legacy_cgi-2.6.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:42Z, size = 20990, hashes = { sha256 = "4ef8166cf9bfcbc0c34be7a388ee35ee92b6ebe416a69d6da0b2fb467f536b1a" } }] [[packages]] name = "librt" -version = "0.8.1" +version = "0.9.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/librt-0.8.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:52:50Z, size = 266499, hashes = { sha256 = "aaa8dffff5ad262b0c1bbd827bcc6e210ac7f40feb8a8c5cfb50501d55732781" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/librt-0.8.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:31Z, size = 333619, hashes = { sha256 = "c169bd5fe90a393cbadf83d28b4d2d1aea81a994a81369736d9b8ebeab10885c" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/librt-0.9.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-10T04:33:42Z, size = 279265, hashes = { sha256 = "f6c1e0e0bb57292032eae6280bf66a550fff2ff9fc1e0abdf5e976c6b41a32a3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/librt-0.9.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-10T05:47:02Z, size = 347222, hashes = { sha256 = "366247c849de174dcbd0529edca257118ec340ae2b17adc7681daea16b24fe70" } }, ] [[packages]] name = "llmcompressor" version = "0.10.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/llmcompressor-0.10.0.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:22:02Z, size = 296686, hashes = { sha256 = "8f7a9318d6afd3c64ecac60415a23d035ea55bcd1569f1ffb5573d3303f53208" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/llmcompressor-0.10.0.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:22:02Z, size = 296686, hashes = { sha256 = "8f7a9318d6afd3c64ecac60415a23d035ea55bcd1569f1ffb5573d3303f53208" } }] [[packages]] name = "lm-eval" version = "0.4.11" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/lm_eval-0.4.11-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:05Z, size = 8745763, hashes = { sha256 = "5526e1ee4254eb06fe90e75d41e91d822c99260f98f6c0f39c79e2713f76764b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/lm_eval-0.4.11-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:05Z, size = 8745763, hashes = { sha256 = "5526e1ee4254eb06fe90e75d41e91d822c99260f98f6c0f39c79e2713f76764b" } }] [[packages]] name = "locket" version = "1.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/locket-1.0.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:54:03Z, size = 5393, hashes = { sha256 = "524855c1fa81b10c6ada9e28faf4c6dc37aa18313d0fc61d9e822e7fceda316f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/locket-1.0.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:54:03Z, size = 5393, hashes = { sha256 = "524855c1fa81b10c6ada9e28faf4c6dc37aa18313d0fc61d9e822e7fceda316f" } }] [[packages]] name = "loguru" version = "0.7.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/loguru-0.7.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:53Z, size = 62491, hashes = { sha256 = "565b2b42f9f0a2cc7d9a127e7e15a3eea5dbf13972db92d57e7d595cd77f5f33" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/loguru-0.7.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:53Z, size = 62491, hashes = { sha256 = "565b2b42f9f0a2cc7d9a127e7e15a3eea5dbf13972db92d57e7d595cd77f5f33" } }] [[packages]] name = "lxml" -version = "6.0.2" +version = "6.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/lxml-6.0.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:02:06Z, size = 9200061, hashes = { sha256 = "a29ed58427543d7883d37b94dbbf7304ee3b972c1a4441cc2b2049e110772884" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/lxml-6.0.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:38Z, size = 9543367, hashes = { sha256 = "2af18aea0c957e2be06d1fd237fe7081eb2859e3728f362f7fcb4591f6ee43be" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/lxml-6.1.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-19T00:27:04Z, size = 8993574, hashes = { sha256 = "820a6df53772c761421c01babb955119a916a3f3148be31594318f47710404ff" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/lxml-6.1.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-19T00:25:04Z, size = 9319094, hashes = { sha256 = "8b26528fe6e156f0f616c0fda5397bcc10abc0ce3069cbf4483dc5b619f773cf" } }, ] [[packages]] name = "mako" -version = "1.3.10" +version = "1.3.11" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mako-1.3.10-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:56Z, size = 79643, hashes = { sha256 = "889803e02aff5c28b8973698a8c6849279d35b9d8a8853bfdd8fba0bde851d4e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mako-1.3.11-8-py3-none-any.whl", upload-time = 2026-04-15T01:16:07Z, size = 79637, hashes = { sha256 = "28febee8e164f638283dc1125122dcca6be6ae1a5ebb5607bfbc3f0667a75028" } }] [[packages]] name = "markdown" version = "3.10.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/markdown-3.10.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:06Z, size = 109123, hashes = { sha256 = "960307579a189d1f1492937554ac3794d41188f9d44f5921a33385c5f1cb7c19" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/markdown-3.10.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:06Z, size = 109123, hashes = { sha256 = "960307579a189d1f1492937554ac3794d41188f9d44f5921a33385c5f1cb7c19" } }] [[packages]] name = "markdown-it-py" version = "4.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/markdown_it_py-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:38Z, size = 88277, hashes = { sha256 = "abaabc7170cf346fc38d8c4cbf11d74f187266f2e9705f89962e4c68e72a85cb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/markdown_it_py-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:38Z, size = 88277, hashes = { sha256 = "abaabc7170cf346fc38d8c4cbf11d74f187266f2e9705f89962e4c68e72a85cb" } }] [[packages]] name = "markupsafe" version = "3.0.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/markupsafe-3.0.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:52:12Z, size = 25485, hashes = { sha256 = "367141995e0e06361ef0840b03a4628e47fe66a535d133094d91dd2c5f7cff4b" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/markupsafe-3.0.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:16:07Z, size = 24517, hashes = { sha256 = "f7c4ed8e3db09080017adb65466d70e6b44a8a03707bc5ddc7dd18122b2f711b" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/markupsafe-3.0.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:52:12Z, size = 25485, hashes = { sha256 = "367141995e0e06361ef0840b03a4628e47fe66a535d133094d91dd2c5f7cff4b" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/markupsafe-3.0.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:16:07Z, size = 24517, hashes = { sha256 = "f7c4ed8e3db09080017adb65466d70e6b44a8a03707bc5ddc7dd18122b2f711b" } }, ] [[packages]] @@ -988,113 +988,113 @@ name = "matplotlib" version = "3.10.8" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/matplotlib-3.10.8-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:02Z, size = 7786073, hashes = { sha256 = "443586efe3770a0adf3246c159356cefba2d8bc52c168e4f7908ddf3fb5098f0" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/matplotlib-3.10.8-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:19Z, size = 7920001, hashes = { sha256 = "f179af6c28201c77179f3b748190b489067b528de9be45cbd27335e27585efaf" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib-3.10.8-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:02Z, size = 7786073, hashes = { sha256 = "443586efe3770a0adf3246c159356cefba2d8bc52c168e4f7908ddf3fb5098f0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib-3.10.8-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:19Z, size = 7920001, hashes = { sha256 = "f179af6c28201c77179f3b748190b489067b528de9be45cbd27335e27585efaf" } }, ] [[packages]] name = "matplotlib-inline" version = "0.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/matplotlib_inline-0.2.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:11Z, size = 10490, hashes = { sha256 = "d594c8f4516c953d572ab526b61eaa2c898413cee9dd67f9bf1dd68ad2afed78" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib_inline-0.2.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:11Z, size = 10490, hashes = { sha256 = "d594c8f4516c953d572ab526b61eaa2c898413cee9dd67f9bf1dd68ad2afed78" } }] [[packages]] name = "mbstrdecoder" version = "1.1.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mbstrdecoder-1.1.4-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:05Z, size = 8904, hashes = { sha256 = "ddd801126692cfa82def8a4a9d43a08519169a77d0b671ba15c2f183e105be12" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mbstrdecoder-1.1.4-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:05Z, size = 8904, hashes = { sha256 = "ddd801126692cfa82def8a4a9d43a08519169a77d0b671ba15c2f183e105be12" } }] [[packages]] name = "mccabe" version = "0.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mccabe-0.7.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:22Z, size = 8345, hashes = { sha256 = "aaf456f8bf82249288666548f2e3a665e7db6c58905f6b59af66bd992c1a3deb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mccabe-0.7.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:22Z, size = 8345, hashes = { sha256 = "aaf456f8bf82249288666548f2e3a665e7db6c58905f6b59af66bd992c1a3deb" } }] [[packages]] name = "mdurl" version = "0.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mdurl-0.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:31Z, size = 10943, hashes = { sha256 = "667461b1820ee02e3307cbe3f4eefd8b2b2b16bd3748dfeee52aa45f70a4b842" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mdurl-0.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:31Z, size = 10943, hashes = { sha256 = "667461b1820ee02e3307cbe3f4eefd8b2b2b16bd3748dfeee52aa45f70a4b842" } }] [[packages]] name = "micropipenv" version = "1.10.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/micropipenv-1.10.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:33Z, size = 26223, hashes = { sha256 = "66d37ead8397885754d2e11a68913bc1dfa795d5709a1f617351d64b03774345" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/micropipenv-1.10.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:33Z, size = 26223, hashes = { sha256 = "66d37ead8397885754d2e11a68913bc1dfa795d5709a1f617351d64b03774345" } }] [[packages]] name = "minio" version = "7.2.20" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/minio-7.2.20-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:43Z, size = 94759, hashes = { sha256 = "09096bb861af8c5a362f87cc3ed622dd2be3f6d5311111db54b6ba52db6ae44e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/minio-7.2.20-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:43Z, size = 94759, hashes = { sha256 = "09096bb861af8c5a362f87cc3ed622dd2be3f6d5311111db54b6ba52db6ae44e" } }] [[packages]] name = "mistune" version = "3.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mistune-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:13Z, size = 54494, hashes = { sha256 = "c4d7559d01f1820f20ed17703192fb18dde8ab0ade773cd43f1c72780930076c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mistune-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:13Z, size = 54494, hashes = { sha256 = "c4d7559d01f1820f20ed17703192fb18dde8ab0ade773cd43f1c72780930076c" } }] [[packages]] name = "ml-dtypes" version = "0.5.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ml_dtypes-0.5.4-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:02:21Z, size = 3491872, hashes = { sha256 = "2fbeecdc60f8ec74ccbc072c82d5c6edb194d01a32a1902c12cb356517e572a1" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ml_dtypes-0.5.4-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:00Z, size = 3611582, hashes = { sha256 = "32a4e3708afc47301ed39c952ca0ffb9271d1ce64b7b8e254c0bb4be7e37b4f9" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ml_dtypes-0.5.4-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:02:21Z, size = 3491872, hashes = { sha256 = "2fbeecdc60f8ec74ccbc072c82d5c6edb194d01a32a1902c12cb356517e572a1" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ml_dtypes-0.5.4-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:00Z, size = 3611582, hashes = { sha256 = "32a4e3708afc47301ed39c952ca0ffb9271d1ce64b7b8e254c0bb4be7e37b4f9" } }, ] [[packages]] name = "mlflow" version = "3.10.1+rhaiv.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mlflow-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:08Z, size = 243043981, hashes = { sha256 = "12867f1c05b8f112a86c96d945320eb1d7271cadc365c3e9df5e6a39e2f01cae" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mlflow-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:08Z, size = 243043981, hashes = { sha256 = "12867f1c05b8f112a86c96d945320eb1d7271cadc365c3e9df5e6a39e2f01cae" } }] [[packages]] name = "mlflow-skinny" version = "3.10.1+rhaiv.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mlflow_skinny-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:33Z, size = 2886604, hashes = { sha256 = "d3b51ce88a9d819591cd28b75cc3838066d1fbc10d2a5414975f506e0312d653" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mlflow_skinny-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:33Z, size = 2886604, hashes = { sha256 = "d3b51ce88a9d819591cd28b75cc3838066d1fbc10d2a5414975f506e0312d653" } }] [[packages]] name = "mlflow-tracing" version = "3.10.1+rhaiv.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mlflow_tracing-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:22Z, size = 1503514, hashes = { sha256 = "08b2496b8b68e09457e1000e0a4748ee517b66ba09ab8394ec74e01696a0db9d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mlflow_tracing-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:22Z, size = 1503514, hashes = { sha256 = "08b2496b8b68e09457e1000e0a4748ee517b66ba09ab8394ec74e01696a0db9d" } }] [[packages]] name = "mmh3" version = "5.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mmh3-5.2.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-05T19:19:18Z, size = 94814, hashes = { sha256 = "07c56ecdd9b5b53ea4e91a02a30aa890cc5ddc630ce2a5daf889e23c097c36f7" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mmh3-5.2.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-05T19:21:32Z, size = 99309, hashes = { sha256 = "233e8c2359aa843df5b3fb7808f41b8d1d7db1d6fef7eb93890d0d38ac04b844" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mmh3-5.2.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-05T19:19:18Z, size = 94814, hashes = { sha256 = "07c56ecdd9b5b53ea4e91a02a30aa890cc5ddc630ce2a5daf889e23c097c36f7" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mmh3-5.2.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-05T19:21:32Z, size = 99309, hashes = { sha256 = "233e8c2359aa843df5b3fb7808f41b8d1d7db1d6fef7eb93890d0d38ac04b844" } }, ] [[packages]] name = "mock" version = "5.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mock-5.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:56Z, size = 32558, hashes = { sha256 = "e9f20a21c7b2801012b21bdf7eaccd7bfb57e207b622c8c0d7e27ac7bb0f0deb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mock-5.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:56Z, size = 32558, hashes = { sha256 = "e9f20a21c7b2801012b21bdf7eaccd7bfb57e207b622c8c0d7e27ac7bb0f0deb" } }] [[packages]] name = "more-itertools" -version = "11.0.1" +version = "11.0.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/more_itertools-11.0.1-8-py3-none-any.whl", upload-time = 2026-04-07T00:52:26Z, size = 73151, hashes = { sha256 = "03289a0ae381ad4529a50b7df2499d656103736c71796afa4d26fa41db69c6d5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/more_itertools-11.0.2-8-py3-none-any.whl", upload-time = 2026-04-10T04:32:05Z, size = 72906, hashes = { sha256 = "d8f47957eeb50675bd36631cf49a64a6c6f469375278c1190d134c6b491a9bb7" } }] [[packages]] name = "mpmath" version = "1.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mpmath-1.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:58Z, size = 537195, hashes = { sha256 = "76c9ae7364b29d01411cdcf0c28cdbd42f40d41526211a45493e118d15be192c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mpmath-1.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:58Z, size = 537195, hashes = { sha256 = "76c9ae7364b29d01411cdcf0c28cdbd42f40d41526211a45493e118d15be192c" } }] [[packages]] name = "msgpack" version = "1.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/msgpack-1.1.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:58:33Z, size = 380864, hashes = { sha256 = "aa15d2ef5171b451f63e2139cf9ec525585206b32b9f399093d4cfb6f1574631" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/msgpack-1.1.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:40Z, size = 384807, hashes = { sha256 = "96c49c11488e606b1ed749133a7305817e415fc867fbac1a57cd76593f119e8d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/msgpack-1.1.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:58:33Z, size = 380864, hashes = { sha256 = "aa15d2ef5171b451f63e2139cf9ec525585206b32b9f399093d4cfb6f1574631" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/msgpack-1.1.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:40Z, size = 384807, hashes = { sha256 = "96c49c11488e606b1ed749133a7305817e415fc867fbac1a57cd76593f119e8d" } }, ] [[packages]] @@ -1102,358 +1102,349 @@ name = "multidict" version = "6.7.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/multidict-6.7.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:29:58Z, size = 245451, hashes = { sha256 = "2200bf29d384041fb0965326c15b31d44eb5838e90657e185408c66b24c07c59" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/multidict-6.7.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:05Z, size = 245347, hashes = { sha256 = "a33ae483ae607712da055a3af02b9f2a6f04f46a370daa00602339911cd4d91a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/multidict-6.7.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:29:58Z, size = 245451, hashes = { sha256 = "2200bf29d384041fb0965326c15b31d44eb5838e90657e185408c66b24c07c59" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/multidict-6.7.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:05Z, size = 245347, hashes = { sha256 = "a33ae483ae607712da055a3af02b9f2a6f04f46a370daa00602339911cd4d91a" } }, ] [[packages]] name = "multiprocess" version = "0.70.16" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/multiprocess-0.70.16-10-py3-none-any.whl", upload-time = 2026-02-23T20:52:07Z, size = 148069, hashes = { sha256 = "0e7064d9ecfaa12caf8f728aeae56e2d7441d50c9656221af5f9a29980230e9f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/multiprocess-0.70.16-10-py3-none-any.whl", upload-time = 2026-02-23T20:52:07Z, size = 148069, hashes = { sha256 = "0e7064d9ecfaa12caf8f728aeae56e2d7441d50c9656221af5f9a29980230e9f" } }] [[packages]] name = "mypy" -version = "1.20.0" +version = "1.20.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mypy-1.20.0-8-py3-none-any.whl", upload-time = 2026-04-01T01:35:58Z, size = 2637357, hashes = { sha256 = "09f6a0df7af81808c98c240c13c9320db879f0cb6ff7f3f1ebb2129a88c7d6e0" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mypy-1.20.1-8-py3-none-any.whl", upload-time = 2026-04-13T07:01:11Z, size = 2637543, hashes = { sha256 = "2d1ec4d8a723fbd31b74293f9f85c063bdac5cb204d35e07bf79b0db3843e18b" } }] [[packages]] name = "mypy-extensions" version = "1.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mypy_extensions-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:51Z, size = 5964, hashes = { sha256 = "238b0fe5d8ff11034be885504592ca0f05083ea6d5e93f20dcafe51200db9571" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mypy_extensions-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:51Z, size = 5964, hashes = { sha256 = "238b0fe5d8ff11034be885504592ca0f05083ea6d5e93f20dcafe51200db9571" } }] [[packages]] name = "mysql-connector-python" version = "9.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mysql_connector_python-9.6.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:51:59Z, size = 489739, hashes = { sha256 = "db29c1887dcfa2d9547161146a4ac7c32978ffcec8d8fb879845beef9bf861a2" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mysql_connector_python-9.6.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:29Z, size = 489735, hashes = { sha256 = "8db1f93c54e2ffdadb0d1f51b7ad7f8a7237e6371988148238191be0661555f3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mysql_connector_python-9.6.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:51:59Z, size = 489739, hashes = { sha256 = "db29c1887dcfa2d9547161146a4ac7c32978ffcec8d8fb879845beef9bf861a2" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mysql_connector_python-9.6.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:29Z, size = 489735, hashes = { sha256 = "8db1f93c54e2ffdadb0d1f51b7ad7f8a7237e6371988148238191be0661555f3" } }, ] [[packages]] name = "narwhals" version = "2.19.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/narwhals-2.19.0-8-py3-none-any.whl", upload-time = 2026-04-07T00:53:49Z, size = 447904, hashes = { sha256 = "62c62bcefb1edb0b78d6fd15f9b940648a92bda2217656a4c59dce7887aa4fca" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/narwhals-2.19.0-8-py3-none-any.whl", upload-time = 2026-04-07T00:53:49Z, size = 447904, hashes = { sha256 = "62c62bcefb1edb0b78d6fd15f9b940648a92bda2217656a4c59dce7887aa4fca" } }] [[packages]] name = "nbclient" version = "0.10.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nbclient-0.10.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:06Z, size = 26381, hashes = { sha256 = "85d6e91fc43c7e8e3a079a45f93c7befc4cb128693b72f56f7ea0930beaa5ee3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nbclient-0.10.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:06Z, size = 26381, hashes = { sha256 = "85d6e91fc43c7e8e3a079a45f93c7befc4cb128693b72f56f7ea0930beaa5ee3" } }] [[packages]] name = "nbconvert" -version = "7.17.0" +version = "7.17.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nbconvert-7.17.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:43Z, size = 262438, hashes = { sha256 = "de657190c3d671d5ca36004a3561ca2dbfb45b044282cfb307f78558fd772c63" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nbconvert-7.17.1-8-py3-none-any.whl", upload-time = 2026-04-08T02:46:34Z, size = 262851, hashes = { sha256 = "7b006b7b4d5e63ced6715c6e1effee04b339fc8e1471dbe942f874d80b31bd49" } }] [[packages]] name = "nbdime" version = "4.0.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nbdime-4.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:56Z, size = 5918543, hashes = { sha256 = "81c9d4267339e0e49df34fa4c436af2e93f135a633d52ce913e07fc34919c5e1" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nbdime-4.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:56Z, size = 5918543, hashes = { sha256 = "81c9d4267339e0e49df34fa4c436af2e93f135a633d52ce913e07fc34919c5e1" } }] [[packages]] name = "nbformat" version = "5.10.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nbformat-5.10.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:24Z, size = 79383, hashes = { sha256 = "c8945a7ef3eda6e76f0d9c6074d923d8c15deed0011923499999776ea4078b5f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nbformat-5.10.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:24Z, size = 79383, hashes = { sha256 = "c8945a7ef3eda6e76f0d9c6074d923d8c15deed0011923499999776ea4078b5f" } }] [[packages]] name = "nbgitpuller" version = "1.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nbgitpuller-1.3.0-8-py2.py3-none-any.whl", upload-time = 2026-04-01T01:38:11Z, size = 361342, hashes = { sha256 = "b01fb4a9fcba263dd0f85e1398463c63504901e44b29f238fc4c858582ce6f0f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nbgitpuller-1.3.0-8-py2.py3-none-any.whl", upload-time = 2026-04-01T01:38:11Z, size = 361342, hashes = { sha256 = "b01fb4a9fcba263dd0f85e1398463c63504901e44b29f238fc4c858582ce6f0f" } }] [[packages]] name = "nest-asyncio" version = "1.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nest_asyncio-1.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:28Z, size = 6227, hashes = { sha256 = "2ae4d252782589e1b2ca61a4dd8b19ad213ae07d91d951ce4e730f53b313003a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nest_asyncio-1.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:28Z, size = 6227, hashes = { sha256 = "2ae4d252782589e1b2ca61a4dd8b19ad213ae07d91d951ce4e730f53b313003a" } }] [[packages]] name = "networkx" version = "3.6.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/networkx-3.6.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:48Z, size = 2069404, hashes = { sha256 = "4277e1ea572bf92859aec40eb7b9252c3f56c30d7f49e533f19189107532fb0d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/networkx-3.6.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:48Z, size = 2069404, hashes = { sha256 = "4277e1ea572bf92859aec40eb7b9252c3f56c30d7f49e533f19189107532fb0d" } }] [[packages]] name = "nltk" version = "3.9.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nltk-3.9.4-8-py3-none-any.whl", upload-time = 2026-03-24T06:30:21Z, size = 1552963, hashes = { sha256 = "64d18339d120c2b3004ab5c3c394dcf4e712484ce4804ce8be30d9801239c8fa" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nltk-3.9.4-8-py3-none-any.whl", upload-time = 2026-03-24T06:30:21Z, size = 1552963, hashes = { sha256 = "64d18339d120c2b3004ab5c3c394dcf4e712484ce4804ce8be30d9801239c8fa" } }] [[packages]] name = "notebook-shim" version = "0.2.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/notebook_shim-0.2.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:31Z, size = 14254, hashes = { sha256 = "45e849d46b8298165e6750fd4a94a7ac25ff443ba10013c7137fc55315c86cde" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/notebook_shim-0.2.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:31Z, size = 14254, hashes = { sha256 = "45e849d46b8298165e6750fd4a94a7ac25ff443ba10013c7137fc55315c86cde" } }] [[packages]] name = "numpy" version = "2.3.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/numpy-2.3.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:14Z, size = 6000854, hashes = { sha256 = "548cb00085826889cc0b9282c49ed892dc29ef2e4a488b3b9939e8af92584d86" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/numpy-2.3.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:25:59Z, size = 7989901, hashes = { sha256 = "42782d7032b4dbca2ce8bd5fe1ca4b8c032f51e51751c960ab77640a8b68bee9" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/numpy-2.3.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:14Z, size = 6000854, hashes = { sha256 = "548cb00085826889cc0b9282c49ed892dc29ef2e4a488b3b9939e8af92584d86" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/numpy-2.3.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:25:59Z, size = 7989901, hashes = { sha256 = "42782d7032b4dbca2ce8bd5fe1ca4b8c032f51e51751c960ab77640a8b68bee9" } }, ] [[packages]] name = "nvidia-ml-py" version = "13.590.44" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nvidia_ml_py-13.590.44-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:01Z, size = 51690, hashes = { sha256 = "b75698f2ebe583aa2791e1ee0a1e3a9111bce7131cc8ae9eef7b42bdd6c99b26" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nvidia_ml_py-13.590.44-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:01Z, size = 51690, hashes = { sha256 = "b75698f2ebe583aa2791e1ee0a1e3a9111bce7131cc8ae9eef7b42bdd6c99b26" } }] [[packages]] name = "oauthlib" version = "3.3.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/oauthlib-3.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:28Z, size = 160968, hashes = { sha256 = "169a95959d1a5c3ccabad0cd3fda478b58b3db3dc4c7ec3ed54207fef30de125" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/oauthlib-3.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:28Z, size = 160968, hashes = { sha256 = "169a95959d1a5c3ccabad0cd3fda478b58b3db3dc4c7ec3ed54207fef30de125" } }] [[packages]] name = "odh-elyra" version = "5.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/odh_elyra-5.0.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:09:51Z, size = 4106177, hashes = { sha256 = "709d3517103e6f88b25beb069e97d54e2eba70aa96e67637a992889b9d22fea0" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/odh_elyra-5.0.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:09:51Z, size = 4106177, hashes = { sha256 = "709d3517103e6f88b25beb069e97d54e2eba70aa96e67637a992889b9d22fea0" } }] [[packages]] name = "odh-jupyter-trash-cleanup" version = "0.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/odh_jupyter_trash_cleanup-0.1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:10Z, size = 28771, hashes = { sha256 = "f5da90f4fdc0cb414fc498647676ee992a85853cb64f48ca126fc0132ff168ad" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/odh_jupyter_trash_cleanup-0.1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:10Z, size = 28771, hashes = { sha256 = "f5da90f4fdc0cb414fc498647676ee992a85853cb64f48ca126fc0132ff168ad" } }] [[packages]] name = "onnx" version = "1.20.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/onnx-1.20.0-10-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-24T00:00:30Z, size = 17649121, hashes = { sha256 = "28234619ee16e62bb0e594fc9ec5401ce44b8fac994f2703e45a6a3b0d716d3f" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/onnx-1.20.0-10-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:08:12Z, size = 17850753, hashes = { sha256 = "e9f689c799513b64d229b7326062391bd2e2a38d78117f1f0485a4ce217c0131" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/onnx-1.20.0-10-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-24T00:00:30Z, size = 17649121, hashes = { sha256 = "28234619ee16e62bb0e594fc9ec5401ce44b8fac994f2703e45a6a3b0d716d3f" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/onnx-1.20.0-10-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:08:12Z, size = 17850753, hashes = { sha256 = "e9f689c799513b64d229b7326062391bd2e2a38d78117f1f0485a4ce217c0131" } }, ] [[packages]] name = "onnx-ir" version = "0.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/onnx_ir-0.2.0-8-py3-none-any.whl", upload-time = 2026-02-25T02:02:11Z, size = 165027, hashes = { sha256 = "167f08c7dfe8eb9e97707b0ed4ed4977b7814c2f3ffb1f027841c6ba53017ba2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/onnx_ir-0.2.0-8-py3-none-any.whl", upload-time = 2026-02-25T02:02:11Z, size = 165027, hashes = { sha256 = "167f08c7dfe8eb9e97707b0ed4ed4977b7814c2f3ffb1f027841c6ba53017ba2" } }] [[packages]] name = "onnxconverter-common" version = "1.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/onnxconverter_common-1.16.0-10-py2.py3-none-any.whl", upload-time = 2026-02-23T23:54:20Z, size = 90231, hashes = { sha256 = "0708e01164697ed99f5a3146374f2514fe76c07955620fce9e361e1525d9da69" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/onnxconverter_common-1.16.0-10-py2.py3-none-any.whl", upload-time = 2026-02-23T23:54:20Z, size = 90231, hashes = { sha256 = "0708e01164697ed99f5a3146374f2514fe76c07955620fce9e361e1525d9da69" } }] [[packages]] name = "onnxscript" version = "0.6.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/onnxscript-0.6.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:53Z, size = 690226, hashes = { sha256 = "c2a4fee8df41f5af9c4d4572bebc5e2d9d7fcab8a0684c1b526e6dbc3349881e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/onnxscript-0.6.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:53Z, size = 690226, hashes = { sha256 = "c2a4fee8df41f5af9c4d4572bebc5e2d9d7fcab8a0684c1b526e6dbc3349881e" } }] [[packages]] name = "opencensus" version = "0.11.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opencensus-0.11.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:52:16Z, size = 125016, hashes = { sha256 = "9074d6289520f1863598d69e4078f6df8a0ef193ee968f246f59d9c49cf3dbe3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opencensus-0.11.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:52:16Z, size = 125016, hashes = { sha256 = "9074d6289520f1863598d69e4078f6df8a0ef193ee968f246f59d9c49cf3dbe3" } }] [[packages]] name = "opencensus-context" version = "0.1.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opencensus_context-0.1.3-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:50:24Z, size = 6110, hashes = { sha256 = "ea00a03a59fdbc7cfec9b81b33a7d7bc6e8c898c2273dcf8ceb91fd1c073b191" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opencensus_context-0.1.3-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:50:24Z, size = 6110, hashes = { sha256 = "ea00a03a59fdbc7cfec9b81b33a7d7bc6e8c898c2273dcf8ceb91fd1c073b191" } }] [[packages]] name = "openshift-client" version = "1.0.18" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/openshift_client-1.0.18-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:36Z, size = 76145, hashes = { sha256 = "796e773d20fe675f10a739742b6054d8c8191e3eb102db95c7dac8881645639d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/openshift_client-1.0.18-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:36Z, size = 76145, hashes = { sha256 = "796e773d20fe675f10a739742b6054d8c8191e3eb102db95c7dac8881645639d" } }] [[packages]] name = "opentelemetry-api" -version = "1.40.0" +version = "1.41.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opentelemetry_api-1.40.0-8-py3-none-any.whl", upload-time = 2026-03-04T16:31:33Z, size = 69655, hashes = { sha256 = "98024d2178255c1b3f32c6c9a405b088115540b55daa312435878c5c1651e59c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_api-1.41.0-8-py3-none-any.whl", upload-time = 2026-04-09T18:05:33Z, size = 69987, hashes = { sha256 = "c3bdceb56bbcfd7625ce8bba7c2e5023389a1e63cb215faf44171a4f68a2563f" } }] [[packages]] name = "opentelemetry-exporter-prometheus" -version = "0.61b0" +version = "0.62b0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opentelemetry_exporter_prometheus-0.61b0-8-py3-none-any.whl", upload-time = 2026-03-05T01:30:03Z, size = 14257, hashes = { sha256 = "bd12b3e08bb2996461634107e893947b38c7bc721ef2d36df937fed1ccf7e35d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_exporter_prometheus-0.62b0-8-py3-none-any.whl", upload-time = 2026-04-09T18:05:34Z, size = 14384, hashes = { sha256 = "1f016e8fa108e3eefd56667bf3cd129b310a51168d02afafe5885b09fd8b0ffe" } }] [[packages]] name = "opentelemetry-proto" -version = "1.40.0" +version = "1.41.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opentelemetry_proto-1.40.0-8-py3-none-any.whl", upload-time = 2026-03-05T01:21:50Z, size = 73070, hashes = { sha256 = "291645496af75d571b540168f913a45eaae055f11798c65daa79be63b83ca7f5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_proto-1.41.0-8-py3-none-any.whl", upload-time = 2026-04-09T18:06:15Z, size = 73070, hashes = { sha256 = "d4c85ae05b3e6ca054fa393f8bb81a9c65944da153b288b05e106f9a2e54ab31" } }] [[packages]] name = "opentelemetry-sdk" -version = "1.40.0" +version = "1.41.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opentelemetry_sdk-1.40.0-8-py3-none-any.whl", upload-time = 2026-03-04T16:30:35Z, size = 142930, hashes = { sha256 = "c44c7c724d40a6e027918a4715ddb752fbc40fcecf765cab6b1f410eda682dc4" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_sdk-1.41.0-8-py3-none-any.whl", upload-time = 2026-04-09T18:06:38Z, size = 181193, hashes = { sha256 = "3260326b8a514ff5f733895239fe36f5975c96eef9d6564b3396fe19b6557bf2" } }] [[packages]] name = "opentelemetry-semantic-conventions" -version = "0.61b0" -marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opentelemetry_semantic_conventions-0.61b0-8-py3-none-any.whl", upload-time = 2026-03-04T16:32:44Z, size = 232743, hashes = { sha256 = "96d5f32e6bb3232b99be3bf8ab736850665aaed7ccc80c796547287e81aff893" } }] - -[[packages]] -name = "orjson" -version = "3.11.8" +version = "0.62b0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/orjson-3.11.8-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-31T19:21:40Z, size = 362411, hashes = { sha256 = "7bcc11dac1047b94f1950cf07175460f9a005d35707cd015fbf17e75d3dc4d91" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/orjson-3.11.8-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-31T19:22:40Z, size = 368315, hashes = { sha256 = "675468430a5bd66ab7ef6f023848f72ba230c6e9808d4a42377a37fe8c3473ef" } }, -] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_semantic_conventions-0.62b0-8-py3-none-any.whl", upload-time = 2026-04-09T18:07:13Z, size = 232742, hashes = { sha256 = "51ae5528635b9c84c1d91cf904658539c55092b39ba25bb04f068c332b5047c9" } }] [[packages]] name = "packaging" -version = "26.0" +version = "26.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/packaging-26.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:01:01Z, size = 75266, hashes = { sha256 = "2a1f79c53649dfe7e5c6f75809449974a4e7a88ab2e61202cfe2c90aee4d85f2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/packaging-26.1-8-py3-none-any.whl", upload-time = 2026-04-15T01:03:21Z, size = 96733, hashes = { sha256 = "2dd51673bb17b9a9078c46059d099fc729e1515b301ee98765be04405a3a3142" } }] [[packages]] name = "pandas" version = "2.3.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandas-2.3.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:45Z, size = 11534741, hashes = { sha256 = "07bdb859fb98be11d1870afb066444d39df187b24f1ae6b3d48098b6e0a1d8b3" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandas-2.3.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:11Z, size = 12140418, hashes = { sha256 = "cc2643cce48baab2d4ff158f9de79d2be83ef1685d51138d2c7b6226606e1b93" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandas-2.3.3-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-15T10:14:18Z, size = 11534929, hashes = { sha256 = "38b19627a0f43c9030481e4197abe934bbe8c4774339fb8cdd964be38cbeb333" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandas-2.3.3-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-15T10:14:05Z, size = 12140602, hashes = { sha256 = "84cca13af3c2c114be8bf479b91600453cf6b44aa55f27a88cb868e6f565c654" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandas-2.3.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:45Z, size = 11534741, hashes = { sha256 = "07bdb859fb98be11d1870afb066444d39df187b24f1ae6b3d48098b6e0a1d8b3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandas-2.3.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:11Z, size = 12140418, hashes = { sha256 = "cc2643cce48baab2d4ff158f9de79d2be83ef1685d51138d2c7b6226606e1b93" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandas-2.3.3-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-15T10:14:18Z, size = 11534929, hashes = { sha256 = "38b19627a0f43c9030481e4197abe934bbe8c4774339fb8cdd964be38cbeb333" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandas-2.3.3-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-15T10:14:05Z, size = 12140602, hashes = { sha256 = "84cca13af3c2c114be8bf479b91600453cf6b44aa55f27a88cb868e6f565c654" } }, ] [[packages]] name = "pandocfilters" version = "1.5.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandocfilters-1.5.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:21Z, size = 9728, hashes = { sha256 = "2bc275f9bdeaaf2832a0c1dd20dd2ff1478cf2ff9eb1e05945773018d2f4ba88" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandocfilters-1.5.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:21Z, size = 9728, hashes = { sha256 = "2bc275f9bdeaaf2832a0c1dd20dd2ff1478cf2ff9eb1e05945773018d2f4ba88" } }] [[packages]] name = "papermill" version = "2.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/papermill-2.7.0-8-py3-none-any.whl", upload-time = 2026-02-28T01:42:16Z, size = 89773, hashes = { sha256 = "16b97bc8681fe424166172b518336a72e968d79e15d6137d6afe5f9b6ad49418" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/papermill-2.7.0-8-py3-none-any.whl", upload-time = 2026-02-28T01:42:16Z, size = 89773, hashes = { sha256 = "16b97bc8681fe424166172b518336a72e968d79e15d6137d6afe5f9b6ad49418" } }] [[packages]] name = "paramiko" version = "4.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/paramiko-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:55Z, size = 224874, hashes = { sha256 = "63db3af3329925ac9e2194b50a60c0c65d60c39554b7d52781119c7de273f245" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/paramiko-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:55Z, size = 224874, hashes = { sha256 = "63db3af3329925ac9e2194b50a60c0c65d60c39554b7d52781119c7de273f245" } }] [[packages]] name = "parso" version = "0.8.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/parso-0.8.6-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:35Z, size = 107773, hashes = { sha256 = "c9b103b1ee70180d6ca82bcb30652e7a9041814a4ba0cbe11470631a4ad5673c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/parso-0.8.6-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:35Z, size = 107773, hashes = { sha256 = "c9b103b1ee70180d6ca82bcb30652e7a9041814a4ba0cbe11470631a4ad5673c" } }] [[packages]] name = "partd" version = "1.4.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/partd-1.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:27Z, size = 19882, hashes = { sha256 = "5cfec3bf6368e41cd306476b6ed5fadb96fba7431b19ab6a725164348b69b687" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/partd-1.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:27Z, size = 19882, hashes = { sha256 = "5cfec3bf6368e41cd306476b6ed5fadb96fba7431b19ab6a725164348b69b687" } }] [[packages]] name = "pathspec" version = "1.0.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pathspec-1.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:53Z, size = 56115, hashes = { sha256 = "7219d700fefbf6ed5881b40d4efe753c9dc27a40ac06ac8a30a94e77fbe0b90f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pathspec-1.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:53Z, size = 56115, hashes = { sha256 = "7219d700fefbf6ed5881b40d4efe753c9dc27a40ac06ac8a30a94e77fbe0b90f" } }] [[packages]] name = "pathvalidate" version = "3.3.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pathvalidate-3.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:42Z, size = 25247, hashes = { sha256 = "6845e0cf9051b31d455a449acda5983114ce2c7085b81337e102c6517b71795d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pathvalidate-3.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:42Z, size = 25247, hashes = { sha256 = "6845e0cf9051b31d455a449acda5983114ce2c7085b81337e102c6517b71795d" } }] [[packages]] name = "pexpect" version = "4.9.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pexpect-4.9.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:17Z, size = 64788, hashes = { sha256 = "8b376d8ae1d099528b1b0958be10c4489d636dc5e310b7f38c0fbc5d2f66e335" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pexpect-4.9.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:17Z, size = 64788, hashes = { sha256 = "8b376d8ae1d099528b1b0958be10c4489d636dc5e310b7f38c0fbc5d2f66e335" } }] [[packages]] name = "pillow" version = "12.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pillow-12.2.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T15:55:26Z, size = 1379355, hashes = { sha256 = "a447355e5ddcb989f812d9ad0e0dee22a031c4f09f1114335dad01f84c03b82a" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pillow-12.2.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T15:56:40Z, size = 1411808, hashes = { sha256 = "57a03b7853ede0c0739f7ba8e54cf97c2ab1ac96e85360c63ab10760c22eeecc" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pillow-12.2.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T15:55:25Z, size = 1379355, hashes = { sha256 = "a447355e5ddcb989f812d9ad0e0dee22a031c4f09f1114335dad01f84c03b82a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pillow-12.2.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T15:56:39Z, size = 1411808, hashes = { sha256 = "57a03b7853ede0c0739f7ba8e54cf97c2ab1ac96e85360c63ab10760c22eeecc" } }, ] [[packages]] name = "pip" version = "26.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pip-26.0.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:00:59Z, size = 1788588, hashes = { sha256 = "0eb092df05f73261cb7825422aa89ce60cdda400111de90787afab6cc453f3f7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pip-26.0.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:00:59Z, size = 1788588, hashes = { sha256 = "0eb092df05f73261cb7825422aa89ce60cdda400111de90787afab6cc453f3f7" } }] [[packages]] name = "platformdirs" -version = "4.9.4" +version = "4.9.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/platformdirs-4.9.4-8-py3-none-any.whl", upload-time = 2026-03-05T19:21:33Z, size = 22169, hashes = { sha256 = "6eb70b7a3775e5b0a5c4050dfcf143e9962621f4e989ee6854bc36fa4df5d670" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/platformdirs-4.9.6-8-py3-none-any.whl", upload-time = 2026-04-09T00:25:29Z, size = 22385, hashes = { sha256 = "ebee18f7b9b5648eb17506f8ef3a4312942f6b477c279865a5e08957779bb10f" } }] [[packages]] name = "plotly" -version = "6.6.0" +version = "6.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/plotly-6.6.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:10:35Z, size = 9911272, hashes = { sha256 = "c288236646e32c0c51b6b5796a20355693d1e7768e5a477a31aa377ba1b8f0e1" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/plotly-6.7.0-8-py3-none-any.whl", upload-time = 2026-04-10T04:34:09Z, size = 9899361, hashes = { sha256 = "4d1fdc5d30f208a9cd6c8f1d35a1e66d2527cb62b9ff60de568ca9fe904795ea" } }] [[packages]] name = "pluggy" version = "1.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pluggy-1.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:09Z, size = 21498, hashes = { sha256 = "85ce1f89d513c32699708aeb219483f4369ce77a9f8e975ca4fd0556cf3bd5dd" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pluggy-1.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:09Z, size = 21498, hashes = { sha256 = "85ce1f89d513c32699708aeb219483f4369ce77a9f8e975ca4fd0556cf3bd5dd" } }] [[packages]] name = "portalocker" version = "3.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/portalocker-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:17Z, size = 23354, hashes = { sha256 = "7046685644f1f937d84cc609cae95ae5af09f57bfa206d2eeb742ebf70170896" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/portalocker-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:17Z, size = 23354, hashes = { sha256 = "7046685644f1f937d84cc609cae95ae5af09f57bfa206d2eeb742ebf70170896" } }] [[packages]] name = "prettytable" version = "3.17.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/prettytable-3.17.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:12Z, size = 35384, hashes = { sha256 = "439d3cbd6a49b2c748cd7ed7f17164827cd8b59fd9be1cbf438df0add52f70a5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/prettytable-3.17.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:12Z, size = 35384, hashes = { sha256 = "439d3cbd6a49b2c748cd7ed7f17164827cd8b59fd9be1cbf438df0add52f70a5" } }] [[packages]] name = "prometheus-client" -version = "0.24.1" +version = "0.25.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/prometheus_client-0.24.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:15Z, size = 65043, hashes = { sha256 = "2709ceb229c4fc23288408384a6a4d947f2f47bead0802fa5b0db3137ee16072" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/prometheus_client-0.25.0-8-py3-none-any.whl", upload-time = 2026-04-10T00:34:01Z, size = 65139, hashes = { sha256 = "79c6a000040006a706895fce3ed2f418c5b2ee1f59e1330a142b9a10818254d2" } }] [[packages]] name = "prompt-toolkit" version = "3.0.52" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/prompt_toolkit-3.0.52-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:59Z, size = 392385, hashes = { sha256 = "6d3a2df024683a2448655fa8e38369c0c7a03425383875852d3ac90b504f403c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/prompt_toolkit-3.0.52-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:59Z, size = 392385, hashes = { sha256 = "6d3a2df024683a2448655fa8e38369c0c7a03425383875852d3ac90b504f403c" } }] [[packages]] name = "propcache" version = "0.4.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/propcache-0.4.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:13Z, size = 187568, hashes = { sha256 = "b17645a879c485382a9cb791a7da4f3157f9a9aba421d3f8e30449dd44b78036" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/propcache-0.4.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:24Z, size = 191723, hashes = { sha256 = "b82280ce515e25eed6e67f366ff79d7bd32efd82dc1bddc0abc18655e84cdb21" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/propcache-0.4.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:13Z, size = 187568, hashes = { sha256 = "b17645a879c485382a9cb791a7da4f3157f9a9aba421d3f8e30449dd44b78036" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/propcache-0.4.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:24Z, size = 191723, hashes = { sha256 = "b82280ce515e25eed6e67f366ff79d7bd32efd82dc1bddc0abc18655e84cdb21" } }, ] [[packages]] name = "proto-plus" version = "1.27.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/proto_plus-1.27.2-8-py3-none-any.whl", upload-time = 2026-03-27T01:21:02Z, size = 51410, hashes = { sha256 = "854f61a53e3e2e19f4ddafcc39a1fd2febac50b9c03b96d0d43c987556052841" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/proto_plus-1.27.2-8-py3-none-any.whl", upload-time = 2026-03-27T01:21:02Z, size = 51410, hashes = { sha256 = "854f61a53e3e2e19f4ddafcc39a1fd2febac50b9c03b96d0d43c987556052841" } }] [[packages]] name = "protobuf" version = "6.31.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/protobuf-6.31.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T10:11:11Z, size = 1152473, hashes = { sha256 = "ef35d6267d1ad4f2c2775c93623857252029ad8d945bb01265df3b8a1d08e62c" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/protobuf-6.31.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T10:10:05Z, size = 1172540, hashes = { sha256 = "69e824735e472f6e7bb39b8c8143be38fbf5d7f38057e013d28bb7aa240be578" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/protobuf-6.31.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T10:11:11Z, size = 1152473, hashes = { sha256 = "ef35d6267d1ad4f2c2775c93623857252029ad8d945bb01265df3b8a1d08e62c" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/protobuf-6.31.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T10:10:05Z, size = 1172540, hashes = { sha256 = "69e824735e472f6e7bb39b8c8143be38fbf5d7f38057e013d28bb7aa240be578" } }, ] [[packages]] @@ -1461,43 +1452,43 @@ name = "psutil" version = "5.9.8" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/psutil-5.9.8-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:51:30Z, size = 292117, hashes = { sha256 = "4e8b6f8cd9590d8f3f6e3ad7c662802b0e5960f06a9889debbe0547e26b9da3f" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/psutil-5.9.8-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:09:04Z, size = 290508, hashes = { sha256 = "5ac7dbbe20704d8fc2275eb87b57ce7d220f655f51fdd6ae208a2137535a0542" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/psutil-5.9.8-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:51:30Z, size = 292117, hashes = { sha256 = "4e8b6f8cd9590d8f3f6e3ad7c662802b0e5960f06a9889debbe0547e26b9da3f" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/psutil-5.9.8-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:09:04Z, size = 290508, hashes = { sha256 = "5ac7dbbe20704d8fc2275eb87b57ce7d220f655f51fdd6ae208a2137535a0542" } }, ] [[packages]] name = "psycopg" version = "3.3.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/psycopg-3.3.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:42Z, size = 213684, hashes = { sha256 = "fe29db5305d7b53088f9129031548c742ec055e303591fe256dec6f76e6f7ece" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/psycopg-3.3.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:42Z, size = 213684, hashes = { sha256 = "fe29db5305d7b53088f9129031548c742ec055e303591fe256dec6f76e6f7ece" } }] [[packages]] name = "ptyprocess" version = "0.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ptyprocess-0.7.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:20Z, size = 14985, hashes = { sha256 = "d8a1126946bf844ce5d23ee04555b32fb4aba93d720481c94b161ed52cc29ca3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ptyprocess-0.7.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:20Z, size = 14985, hashes = { sha256 = "d8a1126946bf844ce5d23ee04555b32fb4aba93d720481c94b161ed52cc29ca3" } }] [[packages]] name = "pure-eval" version = "0.2.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pure_eval-0.2.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:44Z, size = 12963, hashes = { sha256 = "b63809eb7bba367f022e6e0b8365c44162e7bbeb07772ce74179cdef3d3a6ff3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pure_eval-0.2.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:44Z, size = 12963, hashes = { sha256 = "b63809eb7bba367f022e6e0b8365c44162e7bbeb07772ce74179cdef3d3a6ff3" } }] [[packages]] name = "py-cpuinfo" version = "9.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/py_cpuinfo-9.0.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:36:03Z, size = 23344, hashes = { sha256 = "4d9d73538339a7cf09e9a870a12edcc7152f5ab3dc97a6dd6b63f5777ee37f52" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/py_cpuinfo-9.0.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:36:03Z, size = 23344, hashes = { sha256 = "4d9d73538339a7cf09e9a870a12edcc7152f5ab3dc97a6dd6b63f5777ee37f52" } }] [[packages]] name = "py-spy" version = "0.4.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/py_spy-0.4.1-8-py3-none-linux_aarch64.whl", upload-time = 2026-02-23T23:54:50Z, size = 2036389, hashes = { sha256 = "8bb1a21e6ca07b451cdfb25994247bf25515e8561d1974f142a38ebca0aa9675" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/py_spy-0.4.1-8-py3-none-linux_x86_64.whl", upload-time = 2026-02-24T00:07:43Z, size = 2119609, hashes = { sha256 = "b26ca3d58d88309d07c3dc0fa640f456448417a9081b5d59e88d83295990b3b3" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/py_spy-0.4.1-9-py3-none-linux_aarch64.whl", upload-time = 2026-02-26T00:20:59Z, size = 2036670, hashes = { sha256 = "95b07e5ca88b06f4efe67330bb0797edb85cc8fc5c24862a3ada705b8048b3c7" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/py_spy-0.4.1-9-py3-none-linux_x86_64.whl", upload-time = 2026-02-26T00:20:14Z, size = 2119889, hashes = { sha256 = "1878497852cf991fc40b6158872517d6bf196c786609f9ddb3f7f4a0038d04f9" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/py_spy-0.4.1-8-py3-none-linux_aarch64.whl", upload-time = 2026-02-23T23:54:50Z, size = 2036389, hashes = { sha256 = "8bb1a21e6ca07b451cdfb25994247bf25515e8561d1974f142a38ebca0aa9675" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/py_spy-0.4.1-8-py3-none-linux_x86_64.whl", upload-time = 2026-02-24T00:07:43Z, size = 2119609, hashes = { sha256 = "b26ca3d58d88309d07c3dc0fa640f456448417a9081b5d59e88d83295990b3b3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/py_spy-0.4.1-9-py3-none-linux_aarch64.whl", upload-time = 2026-02-26T00:20:59Z, size = 2036670, hashes = { sha256 = "95b07e5ca88b06f4efe67330bb0797edb85cc8fc5c24862a3ada705b8048b3c7" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/py_spy-0.4.1-9-py3-none-linux_x86_64.whl", upload-time = 2026-02-26T00:20:14Z, size = 2119889, hashes = { sha256 = "1878497852cf991fc40b6158872517d6bf196c786609f9ddb3f7f4a0038d04f9" } }, ] [[packages]] @@ -1505,111 +1496,111 @@ name = "pyarrow" version = "23.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-10-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-07T00:23:39Z, size = 26571203, hashes = { sha256 = "e9f8ec930b04bb02227a15683c2415ace41f6f738b42dc3429297cf8210e6804" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-10-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-07T00:22:47Z, size = 28605841, hashes = { sha256 = "a0e88356cbe971695fc62037eccd8d1df66e00e8bb7f23bb56e2a1ce0dc0332d" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:53:34Z, size = 18348009, hashes = { sha256 = "8cdd496bef21c9cbd8d3da6c59a8fa6e1aff8bf3b08e7ea4fc907a45efbd5b87" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:17:21Z, size = 19921565, hashes = { sha256 = "af44f2f03b4a70c37a2b1080d90f790d19c49e50bcc4156e21250654d06c1146" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-21T01:04:03Z, size = 21634769, hashes = { sha256 = "c6902e42f0edefc389119d2bdb3329e3a77e23d9e6dd9e70f6e7499347a082c1" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-21T01:17:45Z, size = 23356383, hashes = { sha256 = "666eecbfac558db7e33725361076e576acd2adf0e6b51362dad0fdbd295341ba" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-10-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-07T00:23:39Z, size = 26571203, hashes = { sha256 = "e9f8ec930b04bb02227a15683c2415ace41f6f738b42dc3429297cf8210e6804" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-10-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-07T00:22:47Z, size = 28605841, hashes = { sha256 = "a0e88356cbe971695fc62037eccd8d1df66e00e8bb7f23bb56e2a1ce0dc0332d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:53:34Z, size = 18348009, hashes = { sha256 = "8cdd496bef21c9cbd8d3da6c59a8fa6e1aff8bf3b08e7ea4fc907a45efbd5b87" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:17:21Z, size = 19921565, hashes = { sha256 = "af44f2f03b4a70c37a2b1080d90f790d19c49e50bcc4156e21250654d06c1146" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-21T01:04:03Z, size = 21634769, hashes = { sha256 = "c6902e42f0edefc389119d2bdb3329e3a77e23d9e6dd9e70f6e7499347a082c1" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-21T01:17:45Z, size = 23356383, hashes = { sha256 = "666eecbfac558db7e33725361076e576acd2adf0e6b51362dad0fdbd295341ba" } }, ] [[packages]] name = "pyasn1" version = "0.6.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyasn1-0.6.3-8-py3-none-any.whl", upload-time = 2026-03-17T05:41:19Z, size = 84913, hashes = { sha256 = "c7880c04f2208932a4ace765a28acbf2ca3449f38565cbcc68c56277543457ed" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyasn1-0.6.3-8-py3-none-any.whl", upload-time = 2026-03-17T05:41:19Z, size = 84913, hashes = { sha256 = "c7880c04f2208932a4ace765a28acbf2ca3449f38565cbcc68c56277543457ed" } }] [[packages]] name = "pyasn1-modules" version = "0.4.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyasn1_modules-0.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:18Z, size = 182267, hashes = { sha256 = "8724a612be6cd8be53ee9e163b112a82062b77ba1ed4fb251a9487c380924bcd" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyasn1_modules-0.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:18Z, size = 182267, hashes = { sha256 = "8724a612be6cd8be53ee9e163b112a82062b77ba1ed4fb251a9487c380924bcd" } }] [[packages]] name = "pycodestyle" version = "2.12.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pycodestyle-2.12.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:34Z, size = 32293, hashes = { sha256 = "6d5d4c035d2b9213cd6c40078bf590dcba87460473855cc11f125085726ae4c3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pycodestyle-2.12.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:34Z, size = 32293, hashes = { sha256 = "6d5d4c035d2b9213cd6c40078bf590dcba87460473855cc11f125085726ae4c3" } }] [[packages]] name = "pycparser" version = "3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pycparser-3.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:32Z, size = 49105, hashes = { sha256 = "9abbc829c545f8768bcc5f21571ace7fa1442237f8980695195ccc6238dcd931" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pycparser-3.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:32Z, size = 49105, hashes = { sha256 = "9abbc829c545f8768bcc5f21571ace7fa1442237f8980695195ccc6238dcd931" } }] [[packages]] name = "pycryptodome" version = "3.23.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pycryptodome-3.23.0-8-cp37-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:50:53Z, size = 2083299, hashes = { sha256 = "ecfbf45f6c8d3ca2ff13205cb5a5949530762063ae86d67a73ad0be497c1254d" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pycryptodome-3.23.0-8-cp37-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:08:13Z, size = 2148955, hashes = { sha256 = "b2cf673d687f5a33b0eca43f3b809d390be157f29c83cd1c9d692a9cd7865b9f" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pycryptodome-3.23.0-8-cp37-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:50:53Z, size = 2083299, hashes = { sha256 = "ecfbf45f6c8d3ca2ff13205cb5a5949530762063ae86d67a73ad0be497c1254d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pycryptodome-3.23.0-8-cp37-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:08:13Z, size = 2148955, hashes = { sha256 = "b2cf673d687f5a33b0eca43f3b809d390be157f29c83cd1c9d692a9cd7865b9f" } }, ] [[packages]] name = "pydantic" -version = "2.12.5" +version = "2.13.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pydantic-2.12.5-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:55Z, size = 464522, hashes = { sha256 = "19055bfd7812a231f62affc0105f13f25928c409cb931e7be058af8b4cab41ea" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pydantic-2.13.3-8-py3-none-any.whl", upload-time = 2026-04-21T00:24:06Z, size = 472920, hashes = { sha256 = "06550296b33a9b70064b498aa64d0de508020da2da9c0f365a72c1b3f4e07fdc" } }] [[packages]] name = "pydantic-core" -version = "2.41.5" +version = "2.46.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pydantic_core-2.41.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:51Z, size = 1970351, hashes = { sha256 = "59348f3b9067f83479aa98bc18c6c33a6c4a1191a6115351155f3187f0b3d785" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pydantic_core-2.41.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:40Z, size = 2159949, hashes = { sha256 = "9eee2d62422ab61244c937b617b278c9a0fd9429a409b1bfc26a6f5dc9555233" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pydantic_core-2.46.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-21T00:24:02Z, size = 1952330, hashes = { sha256 = "2609a0d8aeb0ef2c6c77bb91d348736f86229d82f4ff626fd58d388ddd487b2a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pydantic_core-2.46.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-21T00:25:21Z, size = 2130511, hashes = { sha256 = "8c0a0e787c98ae51346d8098c1e7400247c6f5946cb9af374e9e207182f73d8e" } }, ] [[packages]] name = "pydantic-settings" -version = "2.13.1" +version = "2.14.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pydantic_settings-2.13.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:26Z, size = 59912, hashes = { sha256 = "a79e5937f84b65fafa4c2a97b6ce39b11d9f72c4cca7530ca2542def56031d7f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pydantic_settings-2.14.0-8-py3-none-any.whl", upload-time = 2026-04-21T00:23:55Z, size = 61923, hashes = { sha256 = "9dbfe14e6e61436cc5b273316a433869ec730d1aa3327d88da967b701dbaa6d2" } }] [[packages]] name = "pydocstyle" version = "6.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pydocstyle-6.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:47Z, size = 39949, hashes = { sha256 = "a2915d05c4377a02e041671b5364249d32f41b37b635a9edc1edcd06f0e27301" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pydocstyle-6.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:47Z, size = 39949, hashes = { sha256 = "a2915d05c4377a02e041671b5364249d32f41b37b635a9edc1edcd06f0e27301" } }] [[packages]] name = "pyflakes" version = "3.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyflakes-3.2.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:43Z, size = 63714, hashes = { sha256 = "2e3839cc19433364d82f8d153420d5726c0123a5322343f489c06e2e67eeba58" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyflakes-3.2.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:43Z, size = 63714, hashes = { sha256 = "2e3839cc19433364d82f8d153420d5726c0123a5322343f489c06e2e67eeba58" } }] [[packages]] name = "pygithub" -version = "2.9.0" +version = "2.9.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pygithub-2.9.0-8-py3-none-any.whl", upload-time = 2026-03-23T00:34:33Z, size = 450565, hashes = { sha256 = "e44f521a29bfb9796bb039240f97f9347ebac80005bdbc1ca3ec621a8c203bf5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pygithub-2.9.1-8-py3-none-any.whl", upload-time = 2026-04-15T10:43:42Z, size = 450622, hashes = { sha256 = "0f78230bd61f0246fbd6a72b67d58cf2c3a7f8156e447b0aede74bfc65051a57" } }] [[packages]] name = "pygments" version = "2.20.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pygments-2.20.0-8-py3-none-any.whl", upload-time = 2026-03-30T00:23:48Z, size = 1232093, hashes = { sha256 = "6998b1a4af16a4479fbc72acf910c7b77c1b750e94ef470f7e48d397fd543d9c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pygments-2.20.0-8-py3-none-any.whl", upload-time = 2026-03-30T00:23:48Z, size = 1232093, hashes = { sha256 = "6998b1a4af16a4479fbc72acf910c7b77c1b750e94ef470f7e48d397fd543d9c" } }] [[packages]] name = "pyjwt" version = "2.12.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyjwt-2.12.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:29:10Z, size = 30617, hashes = { sha256 = "1ad4f526fb212072fa11c475e4b2a9870e43185179fac47fad49ace6c5e50f36" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyjwt-2.12.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:29:10Z, size = 30617, hashes = { sha256 = "1ad4f526fb212072fa11c475e4b2a9870e43185179fac47fad49ace6c5e50f36" } }] [[packages]] name = "pylint" version = "4.0.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pylint-4.0.5-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:36Z, size = 537587, hashes = { sha256 = "3469b5077d055e3456c44341bc2ff2c7680dfefab2f963a4e5063733aec8f184" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pylint-4.0.5-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:36Z, size = 537587, hashes = { sha256 = "3469b5077d055e3456c44341bc2ff2c7680dfefab2f963a4e5063733aec8f184" } }] [[packages]] name = "pymongo" version = "4.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pymongo-4.16.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:53:27Z, size = 943066, hashes = { sha256 = "371d037e32588e4327f6fa784d385668e9081d379f95e20c272d7d8302cf7323" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pymongo-4.16.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:09Z, size = 944987, hashes = { sha256 = "c0b1ec347f3c80a236fd9d8afbb7a3add10700fe9308e5bdf8bce03bad8bf2e6" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pymongo-4.16.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:53:27Z, size = 943066, hashes = { sha256 = "371d037e32588e4327f6fa784d385668e9081d379f95e20c272d7d8302cf7323" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pymongo-4.16.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:09Z, size = 944987, hashes = { sha256 = "c0b1ec347f3c80a236fd9d8afbb7a3add10700fe9308e5bdf8bce03bad8bf2e6" } }, ] [[packages]] @@ -1617,8 +1608,8 @@ name = "pynacl" version = "1.6.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pynacl-1.6.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:54:49Z, size = 651155, hashes = { sha256 = "42e139ce9b2ee54a7f63a92dbd1c6e58f95e0cd061d01d9ee7f0149ceb7675e8" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pynacl-1.6.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:00Z, size = 1137461, hashes = { sha256 = "37144c608befea8963d098c4f793cee14396bf4233dfe91bab498b050a599950" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pynacl-1.6.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:54:49Z, size = 651155, hashes = { sha256 = "42e139ce9b2ee54a7f63a92dbd1c6e58f95e0cd061d01d9ee7f0149ceb7675e8" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pynacl-1.6.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:00Z, size = 1137461, hashes = { sha256 = "37144c608befea8963d098c4f793cee14396bf4233dfe91bab498b050a599950" } }, ] [[packages]] @@ -1626,86 +1617,86 @@ name = "pyodbc" version = "5.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyodbc-5.3.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:54:38Z, size = 318406, hashes = { sha256 = "398cee53cde270bdfdb5bf0d0b2322aba19d83b2b0874ae91713ded72f577350" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyodbc-5.3.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:45Z, size = 327809, hashes = { sha256 = "ece99edac01a222181c82b98c1cb2ef3424e4d4d7e278838ccf441de43d79950" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyodbc-5.3.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:54:38Z, size = 318406, hashes = { sha256 = "398cee53cde270bdfdb5bf0d0b2322aba19d83b2b0874ae91713ded72f577350" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyodbc-5.3.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:45Z, size = 327809, hashes = { sha256 = "ece99edac01a222181c82b98c1cb2ef3424e4d4d7e278838ccf441de43d79950" } }, ] [[packages]] name = "pyparsing" version = "3.3.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyparsing-3.3.2-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:13Z, size = 123702, hashes = { sha256 = "c6a5cad0eaff74dc0fbb13b8b28461e4e6fcc226aab97a3e03f15b3de9ed3aef" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyparsing-3.3.2-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:13Z, size = 123702, hashes = { sha256 = "c6a5cad0eaff74dc0fbb13b8b28461e4e6fcc226aab97a3e03f15b3de9ed3aef" } }] [[packages]] name = "pytablewriter" version = "1.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pytablewriter-1.2.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:38Z, size = 92223, hashes = { sha256 = "0174321199d680fef6b0d4c482753b006dee94e3b943832fef43b2c8a9f4ff88" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pytablewriter-1.2.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:38Z, size = 92223, hashes = { sha256 = "0174321199d680fef6b0d4c482753b006dee94e3b943832fef43b2c8a9f4ff88" } }] [[packages]] name = "python-dateutil" version = "2.9.0.post0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/python_dateutil-2.9.0.post0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T19:26:32Z, size = 231281, hashes = { sha256 = "2bb52138fb4e6d4a8f6ca9ba9bdf824ba5ef2bd2d1b1f1e0fc85165ef55bf357" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/python_dateutil-2.9.0.post0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T19:26:32Z, size = 231281, hashes = { sha256 = "2bb52138fb4e6d4a8f6ca9ba9bdf824ba5ef2bd2d1b1f1e0fc85165ef55bf357" } }] [[packages]] name = "python-discovery" -version = "1.2.1" +version = "1.2.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/python_discovery-1.2.1-8-py3-none-any.whl", upload-time = 2026-03-27T00:54:40Z, size = 32660, hashes = { sha256 = "130ea893b8ec9395b651145bfc83ebda011d0f8f4e19fc53c2c50f3ec8986360" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/python_discovery-1.2.2-8-py3-none-any.whl", upload-time = 2026-04-08T00:53:57Z, size = 32874, hashes = { sha256 = "d89cadba983842a234b579eb698a0efc5f9e186b81ecaaf6c61201f418c28440" } }] [[packages]] name = "python-dotenv" version = "1.2.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/python_dotenv-1.2.2-8-py3-none-any.whl", upload-time = 2026-03-01T16:54:15Z, size = 23076, hashes = { sha256 = "59781a0b1fd9ed9706bc6441dc0ee8bf70e49ada840fae00b94ce21f5ce3e119" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/python_dotenv-1.2.2-8-py3-none-any.whl", upload-time = 2026-03-01T16:54:15Z, size = 23076, hashes = { sha256 = "59781a0b1fd9ed9706bc6441dc0ee8bf70e49ada840fae00b94ce21f5ce3e119" } }] [[packages]] name = "python-json-logger" version = "4.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/python_json_logger-4.1.0-8-py3-none-any.whl", upload-time = 2026-03-30T00:28:50Z, size = 16031, hashes = { sha256 = "fc52a38cc4e6b629a8cccc810e414966e0d98cc7bfd968f74fd14994d7cdd32b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/python_json_logger-4.1.0-8-py3-none-any.whl", upload-time = 2026-03-30T00:28:50Z, size = 16031, hashes = { sha256 = "fc52a38cc4e6b629a8cccc810e414966e0d98cc7bfd968f74fd14994d7cdd32b" } }] [[packages]] name = "python-lsp-jsonrpc" version = "1.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/python_lsp_jsonrpc-1.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:40Z, size = 9888, hashes = { sha256 = "f0e888ccab12447181ac14e7c91423ca97ccf4a460bf2203fe0072f448463d4a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/python_lsp_jsonrpc-1.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:40Z, size = 9888, hashes = { sha256 = "f0e888ccab12447181ac14e7c91423ca97ccf4a460bf2203fe0072f448463d4a" } }] [[packages]] name = "python-lsp-server" version = "1.14.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/python_lsp_server-1.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:58Z, size = 78072, hashes = { sha256 = "4327cad255571a59d1502c10aee812804e8ce63b59b66155f25b1d7972fff448" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/python_lsp_server-1.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:58Z, size = 78072, hashes = { sha256 = "4327cad255571a59d1502c10aee812804e8ce63b59b66155f25b1d7972fff448" } }] [[packages]] name = "pytokens" version = "0.4.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pytokens-0.4.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:52:40Z, size = 261897, hashes = { sha256 = "d923cd09a41eba2149593cd02a4c3377cd179ea2c5d29cbbec1ca8598c80ea1e" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pytokens-0.4.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:54Z, size = 267110, hashes = { sha256 = "0886001a4af7d82c170ec820d1eb31d35873b426521a16a2458c5b3be5f997b7" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pytokens-0.4.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:52:40Z, size = 261897, hashes = { sha256 = "d923cd09a41eba2149593cd02a4c3377cd179ea2c5d29cbbec1ca8598c80ea1e" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pytokens-0.4.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:54Z, size = 267110, hashes = { sha256 = "0886001a4af7d82c170ec820d1eb31d35873b426521a16a2458c5b3be5f997b7" } }, ] [[packages]] name = "pytoolconfig" version = "1.3.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pytoolconfig-1.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:55Z, size = 18211, hashes = { sha256 = "431eccd7cf9bd3e3603ab913144a92b3c7093279925dd53b5f9582c00fb0d363" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pytoolconfig-1.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:55Z, size = 18211, hashes = { sha256 = "431eccd7cf9bd3e3603ab913144a92b3c7093279925dd53b5f9582c00fb0d363" } }] [[packages]] name = "pytz" version = "2026.1.post1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pytz-2026.1.post1-8-py3-none-any.whl", upload-time = 2026-03-03T16:36:57Z, size = 511543, hashes = { sha256 = "eceecb2ef8c69f65abe118d804270768e8441f54d74bf2c68a657a0fd139e8dd" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pytz-2026.1.post1-8-py3-none-any.whl", upload-time = 2026-03-03T16:36:57Z, size = 511543, hashes = { sha256 = "eceecb2ef8c69f65abe118d804270768e8441f54d74bf2c68a657a0fd139e8dd" } }] [[packages]] name = "pyyaml" version = "6.0.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyyaml-6.0.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T19:06:19Z, size = 46411, hashes = { sha256 = "9e47b6a6ce2f31d8621ac02863fbba453a3c2dbd0c6eb111fbea63fc3c8bdc2e" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyyaml-6.0.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:00:53Z, size = 46411, hashes = { sha256 = "ba90811f2d103bd439cd284c492f9e4acf1585757374969fbafdb57471288c41" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyyaml-6.0.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T19:06:19Z, size = 46411, hashes = { sha256 = "9e47b6a6ce2f31d8621ac02863fbba453a3c2dbd0c6eb111fbea63fc3c8bdc2e" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyyaml-6.0.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:00:53Z, size = 46411, hashes = { sha256 = "ba90811f2d103bd439cd284c492f9e4acf1585757374969fbafdb57471288c41" } }, ] [[packages]] @@ -1713,8 +1704,8 @@ name = "pyzmq" version = "27.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyzmq-27.1.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:53:37Z, size = 243723, hashes = { sha256 = "6ba001315c5463829d8c693335f2894033b26b4a75c4503990a92955c2b4a622" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyzmq-27.1.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:52Z, size = 251363, hashes = { sha256 = "ad607f3c572ed8d7a732641b3795362627572ccb9985f84f558bbd9224033918" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyzmq-27.1.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:53:37Z, size = 243723, hashes = { sha256 = "6ba001315c5463829d8c693335f2894033b26b4a75c4503990a92955c2b4a622" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyzmq-27.1.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:52Z, size = 251363, hashes = { sha256 = "ad607f3c572ed8d7a732641b3795362627572ccb9985f84f558bbd9224033918" } }, ] [[packages]] @@ -1722,119 +1713,119 @@ name = "ray" version = "2.53.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ray-2.53.0-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2026-01-07T18:41:30Z, size = 71504450, hashes = { sha256 = "65e2ce58d3dc6baa3cf45824d889c1968ebde565ee54dfd80a98af8f31af8e4a" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ray-2.53.0-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2026-01-07T20:45:23Z, size = 72370424, hashes = { sha256 = "14f46363e9b4cf0c1c8b4d8623ec337c5bd408377831b5e5b50067930137bbca" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ray-2.53.0-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2026-01-07T18:41:30Z, size = 71504450, hashes = { sha256 = "65e2ce58d3dc6baa3cf45824d889c1968ebde565ee54dfd80a98af8f31af8e4a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ray-2.53.0-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2026-01-07T20:45:23Z, size = 72370424, hashes = { sha256 = "14f46363e9b4cf0c1c8b4d8623ec337c5bd408377831b5e5b50067930137bbca" } }, ] [[packages]] name = "referencing" version = "0.37.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/referencing-0.37.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:46Z, size = 27707, hashes = { sha256 = "46432cdafb0e44eba21e8b18815722f9fc117902430c06f0245db59fbc11054b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/referencing-0.37.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:46Z, size = 27707, hashes = { sha256 = "46432cdafb0e44eba21e8b18815722f9fc117902430c06f0245db59fbc11054b" } }] [[packages]] name = "regex" version = "2026.4.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/regex-2026.4.4-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-07T00:23:48Z, size = 767820, hashes = { sha256 = "d4ac20e7de2be71a5b16b516207bbd829d327b4b14115efef8d04aa1f294e438" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/regex-2026.4.4-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-07T00:22:39Z, size = 771504, hashes = { sha256 = "6348406d86a270486a68facf5e18babed737e64b939d8899d8c4e518e2caa9d5" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/regex-2026.4.4-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-07T00:23:48Z, size = 767820, hashes = { sha256 = "d4ac20e7de2be71a5b16b516207bbd829d327b4b14115efef8d04aa1f294e438" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/regex-2026.4.4-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-07T00:22:39Z, size = 771504, hashes = { sha256 = "6348406d86a270486a68facf5e18babed737e64b939d8899d8c4e518e2caa9d5" } }, ] [[packages]] name = "requests" version = "2.32.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/requests-2.32.5-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:43Z, size = 65687, hashes = { sha256 = "24bd3c69a5e21f8b6b332da0e8bfabbe5af488797b1d30b9b8321006a078b9ce" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/requests-2.32.5-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:43Z, size = 65687, hashes = { sha256 = "24bd3c69a5e21f8b6b332da0e8bfabbe5af488797b1d30b9b8321006a078b9ce" } }] [[packages]] name = "requests-oauthlib" version = "2.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/requests_oauthlib-2.0.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:53Z, size = 25289, hashes = { sha256 = "e23b633330db1718309626cfb089fb948eedec5f8286241ceb561cb6a0ad75f0" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/requests_oauthlib-2.0.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:53Z, size = 25289, hashes = { sha256 = "e23b633330db1718309626cfb089fb948eedec5f8286241ceb561cb6a0ad75f0" } }] [[packages]] name = "requests-toolbelt" version = "1.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/requests_toolbelt-1.0.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:54Z, size = 52729, hashes = { sha256 = "fc1ccac0228c7b1501bb681e93b4cf036e0351ce7e2aac5ab406749c2e7e9063" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/requests_toolbelt-1.0.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:54Z, size = 52729, hashes = { sha256 = "fc1ccac0228c7b1501bb681e93b4cf036e0351ce7e2aac5ab406749c2e7e9063" } }] [[packages]] name = "retrying" version = "1.4.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/retrying-1.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:50Z, size = 11786, hashes = { sha256 = "ee8a376896432d0b6d2ce6e82268868f4fc69349e8ad7b88c00e870b3181769f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/retrying-1.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:50Z, size = 11786, hashes = { sha256 = "ee8a376896432d0b6d2ce6e82268868f4fc69349e8ad7b88c00e870b3181769f" } }] [[packages]] name = "rfc3339-validator" version = "0.1.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rfc3339_validator-0.1.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:42Z, size = 4625, hashes = { sha256 = "21dfd846308a1c94872f21aa9d43955278f0a29b14207c4c097866304de79470" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rfc3339_validator-0.1.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:42Z, size = 4625, hashes = { sha256 = "21dfd846308a1c94872f21aa9d43955278f0a29b14207c4c097866304de79470" } }] [[packages]] name = "rfc3986-validator" version = "0.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rfc3986_validator-0.1.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:27Z, size = 5443, hashes = { sha256 = "daa5109f1647c740571d838c1e006b6a4335af95db57838bb371dadaa38690d3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rfc3986_validator-0.1.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:27Z, size = 5443, hashes = { sha256 = "daa5109f1647c740571d838c1e006b6a4335af95db57838bb371dadaa38690d3" } }] [[packages]] name = "rfc3987-syntax" version = "1.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rfc3987_syntax-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:03Z, size = 9031, hashes = { sha256 = "8a59942bf8ec2d7fcf7de44e51ca908bea5987d1274759b3b542f7f25d8cb03b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rfc3987_syntax-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:03Z, size = 9031, hashes = { sha256 = "8a59942bf8ec2d7fcf7de44e51ca908bea5987d1274759b3b542f7f25d8cb03b" } }] [[packages]] name = "rich" -version = "14.3.3" +version = "14.3.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rich-14.3.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:18Z, size = 311355, hashes = { sha256 = "75645867b6fc01435de6533e887d19fbc296effa8e96664a64fb82a11b56c782" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rich-14.3.4-8-py3-none-any.whl", upload-time = 2026-04-11T06:14:02Z, size = 311374, hashes = { sha256 = "beb24b531364a38d4aba738382a8ee72f346a4eba87e751e699495d7815a8b50" } }] [[packages]] name = "rope" version = "1.14.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rope-1.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:49Z, size = 208017, hashes = { sha256 = "3744c09f9f2a60ae6e95b66a22b70e561854b768c131e3043fc502ba48480cf8" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rope-1.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:49Z, size = 208017, hashes = { sha256 = "3744c09f9f2a60ae6e95b66a22b70e561854b768c131e3043fc502ba48480cf8" } }] [[packages]] name = "rouge-score" version = "0.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rouge_score-0.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:47Z, size = 25955, hashes = { sha256 = "8d627bfb43750efdb36616e90fbf3bfae41c6020f0aef7c69e7b7387399bc7ba" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rouge_score-0.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:47Z, size = 25955, hashes = { sha256 = "8d627bfb43750efdb36616e90fbf3bfae41c6020f0aef7c69e7b7387399bc7ba" } }] [[packages]] name = "rpds-py" version = "0.30.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rpds_py-0.30.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:59:46Z, size = 384299, hashes = { sha256 = "007fd6cb296fe0e83901bcbf146ceb844a513a62b026a8d2d09a7dae45cf1245" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rpds_py-0.30.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:40Z, size = 389174, hashes = { sha256 = "2c7e0f020f0079dfb3e1adfa23058c0277242f44ad3c90d77fd4ce7da37cccd6" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rpds_py-0.30.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:59:46Z, size = 384299, hashes = { sha256 = "007fd6cb296fe0e83901bcbf146ceb844a513a62b026a8d2d09a7dae45cf1245" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rpds_py-0.30.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:40Z, size = 389174, hashes = { sha256 = "2c7e0f020f0079dfb3e1adfa23058c0277242f44ad3c90d77fd4ce7da37cccd6" } }, ] [[packages]] name = "ruamel-yaml" version = "0.19.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ruamel_yaml-0.19.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:31Z, size = 119034, hashes = { sha256 = "8784cedc1679fcd8109d0ca7dcc1c2efca598d21c33e269cf7f4baf557e3939e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ruamel_yaml-0.19.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:31Z, size = 119034, hashes = { sha256 = "8784cedc1679fcd8109d0ca7dcc1c2efca598d21c33e269cf7f4baf557e3939e" } }] [[packages]] name = "s3transfer" version = "0.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/s3transfer-0.16.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:46Z, size = 87899, hashes = { sha256 = "2d48013355498d447b088f9e9c33d6719c1c542d7251764c5d37192eb85ec250" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/s3transfer-0.16.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:46Z, size = 87899, hashes = { sha256 = "2d48013355498d447b088f9e9c33d6719c1c542d7251764c5d37192eb85ec250" } }] [[packages]] name = "sacrebleu" version = "2.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sacrebleu-2.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:08Z, size = 101707, hashes = { sha256 = "6c25014defc7dd6bf8ee04fad57c804864b69205fbb4299644d6eec44d193887" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sacrebleu-2.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:08Z, size = 101707, hashes = { sha256 = "6c25014defc7dd6bf8ee04fad57c804864b69205fbb4299644d6eec44d193887" } }] [[packages]] name = "safetensors" version = "0.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/safetensors-0.7.0-8-cp38-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:53:47Z, size = 481012, hashes = { sha256 = "b545a819a6066fee96ba121223ad48ea80909cef38c002126443aab81dec1c63" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/safetensors-0.7.0-8-cp38-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:16:21Z, size = 496528, hashes = { sha256 = "e87dee1ad52a0ca682335b982ebee8826c5e7724ecfe64ae610d7dd11ea3d74d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/safetensors-0.7.0-8-cp38-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:53:47Z, size = 481012, hashes = { sha256 = "b545a819a6066fee96ba121223ad48ea80909cef38c002126443aab81dec1c63" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/safetensors-0.7.0-8-cp38-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:16:21Z, size = 496528, hashes = { sha256 = "e87dee1ad52a0ca682335b982ebee8826c5e7724ecfe64ae610d7dd11ea3d74d" } }, ] [[packages]] @@ -1842,8 +1833,8 @@ name = "scikit-learn" version = "1.8.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/scikit_learn-1.8.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:17Z, size = 8316952, hashes = { sha256 = "237b0158e10247dce02e5b827994e8e6c8fd3eabe50ffb3e0fd30e53cb9a54c3" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/scikit_learn-1.8.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:58Z, size = 8676136, hashes = { sha256 = "b2cece5f1e0b90d1dab7735a8166c6f2cc97b44c71dfd90a09060b452f9aa7f6" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/scikit_learn-1.8.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:17Z, size = 8316952, hashes = { sha256 = "237b0158e10247dce02e5b827994e8e6c8fd3eabe50ffb3e0fd30e53cb9a54c3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/scikit_learn-1.8.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:58Z, size = 8676136, hashes = { sha256 = "b2cece5f1e0b90d1dab7735a8166c6f2cc97b44c71dfd90a09060b452f9aa7f6" } }, ] [[packages]] @@ -1851,215 +1842,215 @@ name = "scipy" version = "1.17.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/scipy-1.17.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:37Z, size = 22675574, hashes = { sha256 = "57a5f569a07fa03199e3df4ab853ace1b02c74114bc83e4e528e705ba7fece89" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/scipy-1.17.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:02Z, size = 24116508, hashes = { sha256 = "f225803387e36c84a0eabde10d2fcd9d3916693c4c4e7c48c8ea170ac010094a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/scipy-1.17.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:37Z, size = 22675574, hashes = { sha256 = "57a5f569a07fa03199e3df4ab853ace1b02c74114bc83e4e528e705ba7fece89" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/scipy-1.17.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:02Z, size = 24116508, hashes = { sha256 = "f225803387e36c84a0eabde10d2fcd9d3916693c4c4e7c48c8ea170ac010094a" } }, ] [[packages]] name = "send2trash" version = "2.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/send2trash-2.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:59Z, size = 18546, hashes = { sha256 = "0337e7c772ddb4aef974d4805232d9583037b3470bd62ec91c284d30c1a8f5ab" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/send2trash-2.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:59Z, size = 18546, hashes = { sha256 = "0337e7c772ddb4aef974d4805232d9583037b3470bd62ec91c284d30c1a8f5ab" } }] [[packages]] name = "setuptools" version = "80.10.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/setuptools-80.10.2-8-py3-none-any.whl", upload-time = 2026-02-23T19:01:02Z, size = 1065112, hashes = { sha256 = "63c2e1f57c5273c9709551fb366a0a267586064814d432216333058caf24d3da" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/setuptools-80.10.2-8-py3-none-any.whl", upload-time = 2026-02-23T19:01:02Z, size = 1065112, hashes = { sha256 = "63c2e1f57c5273c9709551fb366a0a267586064814d432216333058caf24d3da" } }] [[packages]] name = "shellingham" version = "1.5.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/shellingham-1.5.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T20:52:11Z, size = 10755, hashes = { sha256 = "fcca51a0e22b92bd978ad679d6b8e27a56c26479199bb531e9ee82c93d562345" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/shellingham-1.5.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T20:52:11Z, size = 10755, hashes = { sha256 = "fcca51a0e22b92bd978ad679d6b8e27a56c26479199bb531e9ee82c93d562345" } }] [[packages]] name = "simpervisor" version = "1.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/simpervisor-1.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:14Z, size = 9302, hashes = { sha256 = "4326410603b52426dbf3f387273aa1f0948c494c2a4b265e2d0d23a6cbd2a15d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/simpervisor-1.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:14Z, size = 9302, hashes = { sha256 = "4326410603b52426dbf3f387273aa1f0948c494c2a4b265e2d0d23a6cbd2a15d" } }] [[packages]] name = "six" version = "1.17.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/six-1.17.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T19:25:55Z, size = 12044, hashes = { sha256 = "16d3233a37cdfbced22b5c848c195f83c1498cacf5bc613564028255f0ff7aed" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/six-1.17.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T19:25:55Z, size = 12044, hashes = { sha256 = "16d3233a37cdfbced22b5c848c195f83c1498cacf5bc613564028255f0ff7aed" } }] [[packages]] name = "skl2onnx" version = "1.20.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/skl2onnx-1.20.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:35Z, size = 318112, hashes = { sha256 = "fe14880b21d700a1c83c07030cfb318ab3d52ad9b0e08ca72e8d12f6bf06d109" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/skl2onnx-1.20.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:35Z, size = 318112, hashes = { sha256 = "fe14880b21d700a1c83c07030cfb318ab3d52ad9b0e08ca72e8d12f6bf06d109" } }] [[packages]] name = "skops" -version = "0.13.0" +version = "0.14.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/skops-0.13.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:36Z, size = 132082, hashes = { sha256 = "fe6aba1bfb413f2583fd910cd557bd7a8c368083cb8da10b986c15aba39c8b04" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/skops-0.14.0-8-py3-none-any.whl", upload-time = 2026-04-21T00:33:21Z, size = 133089, hashes = { sha256 = "44c2ee894bc125e034246bdb556180b72190fa32e288295b3e2285aa6697629f" } }] [[packages]] name = "smart-open" -version = "7.5.1" +version = "7.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/smart_open-7.5.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:34Z, size = 65078, hashes = { sha256 = "6c079ca0cc9e41e317d0f292b9b7dbf076c5b73ce370bdbb6c3c704e8e4c8d08" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/smart_open-7.6.0-8-py3-none-any.whl", upload-time = 2026-04-13T13:43:08Z, size = 65560, hashes = { sha256 = "8c5feafd24f065764e62fd0bc426d32da4e4c11c5481b0da42290c5d9548ef55" } }] [[packages]] name = "smmap" version = "5.0.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/smmap-5.0.3-8-py3-none-any.whl", upload-time = 2026-03-09T12:11:51Z, size = 25275, hashes = { sha256 = "96b720eff495d2783b1d9498583f4fb53dc417915bcb93e6f0a4468d9c1ceb45" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/smmap-5.0.3-8-py3-none-any.whl", upload-time = 2026-03-09T12:11:51Z, size = 25275, hashes = { sha256 = "96b720eff495d2783b1d9498583f4fb53dc417915bcb93e6f0a4468d9c1ceb45" } }] [[packages]] name = "snowballstemmer" version = "3.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/snowballstemmer-3.0.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:52Z, size = 104273, hashes = { sha256 = "e0334812c5d14f9a8f65fc64234c5a3ada28e53f0fed50425c9d9c1c2b845407" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/snowballstemmer-3.0.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:52Z, size = 104273, hashes = { sha256 = "e0334812c5d14f9a8f65fc64234c5a3ada28e53f0fed50425c9d9c1c2b845407" } }] [[packages]] name = "soupsieve" version = "2.8.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/soupsieve-2.8.3-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:22Z, size = 38088, hashes = { sha256 = "987ad6425bd46a93d5daf2a7bb0fb7d2785999fb5f91412bd692bfb46080da47" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/soupsieve-2.8.3-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:22Z, size = 38088, hashes = { sha256 = "987ad6425bd46a93d5daf2a7bb0fb7d2785999fb5f91412bd692bfb46080da47" } }] [[packages]] name = "speculators" version = "0.4.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/speculators-0.4.0.1-8-py3-none-any.whl", upload-time = 2026-03-26T15:40:06Z, size = 106211, hashes = { sha256 = "f15bb1e5922ce843dee4b58b54a6aad37ae5c4d2040d489a2c945a72a64255a8" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/speculators-0.4.0.1-8-py3-none-any.whl", upload-time = 2026-03-26T15:40:06Z, size = 106211, hashes = { sha256 = "f15bb1e5922ce843dee4b58b54a6aad37ae5c4d2040d489a2c945a72a64255a8" } }] [[packages]] name = "sqlalchemy" version = "2.0.49" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sqlalchemy-2.0.49-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-06T16:56:43Z, size = 3092961, hashes = { sha256 = "514a22b37c7c3792c8841fb70fac0dfa9ac613a82a9da09cdb15bda18d6a8c1a" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sqlalchemy-2.0.49-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-06T16:47:10Z, size = 3119626, hashes = { sha256 = "183667994440c0b9f64c9200e5604a9a1e9a9b8b3652d562ee8b80e3425d38c2" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sqlalchemy-2.0.49-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-06T16:56:43Z, size = 3092961, hashes = { sha256 = "514a22b37c7c3792c8841fb70fac0dfa9ac613a82a9da09cdb15bda18d6a8c1a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sqlalchemy-2.0.49-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-06T16:47:10Z, size = 3119626, hashes = { sha256 = "183667994440c0b9f64c9200e5604a9a1e9a9b8b3652d562ee8b80e3425d38c2" } }, ] [[packages]] name = "sqlitedict" version = "2.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sqlitedict-2.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:19Z, size = 17916, hashes = { sha256 = "f47329c9f87e923ec756a5222e6575b4b9b1a148a229e452a239e7e1ff3c9473" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sqlitedict-2.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:19Z, size = 17916, hashes = { sha256 = "f47329c9f87e923ec756a5222e6575b4b9b1a148a229e452a239e7e1ff3c9473" } }] [[packages]] name = "sqlparse" version = "0.5.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sqlparse-0.5.5-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:01Z, size = 47042, hashes = { sha256 = "76a002e63dfd611b8518e71bb36d750ed99d052a1c29a0134c269cf8a5a6301d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sqlparse-0.5.5-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:01Z, size = 47042, hashes = { sha256 = "76a002e63dfd611b8518e71bb36d750ed99d052a1c29a0134c269cf8a5a6301d" } }] [[packages]] name = "stack-data" version = "0.6.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/stack_data-0.6.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:41Z, size = 25644, hashes = { sha256 = "beac96bba94edc29fce151f456ce2b0fc584a8bb0c51527f8c8bf8e15b3804eb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/stack_data-0.6.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:41Z, size = 25644, hashes = { sha256 = "beac96bba94edc29fce151f456ce2b0fc584a8bb0c51527f8c8bf8e15b3804eb" } }] [[packages]] name = "starlette" version = "1.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/starlette-1.0.0-8-py3-none-any.whl", upload-time = 2026-03-23T00:31:36Z, size = 73563, hashes = { sha256 = "68ebcc60140e698200da51f595a084824b576e1427557f66eb735ab49f011133" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/starlette-1.0.0-8-py3-none-any.whl", upload-time = 2026-03-23T00:31:36Z, size = 73563, hashes = { sha256 = "68ebcc60140e698200da51f595a084824b576e1427557f66eb735ab49f011133" } }] [[packages]] name = "sympy" version = "1.14.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sympy-1.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:07Z, size = 6300241, hashes = { sha256 = "182d1756cceac22533af3b7c5003f96590df6e014e1e2e1965296293967fb114" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sympy-1.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:07Z, size = 6300241, hashes = { sha256 = "182d1756cceac22533af3b7c5003f96590df6e014e1e2e1965296293967fb114" } }] [[packages]] name = "tabledata" version = "1.3.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tabledata-1.3.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:34Z, size = 12849, hashes = { sha256 = "3a8772147e3b592ff03551c98bfa9e5498b227fc4cae0bb0f5e8bd0cd35fc91f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tabledata-1.3.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:34Z, size = 12849, hashes = { sha256 = "3a8772147e3b592ff03551c98bfa9e5498b227fc4cae0bb0f5e8bd0cd35fc91f" } }] [[packages]] name = "tabulate" version = "0.10.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tabulate-0.10.0-8-py3-none-any.whl", upload-time = 2026-03-05T01:31:49Z, size = 40600, hashes = { sha256 = "b8f6b047144fc72428f05ef7715ea851ddc3445f7bf86f2d3ee0e5a3f06f4186" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tabulate-0.10.0-8-py3-none-any.whl", upload-time = 2026-03-05T01:31:49Z, size = 40600, hashes = { sha256 = "b8f6b047144fc72428f05ef7715ea851ddc3445f7bf86f2d3ee0e5a3f06f4186" } }] [[packages]] name = "tcolorpy" version = "0.1.7" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tcolorpy-0.1.7-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:23Z, size = 9107, hashes = { sha256 = "bd0f171c326f150b2abadd0a86f343805da0f1155795e98e98c721c231437733" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tcolorpy-0.1.7-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:23Z, size = 9107, hashes = { sha256 = "bd0f171c326f150b2abadd0a86f343805da0f1155795e98e98c721c231437733" } }] [[packages]] name = "tenacity" version = "8.5.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tenacity-8.5.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:35Z, size = 29241, hashes = { sha256 = "998756c5d482cb42a317cfe2c46e33e95ba90df974ae2d33d39fea3981a602df" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tenacity-8.5.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:35Z, size = 29241, hashes = { sha256 = "998756c5d482cb42a317cfe2c46e33e95ba90df974ae2d33d39fea3981a602df" } }] [[packages]] name = "tensorboard" version = "2.20.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tensorboard-2.20.0-py3-none-any.whl", upload-time = 2025-10-18T17:11:30Z, size = 5525680, hashes = { sha256 = "9dc9f978cb84c0723acf9a345d96c184f0293d18f166bb8d59ee098e6cfaaba6" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tensorboard-2.20.0-py3-none-any.whl", upload-time = 2025-10-18T17:11:30Z, size = 5525680, hashes = { sha256 = "9dc9f978cb84c0723acf9a345d96c184f0293d18f166bb8d59ee098e6cfaaba6" } }] [[packages]] name = "tensorboard-data-server" version = "0.7.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tensorboard_data_server-0.7.2-py3-none-any.whl", upload-time = 2025-10-18T17:10:41Z, size = 2356, hashes = { sha256 = "7e0610d205889588983836ec05dc098e80f97b7e7bbff7e994ebb78f578d0ddb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tensorboard_data_server-0.7.2-py3-none-any.whl", upload-time = 2025-10-18T17:10:41Z, size = 2356, hashes = { sha256 = "7e0610d205889588983836ec05dc098e80f97b7e7bbff7e994ebb78f578d0ddb" } }] [[packages]] name = "termcolor" version = "3.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/termcolor-3.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:32Z, size = 8661, hashes = { sha256 = "a32f4e4de26b0149d66a99e9bf6bf395ca0d7ef63207baa77c1a78bdebba3ad0" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/termcolor-3.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:32Z, size = 8661, hashes = { sha256 = "a32f4e4de26b0149d66a99e9bf6bf395ca0d7ef63207baa77c1a78bdebba3ad0" } }] [[packages]] name = "terminado" version = "0.18.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/terminado-0.18.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:46Z, size = 15081, hashes = { sha256 = "e40d9c5f17049f661cfd19bf49ffdff5a5df722b355ea175d877676babaf6882" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/terminado-0.18.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:46Z, size = 15081, hashes = { sha256 = "e40d9c5f17049f661cfd19bf49ffdff5a5df722b355ea175d877676babaf6882" } }] [[packages]] name = "threadpoolctl" version = "3.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/threadpoolctl-3.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:22Z, size = 19622, hashes = { sha256 = "7bc8fab3188832544d99739a3d1351dedeb7f088bf7d2c6c711825ebe0028c75" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/threadpoolctl-3.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:22Z, size = 19622, hashes = { sha256 = "7bc8fab3188832544d99739a3d1351dedeb7f088bf7d2c6c711825ebe0028c75" } }] [[packages]] name = "tinycss2" version = "1.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tinycss2-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:39Z, size = 27594, hashes = { sha256 = "213a663d5b05d099e7e5756a03ffc06cd7355117706e1b4af00ab882ae575896" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tinycss2-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:39Z, size = 27594, hashes = { sha256 = "213a663d5b05d099e7e5756a03ffc06cd7355117706e1b4af00ab882ae575896" } }] [[packages]] name = "tokenizers" version = "0.22.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tokenizers-0.22.2-8-cp39-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:52:20Z, size = 3227518, hashes = { sha256 = "f0b2e420a3968f2bf4106a4a3cd556bd0db55403d93ea8e9efa9fae97a67c660" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tokenizers-0.22.2-8-cp39-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:17:15Z, size = 3315200, hashes = { sha256 = "cc0643110fef97b5d8cf9c0df95058348869419ad7dcba72ff3ac6197d7ec7ff" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tokenizers-0.22.2-8-cp39-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:52:20Z, size = 3227518, hashes = { sha256 = "f0b2e420a3968f2bf4106a4a3cd556bd0db55403d93ea8e9efa9fae97a67c660" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tokenizers-0.22.2-8-cp39-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:17:15Z, size = 3315200, hashes = { sha256 = "cc0643110fef97b5d8cf9c0df95058348869419ad7dcba72ff3ac6197d7ec7ff" } }, ] [[packages]] name = "toml" version = "0.10.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/toml-0.10.2-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:19Z, size = 19679, hashes = { sha256 = "29482468f7c7269b5a43e47848ec58abd98ed98b894e8c45c8d77430a72767df" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/toml-0.10.2-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:19Z, size = 19679, hashes = { sha256 = "29482468f7c7269b5a43e47848ec58abd98ed98b894e8c45c8d77430a72767df" } }] [[packages]] name = "tomlkit" version = "0.14.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tomlkit-0.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:17Z, size = 40231, hashes = { sha256 = "22885363c40ceee5b589936050fa3c3d1fa340af08baee404251d9bb59b0a398" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tomlkit-0.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:17Z, size = 40231, hashes = { sha256 = "22885363c40ceee5b589936050fa3c3d1fa340af08baee404251d9bb59b0a398" } }] [[packages]] name = "toolz" version = "1.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/toolz-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:51Z, size = 58996, hashes = { sha256 = "bd7bca0acff07b07453469e7ab162c5d925e326be756e31860a678fb33a6607d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/toolz-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:51Z, size = 58996, hashes = { sha256 = "bd7bca0acff07b07453469e7ab162c5d925e326be756e31860a678fb33a6607d" } }] [[packages]] name = "torch" version = "2.10.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/torch-2.10.0-13-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-09T15:50:06Z, size = 1434311678, hashes = { sha256 = "abd7780bb000e26395789aaaf35ff44e7fc5eb4d18dc376a143dcf945273cf58" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/torch-2.10.0-13-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-09T16:41:49Z, size = 1470596493, hashes = { sha256 = "23c50f2d26ebedd2e85e425acbfd3a7e38b7021877c454e7c88f51efad5f430c" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-13-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-09T15:50:06Z, size = 1434311678, hashes = { sha256 = "abd7780bb000e26395789aaaf35ff44e7fc5eb4d18dc376a143dcf945273cf58" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-13-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-09T16:41:49Z, size = 1470596493, hashes = { sha256 = "23c50f2d26ebedd2e85e425acbfd3a7e38b7021877c454e7c88f51efad5f430c" } }, ] [[packages]] @@ -2067,8 +2058,8 @@ name = "torchvision" version = "0.25.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/torchvision-0.25.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-13T14:39:33Z, size = 5397818, hashes = { sha256 = "95887ac3bdca85dabf50c6bdb4a8ea5300617dde444764f0ded181f4192ae4b8" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/torchvision-0.25.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-13T14:35:56Z, size = 5430320, hashes = { sha256 = "cbe480a8bdd0b48432de99920ab344580154f49af7beeebcab32db472c5a1121" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torchvision-0.25.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-13T14:39:33Z, size = 5397818, hashes = { sha256 = "95887ac3bdca85dabf50c6bdb4a8ea5300617dde444764f0ded181f4192ae4b8" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torchvision-0.25.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-13T14:35:56Z, size = 5430320, hashes = { sha256 = "cbe480a8bdd0b48432de99920ab344580154f49af7beeebcab32db472c5a1121" } }, ] [[packages]] @@ -2076,215 +2067,215 @@ name = "tornado" version = "6.5.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tornado-6.5.5-8-cp39-abi3-linux_aarch64.whl", upload-time = 2026-03-11T00:33:59Z, size = 447819, hashes = { sha256 = "fea56090c88ce165278058f9a431c49f129a2eaed5817547bcb9d63becda37e3" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tornado-6.5.5-8-cp39-abi3-linux_x86_64.whl", upload-time = 2026-03-11T00:32:29Z, size = 447344, hashes = { sha256 = "5b0f3371f487e8e35c146695925dec4657670e5b70817ca77df539a2d447144f" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tornado-6.5.5-8-cp39-abi3-linux_aarch64.whl", upload-time = 2026-03-11T00:33:59Z, size = 447819, hashes = { sha256 = "fea56090c88ce165278058f9a431c49f129a2eaed5817547bcb9d63becda37e3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tornado-6.5.5-8-cp39-abi3-linux_x86_64.whl", upload-time = 2026-03-11T00:32:29Z, size = 447344, hashes = { sha256 = "5b0f3371f487e8e35c146695925dec4657670e5b70817ca77df539a2d447144f" } }, ] [[packages]] name = "tqdm" version = "4.67.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tqdm-4.67.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:35Z, size = 79517, hashes = { sha256 = "56c2221a9d95c57e4800b9cba9915e923b86018fa21b1d211793024123b44f81" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tqdm-4.67.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:35Z, size = 79517, hashes = { sha256 = "56c2221a9d95c57e4800b9cba9915e923b86018fa21b1d211793024123b44f81" } }] [[packages]] name = "traitlets" version = "5.14.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/traitlets-5.14.3-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:26Z, size = 86284, hashes = { sha256 = "a2d24fe1a2f07a56e455fa0ed03ac50b40727ea43e99f63938509cff3d535cca" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/traitlets-5.14.3-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:26Z, size = 86284, hashes = { sha256 = "a2d24fe1a2f07a56e455fa0ed03ac50b40727ea43e99f63938509cff3d535cca" } }] [[packages]] name = "transformers" version = "4.57.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/transformers-4.57.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:41Z, size = 11994442, hashes = { sha256 = "7aae03d8aa555cbdf947c07840cd6394f23dd1aa89de14ca64610b80133a3777" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/transformers-4.57.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:41Z, size = 11994442, hashes = { sha256 = "7aae03d8aa555cbdf947c07840cd6394f23dd1aa89de14ca64610b80133a3777" } }] [[packages]] name = "triton" version = "3.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/triton-3.6.0-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-09T15:50:33Z, size = 269659654, hashes = { sha256 = "352099157c069c719395f3570094133418d7f9575214d6738127db39b1334b6d" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/triton-3.6.0-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-09T16:40:53Z, size = 273286344, hashes = { sha256 = "d3d9eb98ef6e39462b6f21da180953f95350f50c01b80567a665816159d74f4d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/triton-3.6.0-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-09T15:50:33Z, size = 269659654, hashes = { sha256 = "352099157c069c719395f3570094133418d7f9575214d6738127db39b1334b6d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/triton-3.6.0-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-09T16:40:53Z, size = 273286344, hashes = { sha256 = "d3d9eb98ef6e39462b6f21da180953f95350f50c01b80567a665816159d74f4d" } }, ] [[packages]] name = "typeguard" version = "4.5.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typeguard-4.5.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:19Z, size = 37674, hashes = { sha256 = "7f9cb3f830ddd39942094d8637c95de26159a3b64521655813f928c9ca23148a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typeguard-4.5.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:19Z, size = 37674, hashes = { sha256 = "7f9cb3f830ddd39942094d8637c95de26159a3b64521655813f928c9ca23148a" } }] [[packages]] name = "typepy" version = "1.3.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typepy-1.3.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:23Z, size = 32459, hashes = { sha256 = "d990f0ba9768bb9bf853adcd80d93406d494e18e6d150ea0953d7ed422eb2072" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typepy-1.3.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:23Z, size = 32459, hashes = { sha256 = "d990f0ba9768bb9bf853adcd80d93406d494e18e6d150ea0953d7ed422eb2072" } }] [[packages]] name = "typer" version = "0.21.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typer-0.21.2-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:01Z, size = 57616, hashes = { sha256 = "a21a9ea57a44efafa7e6b174a199c902d42ff7f3237e5e243270e9f8d7c2a5e1" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typer-0.21.2-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:01Z, size = 57616, hashes = { sha256 = "a21a9ea57a44efafa7e6b174a199c902d42ff7f3237e5e243270e9f8d7c2a5e1" } }] [[packages]] name = "typing-extensions" version = "4.15.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typing_extensions-4.15.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:37Z, size = 45637, hashes = { sha256 = "c8049b6230657cc878c17ba7f6c55569599c6f7cb3a6f60c611c8d3a233e108b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typing_extensions-4.15.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:37Z, size = 45637, hashes = { sha256 = "c8049b6230657cc878c17ba7f6c55569599c6f7cb3a6f60c611c8d3a233e108b" } }] [[packages]] name = "typing-inspection" version = "0.4.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typing_inspection-0.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:33Z, size = 15593, hashes = { sha256 = "2cc4050a877d28bd16874b46c398231c2a3604ade11d9a92655d7c7b9478ca49" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typing_inspection-0.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:33Z, size = 15593, hashes = { sha256 = "2cc4050a877d28bd16874b46c398231c2a3604ade11d9a92655d7c7b9478ca49" } }] [[packages]] name = "tzdata" version = "2026.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tzdata-2026.1-8-py2.py3-none-any.whl", upload-time = 2026-04-06T16:46:38Z, size = 349856, hashes = { sha256 = "80bfbd7f4a68cfe74cce3e6e13334d9a8c9070c9daeefc0f28e17b0788c74d28" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tzdata-2026.1-8-py2.py3-none-any.whl", upload-time = 2026-04-06T16:46:38Z, size = 349856, hashes = { sha256 = "80bfbd7f4a68cfe74cce3e6e13334d9a8c9070c9daeefc0f28e17b0788c74d28" } }] [[packages]] name = "ujson" version = "5.12.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ujson-5.12.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-12T00:34:27Z, size = 50247, hashes = { sha256 = "ba8132279f8e9a5be43587e0386055be660dc323d206eb23fac26d1ccea9bec5" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ujson-5.12.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-12T00:34:50Z, size = 52261, hashes = { sha256 = "18df12100ffd4b45bc091d77266854b184d6b06ffb952bc4f763a4b5f3835df1" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ujson-5.12.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-12T00:34:27Z, size = 50247, hashes = { sha256 = "ba8132279f8e9a5be43587e0386055be660dc323d206eb23fac26d1ccea9bec5" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ujson-5.12.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-12T00:34:50Z, size = 52261, hashes = { sha256 = "18df12100ffd4b45bc091d77266854b184d6b06ffb952bc4f763a4b5f3835df1" } }, ] [[packages]] name = "uri-template" version = "1.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uri_template-1.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:53Z, size = 12152, hashes = { sha256 = "15dd9c4aac03ab19bd717c2637c0fb389b6693ffd0df7cfa6e882fceb1dfba1c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uri_template-1.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:53Z, size = 12152, hashes = { sha256 = "15dd9c4aac03ab19bd717c2637c0fb389b6693ffd0df7cfa6e882fceb1dfba1c" } }] [[packages]] name = "urllib3" version = "2.6.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/urllib3-2.6.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:43Z, size = 132529, hashes = { sha256 = "36b25c499a82ab870d38c2f21328bf3a08fa8e06efe628331aec1a7d279f9be5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/urllib3-2.6.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:43Z, size = 132529, hashes = { sha256 = "36b25c499a82ab870d38c2f21328bf3a08fa8e06efe628331aec1a7d279f9be5" } }] [[packages]] name = "uv" -version = "0.11.3" +version = "0.11.7" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uv-0.11.3-8-py3-none-linux_aarch64.whl", upload-time = 2026-04-02T00:36:52Z, size = 22471676, hashes = { sha256 = "5c3c53f28d56a8421e60ea8451e6d4e1627ceae385e810ec7bf02cf79431aeb1" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uv-0.11.3-8-py3-none-linux_x86_64.whl", upload-time = 2026-04-02T00:36:12Z, size = 24029663, hashes = { sha256 = "a8296fadbb1a2b08438bf24b633e792340e9d20877c7487d728ff5bd4267175a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uv-0.11.7-8-py3-none-linux_aarch64.whl", upload-time = 2026-04-16T16:12:17Z, size = 22709463, hashes = { sha256 = "dff77a268288cd08aa5283e34ccca337db24900ac13dc6cc60315b085c8c509b" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uv-0.11.7-8-py3-none-linux_x86_64.whl", upload-time = 2026-04-16T17:51:29Z, size = 24272413, hashes = { sha256 = "211c62967815082eb6f1ff7357b57750f2c774f9494cbd4484f7758e16fed293" } }, ] [[packages]] name = "uvicorn" version = "0.34.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uvicorn-0.34.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:36Z, size = 63383, hashes = { sha256 = "9ce7cfbcd34d9e8963dafdb2bbe44697afd895c9f2e8e76dab0d5c6fa874bde7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uvicorn-0.34.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:36Z, size = 63383, hashes = { sha256 = "9ce7cfbcd34d9e8963dafdb2bbe44697afd895c9f2e8e76dab0d5c6fa874bde7" } }] [[packages]] name = "uvicorn-worker" version = "0.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uvicorn_worker-0.3.0-9-py3-none-any.whl", upload-time = 2026-02-23T23:52:26Z, size = 6491, hashes = { sha256 = "ada69de1373016106ca023ad4ad5be518a7c575ea7b69522f28619d10420e265" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uvicorn_worker-0.3.0-9-py3-none-any.whl", upload-time = 2026-02-23T23:52:26Z, size = 6491, hashes = { sha256 = "ada69de1373016106ca023ad4ad5be518a7c575ea7b69522f28619d10420e265" } }] [[packages]] name = "uvloop" version = "0.22.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uvloop-0.22.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:29Z, size = 4042450, hashes = { sha256 = "7b68e223b8adffc1493469b998721ad8ad1c5141fea72eb105004c7d11b60019" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uvloop-0.22.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:29Z, size = 4227570, hashes = { sha256 = "5712e3b13e53fe2b0a4dd863d6a4c527441b8ddc81ddb2e57162e859164582f0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uvloop-0.22.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:29Z, size = 4042450, hashes = { sha256 = "7b68e223b8adffc1493469b998721ad8ad1c5141fea72eb105004c7d11b60019" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uvloop-0.22.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:29Z, size = 4227570, hashes = { sha256 = "5712e3b13e53fe2b0a4dd863d6a4c527441b8ddc81ddb2e57162e859164582f0" } }, ] [[packages]] name = "virtualenv" -version = "21.2.0" +version = "21.2.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/virtualenv-21.2.0-8-py3-none-any.whl", upload-time = 2026-03-09T18:13:16Z, size = 5826023, hashes = { sha256 = "1f4678b2917e9699e9dd2e4fc4b0855b0f5eb66163a4043387332bc49583b243" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/virtualenv-21.2.4-8-py3-none-any.whl", upload-time = 2026-04-15T10:42:28Z, size = 5832257, hashes = { sha256 = "e8bf5145f278f23c044415c7b67622690145a7ae7c6702fd5494a440a9edfe99" } }] [[packages]] name = "watchdog" version = "6.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/watchdog-6.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:22Z, size = 80099, hashes = { sha256 = "8d7e1a0dfba64355668b85d241db17a0e64af995820979cc68500563e00c4228" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/watchdog-6.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:22Z, size = 80099, hashes = { sha256 = "8d7e1a0dfba64355668b85d241db17a0e64af995820979cc68500563e00c4228" } }] [[packages]] name = "watchfiles" version = "1.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/watchfiles-1.1.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:33Z, size = 447962, hashes = { sha256 = "7ad231a7ee9fdcf6ce8db434acead9592d965628b8dfebdbd8f6684fcffbb090" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/watchfiles-1.1.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:06Z, size = 452333, hashes = { sha256 = "3f103a809f2b9a5b48aeffb3cc43f42beb39eafc86e7ace7f0d24bcccb13be47" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/watchfiles-1.1.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:33Z, size = 447962, hashes = { sha256 = "7ad231a7ee9fdcf6ce8db434acead9592d965628b8dfebdbd8f6684fcffbb090" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/watchfiles-1.1.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:06Z, size = 452333, hashes = { sha256 = "3f103a809f2b9a5b48aeffb3cc43f42beb39eafc86e7ace7f0d24bcccb13be47" } }, ] [[packages]] name = "wcwidth" version = "0.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/wcwidth-0.6.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:37Z, size = 95084, hashes = { sha256 = "d182742a4c27ed2029f84376ce336c3c483dc8d7589faaec0f3f01869f53d85c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/wcwidth-0.6.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:37Z, size = 95084, hashes = { sha256 = "d182742a4c27ed2029f84376ce336c3c483dc8d7589faaec0f3f01869f53d85c" } }] [[packages]] name = "webcolors" version = "25.10.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/webcolors-25.10.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:45Z, size = 15864, hashes = { sha256 = "aebaabfc9a15d922b887206963e054e4e013c8ae05c5afc3bf807a0851a29d0d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/webcolors-25.10.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:45Z, size = 15864, hashes = { sha256 = "aebaabfc9a15d922b887206963e054e4e013c8ae05c5afc3bf807a0851a29d0d" } }] [[packages]] name = "webencodings" version = "0.5.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/webencodings-0.5.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:52Z, size = 11336, hashes = { sha256 = "731d0bb2d9b791ae8ed0ec9acbbe2ff8aa2c145e3f51a8093c7fefb5089bcf3d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/webencodings-0.5.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:52Z, size = 11336, hashes = { sha256 = "731d0bb2d9b791ae8ed0ec9acbbe2ff8aa2c145e3f51a8093c7fefb5089bcf3d" } }] [[packages]] name = "websocket-client" version = "1.9.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/websocket_client-1.9.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:18Z, size = 83588, hashes = { sha256 = "d177d088137c167437c6198435cf5bef50efbbec9bba3aedfe7f8ca7e07e4713" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/websocket_client-1.9.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:18Z, size = 83588, hashes = { sha256 = "d177d088137c167437c6198435cf5bef50efbbec9bba3aedfe7f8ca7e07e4713" } }] [[packages]] name = "websockets" version = "16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/websockets-16.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:28Z, size = 185901, hashes = { sha256 = "1a95d351d9dafba51acc45bea4802661e2349efd58664a037d4b3a46091f24df" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/websockets-16.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:15Z, size = 185362, hashes = { sha256 = "8c1bcd10179f19abbad002f301dd0265be01b4626d140ab7674b66d1908381cd" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/websockets-16.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:28Z, size = 185901, hashes = { sha256 = "1a95d351d9dafba51acc45bea4802661e2349efd58664a037d4b3a46091f24df" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/websockets-16.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:15Z, size = 185362, hashes = { sha256 = "8c1bcd10179f19abbad002f301dd0265be01b4626d140ab7674b66d1908381cd" } }, ] [[packages]] name = "werkzeug" version = "3.1.8" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/werkzeug-3.1.8-8-py3-none-any.whl", upload-time = 2026-04-02T23:43:52Z, size = 227363, hashes = { sha256 = "f88c2aac49793705ee8e1c137e70ad3a3e49ec724333872a778db995f520c458" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/werkzeug-3.1.8-8-py3-none-any.whl", upload-time = 2026-04-02T23:43:52Z, size = 227363, hashes = { sha256 = "f88c2aac49793705ee8e1c137e70ad3a3e49ec724333872a778db995f520c458" } }] [[packages]] name = "whatthepatch" version = "1.0.7" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/whatthepatch-1.0.7-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:02Z, size = 12973, hashes = { sha256 = "bc82e1412113a07cc4f9522c1f26caf5191988f44eace04c337f86850917bf4e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/whatthepatch-1.0.7-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:02Z, size = 12973, hashes = { sha256 = "bc82e1412113a07cc4f9522c1f26caf5191988f44eace04c337f86850917bf4e" } }] [[packages]] name = "wheel" version = "0.46.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/wheel-0.46.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:25:51Z, size = 31483, hashes = { sha256 = "a663910859d40dd7015ff0d83bdf3f46350b17676c55bb9effb8979258766bc6" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/wheel-0.46.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:25:51Z, size = 31483, hashes = { sha256 = "a663910859d40dd7015ff0d83bdf3f46350b17676c55bb9effb8979258766bc6" } }] [[packages]] name = "widgetsnbextension" version = "4.0.15" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/widgetsnbextension-4.0.15-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:03Z, size = 2197543, hashes = { sha256 = "c4c54b572a5aa6038a02a2ace6433470bfafd903abcbffb3e742d0a03165bd05" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/widgetsnbextension-4.0.15-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:03Z, size = 2197543, hashes = { sha256 = "c4c54b572a5aa6038a02a2ace6433470bfafd903abcbffb3e742d0a03165bd05" } }] [[packages]] name = "word2number" version = "1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/word2number-1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:45Z, size = 6576, hashes = { sha256 = "f979195bab525c8fe4864321672f579d5b15bcf889cc72b535f521b2a602a1ce" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/word2number-1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:45Z, size = 6576, hashes = { sha256 = "f979195bab525c8fe4864321672f579d5b15bcf889cc72b535f521b2a602a1ce" } }] [[packages]] name = "wrapt" version = "2.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/wrapt-2.1.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-06T07:32:46Z, size = 119742, hashes = { sha256 = "ae69c246efc63abc147754029486ba186b46f40d844eebe6a0930fe0ca5d0d67" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/wrapt-2.1.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-06T07:31:23Z, size = 119124, hashes = { sha256 = "5794ce93e05ce512431194c4f0de2fd05216fd1c34a688956d77d3f45de34a04" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/wrapt-2.1.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-06T07:32:46Z, size = 119742, hashes = { sha256 = "ae69c246efc63abc147754029486ba186b46f40d844eebe6a0930fe0ca5d0d67" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/wrapt-2.1.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-06T07:31:23Z, size = 119124, hashes = { sha256 = "5794ce93e05ce512431194c4f0de2fd05216fd1c34a688956d77d3f45de34a04" } }, ] [[packages]] @@ -2292,52 +2283,52 @@ name = "xxhash" version = "3.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/xxhash-3.6.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:51:55Z, size = 196502, hashes = { sha256 = "3ccee6ecd6fcceea3550838c388a5253bace6e4b99b9d1b7e0122990547bbd4c" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/xxhash-3.6.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:17:16Z, size = 155053, hashes = { sha256 = "0d71b1f9986c5759a65082fe28d45e2d61f2542e55b20ff63a0999429d044625" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/xxhash-3.6.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:51:55Z, size = 196502, hashes = { sha256 = "3ccee6ecd6fcceea3550838c388a5253bace6e4b99b9d1b7e0122990547bbd4c" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/xxhash-3.6.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:17:16Z, size = 155053, hashes = { sha256 = "0d71b1f9986c5759a65082fe28d45e2d61f2542e55b20ff63a0999429d044625" } }, ] [[packages]] name = "xyzservices" version = "2026.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/xyzservices-2026.3.0-8-py3-none-any.whl", upload-time = 2026-03-30T17:13:12Z, size = 95067, hashes = { sha256 = "7a4641e83ea240c2547ccfed3af0ee162b88e05ad663af462be00a07e818e224" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/xyzservices-2026.3.0-8-py3-none-any.whl", upload-time = 2026-03-30T17:13:12Z, size = 95067, hashes = { sha256 = "7a4641e83ea240c2547ccfed3af0ee162b88e05ad663af462be00a07e818e224" } }] [[packages]] name = "yapf" version = "0.43.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yapf-0.43.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:39Z, size = 257089, hashes = { sha256 = "3ff69d4dad67c90eee8d0dee75492464e8e164949ee8839075cfc33986e0ba40" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yapf-0.43.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:39Z, size = 257089, hashes = { sha256 = "3ff69d4dad67c90eee8d0dee75492464e8e164949ee8839075cfc33986e0ba40" } }] [[packages]] name = "yarl" version = "1.23.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yarl-1.23.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-02T01:21:45Z, size = 97664, hashes = { sha256 = "38fe3a72af8e5a190d58d09bb05c4be78d7339a0cb0e73b9a9d779145f04894b" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yarl-1.23.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-02T01:21:14Z, size = 98577, hashes = { sha256 = "855f06d0f5857b3e57b2c7ccf1a810c57506ed230ab20bc212e30a5c8b4e39a1" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yarl-1.23.0-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-19T05:57:01Z, size = 92151, hashes = { sha256 = "09099d745e3d3e73a8fffa1d10b0fada9b74fcf13f9f85f5f8f4a42a697d72b7" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yarl-1.23.0-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-19T05:57:53Z, size = 93980, hashes = { sha256 = "daa4cca81ef6295f546694bb4cf7dd8256de4f731008f20e06dc888db128536c" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yarl-1.23.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-02T01:21:45Z, size = 97664, hashes = { sha256 = "38fe3a72af8e5a190d58d09bb05c4be78d7339a0cb0e73b9a9d779145f04894b" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yarl-1.23.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-02T01:21:14Z, size = 98577, hashes = { sha256 = "855f06d0f5857b3e57b2c7ccf1a810c57506ed230ab20bc212e30a5c8b4e39a1" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yarl-1.23.0-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-19T05:57:01Z, size = 92151, hashes = { sha256 = "09099d745e3d3e73a8fffa1d10b0fada9b74fcf13f9f85f5f8f4a42a697d72b7" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yarl-1.23.0-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-19T05:57:53Z, size = 93980, hashes = { sha256 = "daa4cca81ef6295f546694bb4cf7dd8256de4f731008f20e06dc888db128536c" } }, ] [[packages]] name = "yaspin" version = "3.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yaspin-3.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:31Z, size = 22717, hashes = { sha256 = "b404ccb9f47524168407972f5e745be4953bc3370e316c6d46b783a58ec5526f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yaspin-3.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:31Z, size = 22717, hashes = { sha256 = "b404ccb9f47524168407972f5e745be4953bc3370e316c6d46b783a58ec5526f" } }] [[packages]] name = "zipp" -version = "3.23.0" +version = "3.23.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/zipp-3.23.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:25Z, size = 11192, hashes = { sha256 = "84049a90af34d0bcc5ea67bab1277231b59bbdaebce06a464e4ee812b37221fb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/zipp-3.23.1-8-py3-none-any.whl", upload-time = 2026-04-14T00:32:37Z, size = 11297, hashes = { sha256 = "dcfbaafc1aa417e0accea3c52cade79f924f8ad35fa79dadfe0b75007a4dda57" } }] [[packages]] name = "zstandard" version = "0.25.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/zstandard-0.25.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:16Z, size = 4004333, hashes = { sha256 = "8815e2d8adb7a15919fae2091bd593b83a5e8b71e604f8b4e0c1803259f7bba5" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/zstandard-0.25.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:01Z, size = 4317359, hashes = { sha256 = "a5b290bf39ae4f25be85cec34f8b3016d76abd044ad4c9306074941d7bdc6557" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/zstandard-0.25.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:16Z, size = 4004333, hashes = { sha256 = "8815e2d8adb7a15919fae2091bd593b83a5e8b71e604f8b4e0c1803259f7bba5" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/zstandard-0.25.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:01Z, size = 4317359, hashes = { sha256 = "a5b290bf39ae4f25be85cec34f8b3016d76abd044ad4c9306074941d7bdc6557" } }, ] # The following packages were excluded from the output: diff --git a/runtimes/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml b/runtimes/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml index d6167de0c2..7ba09b791d 100644 --- a/runtimes/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml +++ b/runtimes/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml @@ -49,4 +49,6 @@ override-dependencies = [ "urllib3>=2.6.0", # AIPCC-13675: protobuf 6.33.6+ UPB C extension segfaults on s390x "protobuf==6.31.1", + # RHOAIENG-58615: CVE-2026-40192 Pillow FITS GZIP decompression bomb + "pillow>=12.2.0", ] diff --git a/runtimes/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt b/runtimes/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt index 67ea3f81ac..6bad95e532 100644 --- a/runtimes/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt +++ b/runtimes/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt @@ -37,14 +37,14 @@ bleach==6.3.0 ; python_full_version >= '3.12' and implementation_name == 'cpytho --hash=sha256:4481fbde86076cc180511d11e201e4d69376553f13b40edb862d9dc9404e65f0 blinker==1.9.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:5ff23a8464fd7a59c93f1b7ef03dc948abd4a48ccc3b966695ace12136b46ddf -boto3==1.42.97 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:b0951f7ab044f8365b8db38976613d559d97e68ae458643c014ac42149e6f9a0 -botocore==1.42.97 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:1552360f1323dca810684c52044200fe009ad9b3fdc8f16c1d765db7cb314358 +boto3==1.42.92 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:1c91dcac60646dcae8c6ab0ccd86618cae06bd22bf41bda0c6b1bd01e40ccccc +botocore==1.42.93 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:475d71c7a25fd5db76f9edceacc96fdeacf9a4c69aee62bf713862830868d1da cachetools==7.0.6 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:fec79eb752cab7683cb0d34ba34107453f5309628c16774b9636dc7c6812ffcb -certifi==2026.4.22 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:1313539cae07cfc87cec7160420ea68eed92ce2323d921d347b3768ee019e8cf +certifi==2026.2.25 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:21e39b1e7d9cf0b5cb448a8a34ce4dc416e90e410df943ee4d2c258352cdac7b cffi==2.0.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:e5f30934094d0647d079f4acc39087dd0ecf773e30859950694fc37a71e1ee50 \ --hash=sha256:b1cdb7b6399f4316d8b0800b627298d1ba10e4e2863c18fe7128e788fa8d81b2 @@ -52,8 +52,8 @@ chardet==5.2.0 ; python_full_version >= '3.12' and implementation_name == 'cpyth --hash=sha256:e8b9ed32f4f99fe73de64e1d711f21fe792fb214b4e490abc3f9f004036c30db charset-normalizer==3.4.7 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:00debc5f0c70318d0da4f0850d4691ebff94280f39e99de806f15496f370ba01 -click==8.3.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:7f12918ea272cb6f9bbaf9aaefedc60d4850b9f2cf0a990c69cfe1a4db6b4aae +click==8.3.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:83683be94a29bf745324d2aeefa7f467dbb11e978143a01a44d0fb635fe3387c cloudpickle==3.1.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:042cb9b7b4f723eaef8dfd4f4c946fc55924ddd2daf4eedbe9b37b6afbac755c colorama==0.4.6 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -72,8 +72,8 @@ cycler==0.12.1 ; python_full_version >= '3.12' and implementation_name == 'cpyth --hash=sha256:22b7f31329b48734ce6e1ebab1d833a72271b215fae2712d0a3bec41439e4294 dask==2026.3.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:56229cab8dae78aa29d138868dc47b9711c264a6f3987b237ed0d33e3ed168ef -databricks-sdk==0.105.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:aa34922920be414f2ced386bd457cf135f30084c475000c13e54df754cee8165 +databricks-sdk==0.103.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:a44222af3b5a05a6ce0bb43b1b5ded177317a8d2f94766e6eba56d677f3b9afd dataproperty==1.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:89a501163d54c07a65d438e778affc9159950520d89762c4126227e3719c874a datasets==4.4.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -87,12 +87,9 @@ defusedxml==0.7.1 ; python_full_version >= '3.12' and implementation_name == 'cp --hash=sha256:62ad079a6b726b4dd3cbb731a8dbe6b6f5c8bd62a7d5c4f0331e6a4e37686d86 dill==0.3.9 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:da0b0a5e7da9af69d626a5355ce81e0a1c6a99d9f0088ab90b418f39ed516021 -distro==1.9.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:6d8b93fabc32efe7cad434cc515b6644bc6b611b584af9b7758cf8cc432573ff dnspython==2.8.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:db15ec16abf5022cddce18000862d6b7043ac477f8da1692590b98f3b2768c3e docker==7.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:b2254ca1c63fc9b832ecd64a468b51d842a72144a77abb1ea18332eb3442241a \ --hash=sha256:acb703c0af5c7f047c2f662cd2ad62d9fe04d4903f9d082b48ae5aa091b7d3a5 entrypoints==0.4 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:deb0291bb2114891e0e33be4c645d40b4fa5b38b60e5dfeaef5b8f97936f48e4 @@ -100,8 +97,8 @@ evaluate==0.4.6 ; python_full_version >= '3.12' and implementation_name == 'cpyt --hash=sha256:e8dc5a551bd4fe4c6f01afe77bcad279cc5f7e5961b265bd22724d4c93283d47 executing==2.2.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:d5e8569d0a77bb9a0580a3a407e8bfb53af42fa6a0312d0f818c6285c9eeca1a -fastapi==0.136.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:a79eb4b7ca09ac0b66b69119d0f8ce3fb065fadff92dc43516dfbcfc920a820c +fastapi==0.136.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:5fb3ceaee2e0ba7ea0966f0e94a95dac0580a63a742879724081fb56961ffe19 fastjsonschema==2.21.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:9a1162d043c993eb4ebd8a27044963c0833f125a361d82178be139877f65eda2 feast==0.62.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -121,8 +118,8 @@ fsspec==2025.10.0 ; python_full_version >= '3.12' and implementation_name == 'cp --hash=sha256:49c8e555fb012f235522c67ab02f0badf6ed422dabbcdfb9dcb332cb3f8638e5 gitdb==4.0.12 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:3b52cdcc889333bf2b1057ef5e5e553f12f5fbd773151c4af5fd2ea00fa1b28a -gitpython==3.1.48 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:bcf8430bbc58a9320e97eec090a85f0826231a2d54bef245cec1b5018363f032 +gitpython==3.1.46 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:7b5e4c5a2bdf4fa539dd1a32b271ffa3b5ea0e1843c6bc12754435f2a3f47d94 google-auth==2.49.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:2b655aef095a9138c2d8cee9f9f7c4e471bd85dffed45b990ad441a4bbb243da graphene==3.4.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -131,9 +128,9 @@ graphql-core==3.2.8 ; python_full_version >= '3.12' and implementation_name == ' --hash=sha256:50a9a79e614d2718f32d4b91a48842d2e65f278cbe0a8d37b43581cb89de2bc6 graphql-relay==3.2.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:96b196d33e8fcb88a6860230a3b2d56fa476fa34219d6c42acda065cf65b6ce0 -greenlet==3.5.0 ; (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'AMD64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'WIN32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'amd64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'ppc64le' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'win32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'x86_64' and sys_platform == 'linux') \ - --hash=sha256:d9bdfeba0fc3c7a33acbd6322639f8fabb808654e06458fce612fac9b461d5b7 \ - --hash=sha256:63a7b5d40009f1a6d050f8f16bc70981569fc9b8268f50b98a4a5b7587d83e49 +greenlet==3.4.0 ; (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'AMD64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'WIN32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'amd64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'ppc64le' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'win32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'x86_64' and sys_platform == 'linux') \ + --hash=sha256:5fabea1f2473dd92b38f22f619701beb025071fa4827db1a8d8dfa4052476e0f \ + --hash=sha256:7eb6b9b05f4a958c8acbe2a66e063cc8d42725a5ca62f989da2a7bf2f292f716 grpcio==1.80.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:80b5df239ee20eecd1f64669b0faa97d0ddd2f22eca71dc05a849755be6421cb \ --hash=sha256:02ce3c9bcb474a250f261e57e01ba49b4fba5a8fe780033ef8790cbc092b1e06 @@ -155,14 +152,14 @@ huey==2.6.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' --hash=sha256:da35534d817bac744dc11f46198949a18c5cc7993d185d380e655b3c790ae91c huggingface-hub==0.36.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:7489a555f773a2d5bbd1724ae081f49e0ced18b2781408fac6f47c1e72c29b7b -idna==3.13 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:7340bc06229ae6b4abe392da202819000819f0eaf05df8836d9f2b1cb2321d91 +idna==3.12 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:96c7c5fcefe6f5dba23b543218730a6909c9f3601e16d5589cfdee50651b3e98 importlib-metadata==8.7.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:038eeeac0bb7a88aee0bf75dd17cf12060ecb6db522de0c9b196e7a8b5691434 ipykernel==7.2.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:b94c735a8929b2e1dd8e0271d7e0a4bee1def831ac250c0a9d66702a79d19728 -ipython==9.13.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:1948cd59f5804b4402e8ced9d4e794b5eeb018419b470561a264d4751adcdd1b +ipython==9.12.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:551e741ad21b80941d849d736e80a88035f70e324faf0cdc0cd11679ccadf9f5 ipython-genutils==0.2.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:bc8c2e7ad2493ef1d5d70c6ed504323c2079457926f42ae49c2bad26790fc71b ipython-pygments-lexers==1.1.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -173,9 +170,6 @@ jedi==0.19.2 ; python_full_version >= '3.12' and implementation_name == 'cpython --hash=sha256:6047a9cc9d6653672e1d528d138e7aba1389b3b6cec7b1ad8e37f87d662260ac jinja2==3.1.6 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:67880b1f233f64306cdff96e1d26cb728e497af81ce12347b395a3fdefef2548 -jiter==0.14.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:fb4ce5242f6740bb07517ed3cca4a37cafaba5a54e90251fc656c8a7b3ba3f3a \ - --hash=sha256:4f6455b7f713761de21f6ce9c792135953299d06c43d44ddfa8f024d876c44cd jmespath==1.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:997120cb16100e10eb4fb3169ee9d00ed86167264fe8c538f6bb69592a6b83f9 joblib==1.5.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -211,8 +205,8 @@ loguru==0.7.3 ; python_full_version >= '3.12' and implementation_name == 'cpytho lxml==6.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:820a6df53772c761421c01babb955119a916a3f3148be31594318f47710404ff \ --hash=sha256:8b26528fe6e156f0f616c0fda5397bcc10abc0ce3069cbf4483dc5b619f773cf -mako==1.3.12 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:55a28a10cf84ec269394922a31469b25dcfdf45bb325a3dc241473c3cc62d9f2 +mako==1.3.11 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:28febee8e164f638283dc1125122dcca6be6ae1a5ebb5607bfbc3f0667a75028 markdown==3.10.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:960307579a189d1f1492937554ac3794d41188f9d44f5921a33385c5f1cb7c19 markdown-it-py==4.0.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -220,9 +214,9 @@ markdown-it-py==4.0.0 ; python_full_version >= '3.12' and implementation_name == markupsafe==3.0.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:367141995e0e06361ef0840b03a4628e47fe66a535d133094d91dd2c5f7cff4b \ --hash=sha256:f7c4ed8e3db09080017adb65466d70e6b44a8a03707bc5ddc7dd18122b2f711b -matplotlib==3.10.9 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:ace2f814c4020be9711a091eec2b3ed87a05c81fe313b389bb42eec9af9be03f \ - --hash=sha256:f2f63b2a57f164282d2bc8f5c97be55f46d6a1b828d8b275944e6ad0f48ec8d5 +matplotlib==3.10.8 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:443586efe3770a0adf3246c159356cefba2d8bc52c168e4f7908ddf3fb5098f0 \ + --hash=sha256:f179af6c28201c77179f3b748190b489067b528de9be45cbd27335e27585efaf matplotlib-inline==0.2.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:d594c8f4516c953d572ab526b61eaa2c898413cee9dd67f9bf1dd68ad2afed78 mbstrdecoder==1.1.4 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -287,18 +281,16 @@ onnx==1.20.0 ; python_full_version >= '3.12' and implementation_name == 'cpython --hash=sha256:e9f689c799513b64d229b7326062391bd2e2a38d78117f1f0485a4ce217c0131 onnxconverter-common==1.16.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:0708e01164697ed99f5a3146374f2514fe76c07955620fce9e361e1525d9da69 -openai==2.33.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:63731a0d989b7aead5f5972a4b3e2e0761f938725a8574eed21c5f8446deb5f8 -opentelemetry-api==1.41.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:8dbf400a829ea0c8ad8cea4545a512c580294b3404ec153de4e7a6e539bf6320 -opentelemetry-proto==1.41.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:757d8e665f10d8caa80a91ed8ef5dbf1125e17e332406e9d06e6a298d0bc38e1 -opentelemetry-sdk==1.41.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:1beb74872755dcd61729f075cab6e530199d48f209ce3f573698684d4700f967 -opentelemetry-semantic-conventions==0.62b1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:72a7c04212b17891c2d2550e6a8952f8e9bd39c41d94659b1144e05937835c07 -packaging==26.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:88b87ee741949ee5f902444ed5040207b411465422abfb44299071d1445e7c03 +opentelemetry-api==1.41.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:c3bdceb56bbcfd7625ce8bba7c2e5023389a1e63cb215faf44171a4f68a2563f +opentelemetry-proto==1.41.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:d4c85ae05b3e6ca054fa393f8bb81a9c65944da153b288b05e106f9a2e54ab31 +opentelemetry-sdk==1.41.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:3260326b8a514ff5f733895239fe36f5975c96eef9d6564b3396fe19b6557bf2 +opentelemetry-semantic-conventions==0.62b0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:51ae5528635b9c84c1d91cf904658539c55092b39ba25bb04f068c332b5047c9 +packaging==26.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:2dd51673bb17b9a9078c46059d099fc729e1515b301ee98765be04405a3a3142 pandas==2.3.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:07bdb859fb98be11d1870afb066444d39df187b24f1ae6b3d48098b6e0a1d8b3 \ --hash=sha256:cc2643cce48baab2d4ff158f9de79d2be83ef1685d51138d2c7b6226606e1b93 \ @@ -312,17 +304,17 @@ parso==0.8.6 ; python_full_version >= '3.12' and implementation_name == 'cpython --hash=sha256:c9b103b1ee70180d6ca82bcb30652e7a9041814a4ba0cbe11470631a4ad5673c partd==1.4.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:5cfec3bf6368e41cd306476b6ed5fadb96fba7431b19ab6a725164348b69b687 -pathspec==1.1.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:7e6729bfd1de4f42137c78a058d9322895542a964755eb091805b99f4544c3d5 +pathspec==1.0.4 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:7219d700fefbf6ed5881b40d4efe753c9dc27a40ac06ac8a30a94e77fbe0b90f pathvalidate==3.3.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:6845e0cf9051b31d455a449acda5983114ce2c7085b81337e102c6517b71795d pexpect==4.9.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:8b376d8ae1d099528b1b0958be10c4489d636dc5e310b7f38c0fbc5d2f66e335 pillow==12.2.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:e34837e0501bda7d589613bd59ff689dde7adc9775cb7441b0ea4bc76a711d68 \ - --hash=sha256:893f8370df4aa50b75e4f7453649d86886f3c45da7b7c9c75122a0b55640af1d -pip==26.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:6d99d736160d98557f1eae8db814c273b9d3ea87a470c97d7dd92f2bf68c0e0d + --hash=sha256:a447355e5ddcb989f812d9ad0e0dee22a031c4f09f1114335dad01f84c03b82a \ + --hash=sha256:57a03b7853ede0c0739f7ba8e54cf97c2ab1ac96e85360c63ab10760c22eeecc +pip==26.0.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:0eb092df05f73261cb7825422aa89ce60cdda400111de90787afab6cc453f3f7 platformdirs==4.9.6 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:ebee18f7b9b5648eb17506f8ef3a4312942f6b477c279865a5e08957779bb10f plotly==6.7.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -415,8 +407,8 @@ rouge-score==0.1.2 ; python_full_version >= '3.12' and implementation_name == 'c rpds-py==0.30.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:007fd6cb296fe0e83901bcbf146ceb844a513a62b026a8d2d09a7dae45cf1245 \ --hash=sha256:2c7e0f020f0079dfb3e1adfa23058c0277242f44ad3c90d77fd4ce7da37cccd6 -s3transfer==0.16.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:6350de2105e6fc48e4973a61c0a4c64d9669bf3bdd4bbcc5d2753d50b04ab45c +s3transfer==0.16.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:2d48013355498d447b088f9e9c33d6719c1c542d7251764c5d37192eb85ec250 sacrebleu==2.6.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:6c25014defc7dd6bf8ee04fad57c804864b69205fbb4299644d6eec44d193887 safetensors==0.7.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -440,12 +432,10 @@ skops==0.14.0 ; python_full_version >= '3.12' and implementation_name == 'cpytho --hash=sha256:44c2ee894bc125e034246bdb556180b72190fa32e288295b3e2285aa6697629f smmap==5.0.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:96b720eff495d2783b1d9498583f4fb53dc417915bcb93e6f0a4468d9c1ceb45 -sniffio==1.3.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:fad4751f6153368d08be920f4c1951ec1e0eef3bbc6e4270b115ec088aaa663b soupsieve==2.8.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:987ad6425bd46a93d5daf2a7bb0fb7d2785999fb5f91412bd692bfb46080da47 -speculators==0.5.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:1180e8bc87852cf15ac11d7fbae9d5a413d029c92d740295b7abdfa0d09e6611 +speculators==0.4.0.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:f15bb1e5922ce843dee4b58b54a6aad37ae5c4d2040d489a2c945a72a64255a8 sqlalchemy==2.0.49 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:514a22b37c7c3792c8841fb70fac0dfa9ac613a82a9da09cdb15bda18d6a8c1a \ --hash=sha256:183667994440c0b9f64c9200e5604a9a1e9a9b8b3652d562ee8b80e3425d38c2 @@ -484,9 +474,7 @@ toolz==1.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython --hash=sha256:bd7bca0acff07b07453469e7ab162c5d925e326be756e31860a678fb33a6607d torch==2.10.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:abd7780bb000e26395789aaaf35ff44e7fc5eb4d18dc376a143dcf945273cf58 \ - --hash=sha256:23c50f2d26ebedd2e85e425acbfd3a7e38b7021877c454e7c88f51efad5f430c \ - --hash=sha256:5a6ad14acb331b550d50da37d3d70df70ecfaefce5b316dd021f89745ef5bbde \ - --hash=sha256:4c6cdcb47ab9c85dc9ceb2b15700463d511a40458027bff8bf4adf9cafdec398 + --hash=sha256:23c50f2d26ebedd2e85e425acbfd3a7e38b7021877c454e7c88f51efad5f430c torchvision==0.25.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:95887ac3bdca85dabf50c6bdb4a8ea5300617dde444764f0ded181f4192ae4b8 \ --hash=sha256:cbe480a8bdd0b48432de99920ab344580154f49af7beeebcab32db472c5a1121 @@ -506,14 +494,14 @@ typeguard==4.5.1 ; python_full_version >= '3.12' and implementation_name == 'cpy --hash=sha256:7f9cb3f830ddd39942094d8637c95de26159a3b64521655813f928c9ca23148a typepy==1.3.4 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:d990f0ba9768bb9bf853adcd80d93406d494e18e6d150ea0953d7ed422eb2072 -typer==0.25.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:6a37557703c12af4ef81dd2bf91bcd379edf7f793d7271756c1dd87e5a5150dd +typer==0.24.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:b4c2060439dbd6a05afa4932b3cdabd5b8be362052a0141637a6bee1ed4dbd47 typing-extensions==4.15.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:c8049b6230657cc878c17ba7f6c55569599c6f7cb3a6f60c611c8d3a233e108b typing-inspection==0.4.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:2cc4050a877d28bd16874b46c398231c2a3604ade11d9a92655d7c7b9478ca49 -tzdata==2026.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:e80791a89ea26c35563535bc5a2f11974bbccbf7e20edf7c921b60fa4b9a464e +tzdata==2026.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:80bfbd7f4a68cfe74cce3e6e13334d9a8c9070c9daeefc0f28e17b0788c74d28 urllib3==2.6.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:36b25c499a82ab870d38c2f21328bf3a08fa8e06efe628331aec1a7d279f9be5 uv==0.11.7 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -538,13 +526,13 @@ websockets==16.0 ; python_full_version >= '3.12' and implementation_name == 'cpy --hash=sha256:8c1bcd10179f19abbad002f301dd0265be01b4626d140ab7674b66d1908381cd werkzeug==3.1.8 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:f88c2aac49793705ee8e1c137e70ad3a3e49ec724333872a778db995f520c458 -wheel==0.47.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:6d038a1150d71f3deff332b6c736057e35c7b04dcb225cb948a9c77923f4225c +wheel==0.46.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:a663910859d40dd7015ff0d83bdf3f46350b17676c55bb9effb8979258766bc6 word2number==1.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:f979195bab525c8fe4864321672f579d5b15bcf889cc72b535f521b2a602a1ce -xxhash==3.7.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:eb84a9530128eaaa344ae64a1cf8197725c1a5d03cc81db68f1319e44b2345ad \ - --hash=sha256:919a65752a2c06bc503c5a92357b6d69936cc33cf6a0af94c77198ba38a295fe +xxhash==3.6.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:3ccee6ecd6fcceea3550838c388a5253bace6e4b99b9d1b7e0122990547bbd4c \ + --hash=sha256:0d71b1f9986c5759a65082fe28d45e2d61f2542e55b20ff63a0999429d044625 yarl==1.23.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:38fe3a72af8e5a190d58d09bb05c4be78d7339a0cb0e73b9a9d779145f04894b \ --hash=sha256:855f06d0f5857b3e57b2c7ccf1a810c57506ed230ab20bc212e30a5c8b4e39a1 \ diff --git a/runtimes/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml b/runtimes/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml index 7b3bc64b74..a49756ad76 100644 --- a/runtimes/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml +++ b/runtimes/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file uv.lock.d/pylock.cuda.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --universal --no-annotate --no-emit-package odh-notebooks-meta-db-connectors-deps --no-emit-package odh-notebooks-meta-jupyterlab-datascience-deps --no-emit-package odh-notebooks-meta-jupyterlab-deps --no-emit-package odh-notebooks-meta-llmcompressor-deps --no-emit-package odh-notebooks-meta-runtime-elyra-deps --no-emit-package odh-notebooks-meta-runtime-datascience-deps --no-emit-package odh-notebooks-meta-workbench-datascience-deps --constraints ../../../dependencies/cve-constraints.txt --exclude-newer=2026-04-16T12:35:57Z --default-index=https://console.redhat.com/api/pypi/public-rhai/rhoai/3.4/cuda13.0-ubi9/simple/?format=json +# uv pip compile pyproject.toml --output-file uv.lock.d/pylock.cuda.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --universal --no-annotate --no-emit-package odh-notebooks-meta-db-connectors-deps --no-emit-package odh-notebooks-meta-jupyterlab-datascience-deps --no-emit-package odh-notebooks-meta-jupyterlab-deps --no-emit-package odh-notebooks-meta-llmcompressor-deps --no-emit-package odh-notebooks-meta-runtime-elyra-deps --no-emit-package odh-notebooks-meta-runtime-datascience-deps --no-emit-package odh-notebooks-meta-workbench-datascience-deps --constraints ../../../dependencies/cve-constraints.txt --exclude-newer=2026-04-22T07:11:06Z --default-index=https://console.redhat.com/api/pypi/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/simple/?format=json lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" @@ -8,396 +8,396 @@ requires-python = ">=3.12" name = "absl-py" version = "2.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/absl_py-2.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:37Z, size = 136656, hashes = { sha256 = "af1b772dab810743b3e84636793da476e184b4e9b2df2b96d7c27ac762520e95" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/absl_py-2.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:37Z, size = 136656, hashes = { sha256 = "af1b772dab810743b3e84636793da476e184b4e9b2df2b96d7c27ac762520e95" } }] [[packages]] name = "accelerate" version = "1.12.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/accelerate-1.12.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:28Z, size = 381894, hashes = { sha256 = "080d0a7b2ae95fc4f6ee347751ae94acccc8a73dae50ef13e23b26bf641d9c98" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/accelerate-1.12.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:28Z, size = 381894, hashes = { sha256 = "080d0a7b2ae95fc4f6ee347751ae94acccc8a73dae50ef13e23b26bf641d9c98" } }] [[packages]] name = "aiohappyeyeballs" version = "2.6.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/aiohappyeyeballs-2.6.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:04Z, size = 16275, hashes = { sha256 = "5d9de996cc5c9d09eadc8ab3a527b1032536ecd43f5c7e676bb677f6f62e8829" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/aiohappyeyeballs-2.6.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:04Z, size = 16275, hashes = { sha256 = "5d9de996cc5c9d09eadc8ab3a527b1032536ecd43f5c7e676bb677f6f62e8829" } }] [[packages]] name = "aiohttp" version = "3.13.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/aiohttp-3.13.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T00:24:31Z, size = 1642895, hashes = { sha256 = "0d2aa71ace82a9a27ce270e675e5a6c9cb07e8fee6b44c8ded0d81e06f0a4fff" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/aiohttp-3.13.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T00:25:13Z, size = 1676175, hashes = { sha256 = "6581f88c234590ce929da49390a48054f6920245d28fb14ab4ae9a51b47c6751" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/aiohttp-3.13.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T00:24:31Z, size = 1642895, hashes = { sha256 = "0d2aa71ace82a9a27ce270e675e5a6c9cb07e8fee6b44c8ded0d81e06f0a4fff" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/aiohttp-3.13.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T00:25:13Z, size = 1676175, hashes = { sha256 = "6581f88c234590ce929da49390a48054f6920245d28fb14ab4ae9a51b47c6751" } }, ] [[packages]] name = "aiosignal" version = "1.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/aiosignal-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:05Z, size = 8405, hashes = { sha256 = "dc9ead1e00399132d9cea85a522aa270f31278e36bf3a46f9a9f0c27d22cb416" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/aiosignal-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:05Z, size = 8405, hashes = { sha256 = "dc9ead1e00399132d9cea85a522aa270f31278e36bf3a46f9a9f0c27d22cb416" } }] [[packages]] name = "alembic" version = "1.18.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/alembic-1.18.4-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:46Z, size = 265906, hashes = { sha256 = "1d235eb4a75d5fb1a46d91b9540d024e100f4da3685fdc97982a835e046b085d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/alembic-1.18.4-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:46Z, size = 265906, hashes = { sha256 = "1d235eb4a75d5fb1a46d91b9540d024e100f4da3685fdc97982a835e046b085d" } }] [[packages]] name = "annotated-doc" version = "0.0.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/annotated_doc-0.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:39Z, size = 6246, hashes = { sha256 = "d70593fd10d8cb2e34db2bfd7e16fd6ec75850b62d2f7bf5ae1df6920749cfb4" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/annotated_doc-0.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:39Z, size = 6246, hashes = { sha256 = "d70593fd10d8cb2e34db2bfd7e16fd6ec75850b62d2f7bf5ae1df6920749cfb4" } }] [[packages]] name = "annotated-types" version = "0.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/annotated_types-0.7.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:25:45Z, size = 14602, hashes = { sha256 = "eaa2dac699b34669e542ad0d0107320df25bb56191a93f0d1bfea0c8e0b58ac6" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/annotated_types-0.7.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:25:45Z, size = 14602, hashes = { sha256 = "eaa2dac699b34669e542ad0d0107320df25bb56191a93f0d1bfea0c8e0b58ac6" } }] [[packages]] name = "anyio" version = "4.13.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/anyio-4.13.0-8-py3-none-any.whl", upload-time = 2026-03-24T23:30:11Z, size = 115249, hashes = { sha256 = "9a056e8f030fe667ca2fecf68ee0f0a9b9318f06cb3bac19f7302028ab60800d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/anyio-4.13.0-8-py3-none-any.whl", upload-time = 2026-03-24T23:30:11Z, size = 115249, hashes = { sha256 = "9a056e8f030fe667ca2fecf68ee0f0a9b9318f06cb3bac19f7302028ab60800d" } }] [[packages]] name = "argon2-cffi" version = "25.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/argon2_cffi-25.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:41Z, size = 15775, hashes = { sha256 = "d835eca2aaae5d7dcf3b8bb7cce4040944461d3a17dcb970a6fe03aa99aaed70" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/argon2_cffi-25.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:41Z, size = 15775, hashes = { sha256 = "d835eca2aaae5d7dcf3b8bb7cce4040944461d3a17dcb970a6fe03aa99aaed70" } }] [[packages]] name = "argon2-cffi-bindings" version = "25.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/argon2_cffi_bindings-25.1.0-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:51:07Z, size = 82397, hashes = { sha256 = "9a1d7f23e90719d9b9ced2501895f1e76852b7f01b9086e5f4f283d77a0bd389" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/argon2_cffi_bindings-25.1.0-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:07:58Z, size = 86924, hashes = { sha256 = "69b32b2b855436e4e8fd676b0cb9c1cad006f6c87d56f509a605ddc460df3523" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/argon2_cffi_bindings-25.1.0-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:51:07Z, size = 82397, hashes = { sha256 = "9a1d7f23e90719d9b9ced2501895f1e76852b7f01b9086e5f4f283d77a0bd389" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/argon2_cffi_bindings-25.1.0-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:07:58Z, size = 86924, hashes = { sha256 = "69b32b2b855436e4e8fd676b0cb9c1cad006f6c87d56f509a605ddc460df3523" } }, ] [[packages]] name = "asttokens" version = "3.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/asttokens-3.0.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:52Z, size = 28094, hashes = { sha256 = "e714002e22582b4a1aa1b4aec10491869ec722446a7d975b9d0ca27723440621" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/asttokens-3.0.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:52Z, size = 28094, hashes = { sha256 = "e714002e22582b4a1aa1b4aec10491869ec722446a7d975b9d0ca27723440621" } }] [[packages]] name = "attrs" version = "26.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/attrs-26.1.0-8-py3-none-any.whl", upload-time = 2026-03-19T20:58:38Z, size = 68476, hashes = { sha256 = "3f4adf2e22ff7ba4644217c551caa81c6a546395d46ebaa77bfdee60e32b1f5b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/attrs-26.1.0-8-py3-none-any.whl", upload-time = 2026-03-19T20:58:38Z, size = 68476, hashes = { sha256 = "3f4adf2e22ff7ba4644217c551caa81c6a546395d46ebaa77bfdee60e32b1f5b" } }] [[packages]] name = "auto-round" version = "0.10.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/auto_round-0.10.2-8-py3-none-any.whl", upload-time = 2026-02-25T21:24:07Z, size = 564593, hashes = { sha256 = "856918eb16f008320d69d35de27a11c385b59779dfd1438dd62de42e8630dfb9" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/auto_round-0.10.2-8-py3-none-any.whl", upload-time = 2026-02-25T21:24:07Z, size = 564593, hashes = { sha256 = "856918eb16f008320d69d35de27a11c385b59779dfd1438dd62de42e8630dfb9" } }] [[packages]] name = "beautifulsoup4" version = "4.14.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/beautifulsoup4-4.14.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:03Z, size = 108675, hashes = { sha256 = "ba5364431983923fa796510cc70610d9e21f6c92f469e16230aa34016c32ffda" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/beautifulsoup4-4.14.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:03Z, size = 108675, hashes = { sha256 = "ba5364431983923fa796510cc70610d9e21f6c92f469e16230aa34016c32ffda" } }] [[packages]] name = "bigtree" version = "1.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/bigtree-1.4.0-8-py3-none-any.whl", upload-time = 2026-03-24T11:48:28Z, size = 118568, hashes = { sha256 = "247dd7938ad9b544e2e2d90c0ab33df43efe1b46974cd9cc048a970fe87148ac" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/bigtree-1.4.0-8-py3-none-any.whl", upload-time = 2026-03-24T11:48:28Z, size = 118568, hashes = { sha256 = "247dd7938ad9b544e2e2d90c0ab33df43efe1b46974cd9cc048a970fe87148ac" } }] [[packages]] name = "bleach" version = "6.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/bleach-6.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:06Z, size = 165329, hashes = { sha256 = "4481fbde86076cc180511d11e201e4d69376553f13b40edb862d9dc9404e65f0" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/bleach-6.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:06Z, size = 165329, hashes = { sha256 = "4481fbde86076cc180511d11e201e4d69376553f13b40edb862d9dc9404e65f0" } }] [[packages]] name = "blinker" version = "1.9.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/blinker-1.9.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:02Z, size = 9399, hashes = { sha256 = "5ff23a8464fd7a59c93f1b7ef03dc948abd4a48ccc3b966695ace12136b46ddf" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/blinker-1.9.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:02Z, size = 9399, hashes = { sha256 = "5ff23a8464fd7a59c93f1b7ef03dc948abd4a48ccc3b966695ace12136b46ddf" } }] [[packages]] name = "boto3" -version = "1.42.84" +version = "1.42.92" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/boto3-1.42.84-8-py3-none-any.whl", upload-time = 2026-04-07T00:31:14Z, size = 141549, hashes = { sha256 = "e02db36e72cf9c5a640f1dd4c3eaabfd91af242bdd9490ca7c2193f4d39784ab" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/boto3-1.42.92-8-py3-none-any.whl", upload-time = 2026-04-21T00:33:46Z, size = 141548, hashes = { sha256 = "1c91dcac60646dcae8c6ab0ccd86618cae06bd22bf41bda0c6b1bd01e40ccccc" } }] [[packages]] name = "botocore" -version = "1.42.84" +version = "1.42.93" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/botocore-1.42.84-8-py3-none-any.whl", upload-time = 2026-04-07T00:22:55Z, size = 14793399, hashes = { sha256 = "f07205e5435b16904ed4b9a161470dd479177d4e1991f7b9f5689a80050d2b33" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/botocore-1.42.93-8-py3-none-any.whl", upload-time = 2026-04-22T00:23:29Z, size = 14889502, hashes = { sha256 = "475d71c7a25fd5db76f9edceacc96fdeacf9a4c69aee62bf713862830868d1da" } }] [[packages]] name = "cachetools" -version = "7.0.5" +version = "7.0.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cachetools-7.0.5-8-py3-none-any.whl", upload-time = 2026-03-10T00:51:12Z, size = 14879, hashes = { sha256 = "500990b0b298f99f9ead78ca607e9e2af5c6eb631807f39f4dcff86728ae28f9" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cachetools-7.0.6-8-py3-none-any.whl", upload-time = 2026-04-21T00:33:32Z, size = 14934, hashes = { sha256 = "fec79eb752cab7683cb0d34ba34107453f5309628c16774b9636dc7c6812ffcb" } }] [[packages]] name = "certifi" version = "2026.2.25" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/certifi-2026.2.25-8-py3-none-any.whl", upload-time = 2026-02-25T21:25:25Z, size = 4776, hashes = { sha256 = "21e39b1e7d9cf0b5cb448a8a34ce4dc416e90e410df943ee4d2c258352cdac7b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/certifi-2026.2.25-8-py3-none-any.whl", upload-time = 2026-02-25T21:25:25Z, size = 4776, hashes = { sha256 = "21e39b1e7d9cf0b5cb448a8a34ce4dc416e90e410df943ee4d2c258352cdac7b" } }] [[packages]] name = "cffi" version = "2.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cffi-2.0.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:00Z, size = 417071, hashes = { sha256 = "e5f30934094d0647d079f4acc39087dd0ecf773e30859950694fc37a71e1ee50" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cffi-2.0.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:22Z, size = 414451, hashes = { sha256 = "b1cdb7b6399f4316d8b0800b627298d1ba10e4e2863c18fe7128e788fa8d81b2" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cffi-2.0.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:00Z, size = 417071, hashes = { sha256 = "e5f30934094d0647d079f4acc39087dd0ecf773e30859950694fc37a71e1ee50" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cffi-2.0.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:22Z, size = 414451, hashes = { sha256 = "b1cdb7b6399f4316d8b0800b627298d1ba10e4e2863c18fe7128e788fa8d81b2" } }, ] [[packages]] name = "chardet" version = "5.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/chardet-5.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:11Z, size = 200312, hashes = { sha256 = "e8b9ed32f4f99fe73de64e1d711f21fe792fb214b4e490abc3f9f004036c30db" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/chardet-5.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:11Z, size = 200312, hashes = { sha256 = "e8b9ed32f4f99fe73de64e1d711f21fe792fb214b4e490abc3f9f004036c30db" } }] [[packages]] name = "charset-normalizer" version = "3.4.7" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/charset_normalizer-3.4.7-8-py3-none-any.whl", upload-time = 2026-04-02T15:22:09Z, size = 62949, hashes = { sha256 = "00debc5f0c70318d0da4f0850d4691ebff94280f39e99de806f15496f370ba01" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/charset_normalizer-3.4.7-8-py3-none-any.whl", upload-time = 2026-04-02T15:22:09Z, size = 62949, hashes = { sha256 = "00debc5f0c70318d0da4f0850d4691ebff94280f39e99de806f15496f370ba01" } }] [[packages]] name = "click" version = "8.3.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/click-8.3.2-8-py3-none-any.whl", upload-time = 2026-04-06T16:46:09Z, size = 109265, hashes = { sha256 = "83683be94a29bf745324d2aeefa7f467dbb11e978143a01a44d0fb635fe3387c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/click-8.3.2-8-py3-none-any.whl", upload-time = 2026-04-06T16:46:09Z, size = 109265, hashes = { sha256 = "83683be94a29bf745324d2aeefa7f467dbb11e978143a01a44d0fb635fe3387c" } }] [[packages]] name = "cloudpickle" version = "3.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cloudpickle-3.1.2-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:58Z, size = 23191, hashes = { sha256 = "042cb9b7b4f723eaef8dfd4f4c946fc55924ddd2daf4eedbe9b37b6afbac755c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cloudpickle-3.1.2-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:58Z, size = 23191, hashes = { sha256 = "042cb9b7b4f723eaef8dfd4f4c946fc55924ddd2daf4eedbe9b37b6afbac755c" } }] [[packages]] name = "colorama" version = "0.4.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/colorama-0.4.6-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:30Z, size = 26294, hashes = { sha256 = "4a389a405e1c62d2f939faf648b4bff234425042fe480f10c4d12f2d8ea76390" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/colorama-0.4.6-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:30Z, size = 26294, hashes = { sha256 = "4a389a405e1c62d2f939faf648b4bff234425042fe480f10c4d12f2d8ea76390" } }] [[packages]] name = "comm" version = "0.2.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/comm-0.2.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:05Z, size = 8170, hashes = { sha256 = "da2c992f2ae014914635e2fc3780ddd2f0cc3bbdda5593b0023150099515c00a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/comm-0.2.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:05Z, size = 8170, hashes = { sha256 = "da2c992f2ae014914635e2fc3780ddd2f0cc3bbdda5593b0023150099515c00a" } }] [[packages]] name = "compressed-tensors" version = "0.14.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/compressed_tensors-0.14.0.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:21:47Z, size = 197678, hashes = { sha256 = "ddb4d205c9646322253341cf19750d4c245b4dfa295533f047fbc81cee5ef2cb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/compressed_tensors-0.14.0.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:21:47Z, size = 197678, hashes = { sha256 = "ddb4d205c9646322253341cf19750d4c245b4dfa295533f047fbc81cee5ef2cb" } }] [[packages]] name = "contourpy" version = "1.3.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/contourpy-1.3.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:41Z, size = 315630, hashes = { sha256 = "1ea5c56a9f74fb60dafe4df7f837da65e64e172b6d00d340d32c3f9edb90be55" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/contourpy-1.3.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:53Z, size = 336131, hashes = { sha256 = "bbaf706a0236f0ac62681dd52c496c3b9c35f1d1d039cd339f3e302376995cb7" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/contourpy-1.3.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:41Z, size = 315630, hashes = { sha256 = "1ea5c56a9f74fb60dafe4df7f837da65e64e172b6d00d340d32c3f9edb90be55" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/contourpy-1.3.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:53Z, size = 336131, hashes = { sha256 = "bbaf706a0236f0ac62681dd52c496c3b9c35f1d1d039cd339f3e302376995cb7" } }, ] [[packages]] name = "cryptography" -version = "46.0.6" +version = "46.0.7" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cryptography-46.0.6-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-03-26T15:41:28Z, size = 2343412, hashes = { sha256 = "35479723e45e4c8eff4a2b3010dae76da476cdb081e6aceb0ddc83a9611579aa" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cryptography-46.0.6-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-03-26T15:56:04Z, size = 2408170, hashes = { sha256 = "0c274067febded8a33e9e40fe0abb55bd77e75350ca71818180b4bd38c682bc5" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cryptography-46.0.7-8-cp312-abi3-linux_aarch64.whl", upload-time = 2026-04-08T06:14:39Z, size = 2344001, hashes = { sha256 = "37742240004b6661d19210f887a76fb998acf1a597909e2d86d1991f4cede17b" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cryptography-46.0.7-8-cp312-abi3-linux_x86_64.whl", upload-time = 2026-04-08T06:13:55Z, size = 2408604, hashes = { sha256 = "f52c7c82013bfcf36b166bd04a96102d9e0046bc5f3cf28c1955238ad696a3b6" } }, ] [[packages]] name = "cycler" version = "0.12.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/cycler-0.12.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:16Z, size = 9257, hashes = { sha256 = "22b7f31329b48734ce6e1ebab1d833a72271b215fae2712d0a3bec41439e4294" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/cycler-0.12.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:16Z, size = 9257, hashes = { sha256 = "22b7f31329b48734ce6e1ebab1d833a72271b215fae2712d0a3bec41439e4294" } }] [[packages]] name = "dask" version = "2026.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/dask-2026.3.0-8-py3-none-any.whl", upload-time = 2026-03-18T12:39:19Z, size = 1486531, hashes = { sha256 = "56229cab8dae78aa29d138868dc47b9711c264a6f3987b237ed0d33e3ed168ef" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/dask-2026.3.0-8-py3-none-any.whl", upload-time = 2026-03-18T12:39:19Z, size = 1486531, hashes = { sha256 = "56229cab8dae78aa29d138868dc47b9711c264a6f3987b237ed0d33e3ed168ef" } }] [[packages]] name = "databricks-sdk" -version = "0.102.0" +version = "0.103.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/databricks_sdk-0.102.0-8-py3-none-any.whl", upload-time = 2026-03-20T14:58:57Z, size = 839501, hashes = { sha256 = "f96625f665974063dd9313bebe5970a1faa865e2de23a3c0a3708259fc3c814b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/databricks_sdk-0.103.0-8-py3-none-any.whl", upload-time = 2026-04-21T00:34:14Z, size = 858435, hashes = { sha256 = "a44222af3b5a05a6ce0bb43b1b5ded177317a8d2f94766e6eba56d677f3b9afd" } }] [[packages]] name = "dataproperty" version = "1.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/dataproperty-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:10Z, size = 28635, hashes = { sha256 = "89a501163d54c07a65d438e778affc9159950520d89762c4126227e3719c874a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/dataproperty-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:10Z, size = 28635, hashes = { sha256 = "89a501163d54c07a65d438e778affc9159950520d89762c4126227e3719c874a" } }] [[packages]] name = "datasets" version = "4.4.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/datasets-4.4.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:14Z, size = 512545, hashes = { sha256 = "0d7657c9e583a49336aae16700ad6bcdbcd05c2cbda025e22274c1595f0200d1" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/datasets-4.4.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:14Z, size = 512545, hashes = { sha256 = "0d7657c9e583a49336aae16700ad6bcdbcd05c2cbda025e22274c1595f0200d1" } }] [[packages]] name = "debugpy" version = "1.8.20" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/debugpy-1.8.20-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:58:20Z, size = 4101151, hashes = { sha256 = "35aecf9d784e7ef6dad8d88e4de005982adbfe98ae438a1e236c6c27f8fc18ba" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/debugpy-1.8.20-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:58Z, size = 4206809, hashes = { sha256 = "193e00231cf5ad411ac2be2609e3993ad19a428fefd3a9b921b9ff1cb1883cd0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/debugpy-1.8.20-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:58:20Z, size = 4101151, hashes = { sha256 = "35aecf9d784e7ef6dad8d88e4de005982adbfe98ae438a1e236c6c27f8fc18ba" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/debugpy-1.8.20-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:58Z, size = 4206809, hashes = { sha256 = "193e00231cf5ad411ac2be2609e3993ad19a428fefd3a9b921b9ff1cb1883cd0" } }, ] [[packages]] name = "decorator" version = "5.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/decorator-5.2.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:07Z, size = 10150, hashes = { sha256 = "38da09989fd4c556850ed8ebd72c263f23d0414fd583e044cfd8501487f582e2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/decorator-5.2.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:07Z, size = 10150, hashes = { sha256 = "38da09989fd4c556850ed8ebd72c263f23d0414fd583e044cfd8501487f582e2" } }] [[packages]] name = "defusedxml" version = "0.7.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/defusedxml-0.7.1-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:00:53Z, size = 26673, hashes = { sha256 = "62ad079a6b726b4dd3cbb731a8dbe6b6f5c8bd62a7d5c4f0331e6a4e37686d86" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/defusedxml-0.7.1-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:00:53Z, size = 26673, hashes = { sha256 = "62ad079a6b726b4dd3cbb731a8dbe6b6f5c8bd62a7d5c4f0331e6a4e37686d86" } }] [[packages]] name = "dill" version = "0.3.9" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/dill-0.3.9-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:52Z, size = 120420, hashes = { sha256 = "da0b0a5e7da9af69d626a5355ce81e0a1c6a99d9f0088ab90b418f39ed516021" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/dill-0.3.9-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:52Z, size = 120420, hashes = { sha256 = "da0b0a5e7da9af69d626a5355ce81e0a1c6a99d9f0088ab90b418f39ed516021" } }] [[packages]] name = "dnspython" version = "2.8.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/dnspython-2.8.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:21Z, size = 332016, hashes = { sha256 = "db15ec16abf5022cddce18000862d6b7043ac477f8da1692590b98f3b2768c3e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/dnspython-2.8.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:21Z, size = 332016, hashes = { sha256 = "db15ec16abf5022cddce18000862d6b7043ac477f8da1692590b98f3b2768c3e" } }] [[packages]] name = "docker" version = "7.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/docker-7.1.0-9-py3-none-any.whl", upload-time = 2026-02-24T03:35:34Z, size = 148903, hashes = { sha256 = "acb703c0af5c7f047c2f662cd2ad62d9fe04d4903f9d082b48ae5aa091b7d3a5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/docker-7.1.0-9-py3-none-any.whl", upload-time = 2026-02-24T03:35:34Z, size = 148903, hashes = { sha256 = "acb703c0af5c7f047c2f662cd2ad62d9fe04d4903f9d082b48ae5aa091b7d3a5" } }] [[packages]] name = "entrypoints" version = "0.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/entrypoints-0.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:24Z, size = 6288, hashes = { sha256 = "deb0291bb2114891e0e33be4c645d40b4fa5b38b60e5dfeaef5b8f97936f48e4" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/entrypoints-0.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:24Z, size = 6288, hashes = { sha256 = "deb0291bb2114891e0e33be4c645d40b4fa5b38b60e5dfeaef5b8f97936f48e4" } }] [[packages]] name = "evaluate" version = "0.4.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/evaluate-0.4.6-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:51Z, size = 85072, hashes = { sha256 = "e8dc5a551bd4fe4c6f01afe77bcad279cc5f7e5961b265bd22724d4c93283d47" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/evaluate-0.4.6-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:51Z, size = 85072, hashes = { sha256 = "e8dc5a551bd4fe4c6f01afe77bcad279cc5f7e5961b265bd22724d4c93283d47" } }] [[packages]] name = "executing" version = "2.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/executing-2.2.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:35Z, size = 29372, hashes = { sha256 = "d5e8569d0a77bb9a0580a3a407e8bfb53af42fa6a0312d0f818c6285c9eeca1a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/executing-2.2.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:59:35Z, size = 29372, hashes = { sha256 = "d5e8569d0a77bb9a0580a3a407e8bfb53af42fa6a0312d0f818c6285c9eeca1a" } }] [[packages]] name = "fastapi" -version = "0.135.3" +version = "0.136.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/fastapi-0.135.3-8-py3-none-any.whl", upload-time = 2026-04-01T16:37:44Z, size = 118638, hashes = { sha256 = "8c9c2db1d9aaae027ce1bdb7ec6b233de7f6c39f2d2428db50843fd9219a7cc5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fastapi-0.136.0-8-py3-none-any.whl", upload-time = 2026-04-16T17:51:13Z, size = 118463, hashes = { sha256 = "5fb3ceaee2e0ba7ea0966f0e94a95dac0580a63a742879724081fb56961ffe19" } }] [[packages]] name = "fastjsonschema" version = "2.21.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/fastjsonschema-2.21.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:17Z, size = 25021, hashes = { sha256 = "9a1162d043c993eb4ebd8a27044963c0833f125a361d82178be139877f65eda2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fastjsonschema-2.21.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:17Z, size = 25021, hashes = { sha256 = "9a1162d043c993eb4ebd8a27044963c0833f125a361d82178be139877f65eda2" } }] [[packages]] name = "feast" -version = "0.61.0" +version = "0.62.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/feast-0.61.0-8-py3-none-any.whl", upload-time = 2026-03-11T00:33:41Z, size = 8205931, hashes = { sha256 = "25ecc0d068b1aef7955e97f292798fff6cc3c4d640cf7ea701e571512f5cbf2c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/feast-0.62.0-8-py3-none-any.whl", upload-time = 2026-04-09T02:10:30Z, size = 7993842, hashes = { sha256 = "163844d12588ee102a7fb12a514b7498f2a2621ac8cd35c502c0feaffa1f2d6b" } }] [[packages]] name = "filelock" -version = "3.25.2" +version = "3.29.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/filelock-3.25.2-8-py3-none-any.whl", upload-time = 2026-03-12T00:25:04Z, size = 27688, hashes = { sha256 = "dbbeed3a0558827c6f78e303fdd946f96c9694c5167e2fb83c19dd30eaef2121" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/filelock-3.29.0-8-py3-none-any.whl", upload-time = 2026-04-20T00:24:03Z, size = 40829, hashes = { sha256 = "0757346d9d639f1250339843fd6066293ec46cc2c1f6ccafc175094c2937cc25" } }] [[packages]] name = "flask" version = "3.1.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/flask-3.1.3-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:45Z, size = 104315, hashes = { sha256 = "40f7eaf2b176140e2232eb6b58fdf2dad766ac244c0c4d8d89093e0347759ada" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/flask-3.1.3-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:45Z, size = 104315, hashes = { sha256 = "40f7eaf2b176140e2232eb6b58fdf2dad766ac244c0c4d8d89093e0347759ada" } }] [[packages]] name = "flask-cors" version = "6.0.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/flask_cors-6.0.2-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:14Z, size = 14208, hashes = { sha256 = "7b7259a10e756c6c84b140cbbab9de567f30ad27ffe8a96edf2f2c45cb2ebec5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/flask_cors-6.0.2-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:14Z, size = 14208, hashes = { sha256 = "7b7259a10e756c6c84b140cbbab9de567f30ad27ffe8a96edf2f2c45cb2ebec5" } }] [[packages]] name = "fonttools" version = "4.62.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/fonttools-4.62.1-8-py3-none-any.whl", upload-time = 2026-03-13T21:55:04Z, size = 1153568, hashes = { sha256 = "478b99118d513d47c4d0ca01a3f46f6fcba1833dbe1be509a2c6435acfaaf43f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fonttools-4.62.1-8-py3-none-any.whl", upload-time = 2026-03-13T21:55:04Z, size = 1153568, hashes = { sha256 = "478b99118d513d47c4d0ca01a3f46f6fcba1833dbe1be509a2c6435acfaaf43f" } }] [[packages]] name = "frozenlist" version = "1.8.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/frozenlist-1.8.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:29:58Z, size = 202560, hashes = { sha256 = "80213a3ab5822b8f76df1f2ef8a8535f03af5fb44b4a22310f9e42620ecc0f54" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/frozenlist-1.8.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:43Z, size = 206353, hashes = { sha256 = "b71b731a347aa0c546109592b2356252d115be2596ad790e1b33fcc69b8596f2" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/frozenlist-1.8.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:29:58Z, size = 202560, hashes = { sha256 = "80213a3ab5822b8f76df1f2ef8a8535f03af5fb44b4a22310f9e42620ecc0f54" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/frozenlist-1.8.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:43Z, size = 206353, hashes = { sha256 = "b71b731a347aa0c546109592b2356252d115be2596ad790e1b33fcc69b8596f2" } }, ] [[packages]] name = "fsspec" version = "2025.10.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/fsspec-2025.10.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:56Z, size = 201908, hashes = { sha256 = "49c8e555fb012f235522c67ab02f0badf6ed422dabbcdfb9dcb332cb3f8638e5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fsspec-2025.10.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:56Z, size = 201908, hashes = { sha256 = "49c8e555fb012f235522c67ab02f0badf6ed422dabbcdfb9dcb332cb3f8638e5" } }] [[packages]] name = "gitdb" version = "4.0.12" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/gitdb-4.0.12-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:05Z, size = 63794, hashes = { sha256 = "3b52cdcc889333bf2b1057ef5e5e553f12f5fbd773151c4af5fd2ea00fa1b28a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/gitdb-4.0.12-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:05Z, size = 63794, hashes = { sha256 = "3b52cdcc889333bf2b1057ef5e5e553f12f5fbd773151c4af5fd2ea00fa1b28a" } }] [[packages]] name = "gitpython" version = "3.1.46" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/gitpython-3.1.46-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:01Z, size = 209535, hashes = { sha256 = "7b5e4c5a2bdf4fa539dd1a32b271ffa3b5ea0e1843c6bc12754435f2a3f47d94" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/gitpython-3.1.46-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:01Z, size = 209535, hashes = { sha256 = "7b5e4c5a2bdf4fa539dd1a32b271ffa3b5ea0e1843c6bc12754435f2a3f47d94" } }] [[packages]] name = "google-auth" -version = "2.49.1" +version = "2.49.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/google_auth-2.49.1-8-py3-none-any.whl", upload-time = 2026-03-13T00:35:34Z, size = 241680, hashes = { sha256 = "27395a0c89774d1f5e11dcdbb6b7443e4378edfa2e7b0b6b6a992f4d0912a678" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/google_auth-2.49.2-8-py3-none-any.whl", upload-time = 2026-04-10T02:11:45Z, size = 241580, hashes = { sha256 = "2b655aef095a9138c2d8cee9f9f7c4e471bd85dffed45b990ad441a4bbb243da" } }] [[packages]] name = "graphene" version = "3.4.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/graphene-3.4.3-8-py2.py3-none-any.whl", upload-time = 2026-02-24T03:36:30Z, size = 56810, hashes = { sha256 = "8b82900e1bbb94b943bdba2c447fa720e95af0b66723bed6cecc1eaf0b5f9d7b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/graphene-3.4.3-8-py2.py3-none-any.whl", upload-time = 2026-02-24T03:36:30Z, size = 56810, hashes = { sha256 = "8b82900e1bbb94b943bdba2c447fa720e95af0b66723bed6cecc1eaf0b5f9d7b" } }] [[packages]] name = "graphql-core" version = "3.2.8" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/graphql_core-3.2.8-8-py3-none-any.whl", upload-time = 2026-03-06T01:31:02Z, size = 208050, hashes = { sha256 = "50a9a79e614d2718f32d4b91a48842d2e65f278cbe0a8d37b43581cb89de2bc6" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/graphql_core-3.2.8-8-py3-none-any.whl", upload-time = 2026-03-06T01:31:02Z, size = 208050, hashes = { sha256 = "50a9a79e614d2718f32d4b91a48842d2e65f278cbe0a8d37b43581cb89de2bc6" } }] [[packages]] name = "graphql-relay" version = "3.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/graphql_relay-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:29Z, size = 17718, hashes = { sha256 = "96b196d33e8fcb88a6860230a3b2d56fa476fa34219d6c42acda065cf65b6ce0" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/graphql_relay-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:29Z, size = 17718, hashes = { sha256 = "96b196d33e8fcb88a6860230a3b2d56fa476fa34219d6c42acda065cf65b6ce0" } }] [[packages]] name = "greenlet" -version = "3.3.2" +version = "3.4.0" marker = "(python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'AMD64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'WIN32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'amd64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'ppc64le' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'win32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'x86_64' and sys_platform == 'linux')" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/greenlet-3.3.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:05Z, size = 546646, hashes = { sha256 = "832ec74d45f02bf47128e1ec437360f7201cb32b853a9f32b88d71d4da0d5e12" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/greenlet-3.3.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:00Z, size = 541014, hashes = { sha256 = "d39e7f75aff91fb95701c269048748f0fa1a0aed92f1a06ea9f62106ab246f2d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/greenlet-3.4.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-08T18:20:18Z, size = 541146, hashes = { sha256 = "5fabea1f2473dd92b38f22f619701beb025071fa4827db1a8d8dfa4052476e0f" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/greenlet-3.4.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-08T18:18:57Z, size = 553767, hashes = { sha256 = "7eb6b9b05f4a958c8acbe2a66e063cc8d42725a5ca62f989da2a7bf2f292f716" } }, ] [[packages]] @@ -405,248 +405,248 @@ name = "grpcio" version = "1.80.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/grpcio-1.80.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-30T16:31:04Z, size = 191838155, hashes = { sha256 = "80b5df239ee20eecd1f64669b0faa97d0ddd2f22eca71dc05a849755be6421cb" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/grpcio-1.80.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-30T16:37:08Z, size = 193242181, hashes = { sha256 = "02ce3c9bcb474a250f261e57e01ba49b4fba5a8fe780033ef8790cbc092b1e06" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/grpcio-1.80.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-30T16:31:04Z, size = 191838155, hashes = { sha256 = "80b5df239ee20eecd1f64669b0faa97d0ddd2f22eca71dc05a849755be6421cb" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/grpcio-1.80.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-30T16:37:08Z, size = 193242181, hashes = { sha256 = "02ce3c9bcb474a250f261e57e01ba49b4fba5a8fe780033ef8790cbc092b1e06" } }, ] [[packages]] name = "gunicorn" version = "25.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/gunicorn-25.3.0-8-py3-none-any.whl", upload-time = 2026-03-27T00:29:19Z, size = 209350, hashes = { sha256 = "f09c54baa6b498c8549b8cd4213218188c727de04e525f4ec464edeb1a9a9783" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/gunicorn-25.3.0-8-py3-none-any.whl", upload-time = 2026-03-27T00:29:19Z, size = 209350, hashes = { sha256 = "f09c54baa6b498c8549b8cd4213218188c727de04e525f4ec464edeb1a9a9783" } }] [[packages]] name = "h11" version = "0.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/h11-0.16.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:39Z, size = 38422, hashes = { sha256 = "99255666b3d50a10c9b4c9531209609e0a7db87825b1a43ed26ad2a823901543" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/h11-0.16.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:39Z, size = 38422, hashes = { sha256 = "99255666b3d50a10c9b4c9531209609e0a7db87825b1a43ed26ad2a823901543" } }] [[packages]] name = "hf-xet" version = "1.4.3" marker = "(python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'amd64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'arm64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'x86_64' and sys_platform == 'linux')" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/hf_xet-1.4.3-8-cp37-abi3-linux_aarch64.whl", upload-time = 2026-04-01T00:29:09Z, size = 4015460, hashes = { sha256 = "8efa984386ac5ee9a86c7a83f9aae2ec8c8407dc92e650b4e11d21bd671905a0" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/hf_xet-1.4.3-8-cp37-abi3-linux_x86_64.whl", upload-time = 2026-04-01T00:27:48Z, size = 4211264, hashes = { sha256 = "286b9cb5e6e7b2e662a1237a8fce403bf5e5f197648c65193211c737e132ecd0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/hf_xet-1.4.3-8-cp37-abi3-linux_aarch64.whl", upload-time = 2026-04-01T00:29:09Z, size = 4015460, hashes = { sha256 = "8efa984386ac5ee9a86c7a83f9aae2ec8c8407dc92e650b4e11d21bd671905a0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/hf_xet-1.4.3-8-cp37-abi3-linux_x86_64.whl", upload-time = 2026-04-01T00:27:48Z, size = 4211264, hashes = { sha256 = "286b9cb5e6e7b2e662a1237a8fce403bf5e5f197648c65193211c737e132ecd0" } }, ] [[packages]] name = "httpcore" version = "1.0.9" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/httpcore-1.0.9-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:45Z, size = 79707, hashes = { sha256 = "f4f6aed888a18f407286e08e3c8416caeb86d5074cc861183d3cafd9ff56732e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/httpcore-1.0.9-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:45Z, size = 79707, hashes = { sha256 = "f4f6aed888a18f407286e08e3c8416caeb86d5074cc861183d3cafd9ff56732e" } }] [[packages]] name = "httptools" version = "0.7.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/httptools-0.7.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:21Z, size = 502380, hashes = { sha256 = "64a403a5c67421ac75b1999287501bb259031a01e0f6f9ded8c5d018fa9a2b59" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/httptools-0.7.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:03Z, size = 509952, hashes = { sha256 = "a1a769260d647d7aa72f8abe8cf23ba2fa371d66ad85a1c09397ba53ba59f055" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/httptools-0.7.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:21Z, size = 502380, hashes = { sha256 = "64a403a5c67421ac75b1999287501bb259031a01e0f6f9ded8c5d018fa9a2b59" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/httptools-0.7.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:03Z, size = 509952, hashes = { sha256 = "a1a769260d647d7aa72f8abe8cf23ba2fa371d66ad85a1c09397ba53ba59f055" } }, ] [[packages]] name = "httpx" version = "0.28.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/httpx-0.28.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:17Z, size = 74438, hashes = { sha256 = "a8f64bbed58affc6b07b1750d3124abad15b347825979f58496d39fe068585c7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/httpx-0.28.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:17Z, size = 74438, hashes = { sha256 = "a8f64bbed58affc6b07b1750d3124abad15b347825979f58496d39fe068585c7" } }] [[packages]] name = "huey" version = "2.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/huey-2.6.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:27Z, size = 77826, hashes = { sha256 = "da35534d817bac744dc11f46198949a18c5cc7993d185d380e655b3c790ae91c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/huey-2.6.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:27Z, size = 77826, hashes = { sha256 = "da35534d817bac744dc11f46198949a18c5cc7993d185d380e655b3c790ae91c" } }] [[packages]] name = "huggingface-hub" version = "0.36.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/huggingface_hub-0.36.2-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:08Z, size = 567361, hashes = { sha256 = "7489a555f773a2d5bbd1724ae081f49e0ced18b2781408fac6f47c1e72c29b7b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/huggingface_hub-0.36.2-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:08Z, size = 567361, hashes = { sha256 = "7489a555f773a2d5bbd1724ae081f49e0ced18b2781408fac6f47c1e72c29b7b" } }] [[packages]] name = "idna" -version = "3.11" +version = "3.12" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/idna-3.11-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:55Z, size = 71883, hashes = { sha256 = "6d6b949d453f4a1716a8b4348fa64b2c546de2d6dfd15fde3529933764f7c996" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/idna-3.12-8-py3-none-any.whl", upload-time = 2026-04-22T00:22:00Z, size = 69510, hashes = { sha256 = "96c7c5fcefe6f5dba23b543218730a6909c9f3601e16d5589cfdee50651b3e98" } }] [[packages]] name = "importlib-metadata" version = "8.7.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/importlib_metadata-8.7.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:23Z, size = 28885, hashes = { sha256 = "038eeeac0bb7a88aee0bf75dd17cf12060ecb6db522de0c9b196e7a8b5691434" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/importlib_metadata-8.7.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:23Z, size = 28885, hashes = { sha256 = "038eeeac0bb7a88aee0bf75dd17cf12060ecb6db522de0c9b196e7a8b5691434" } }] [[packages]] name = "ipykernel" version = "7.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ipykernel-7.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:12Z, size = 119721, hashes = { sha256 = "b94c735a8929b2e1dd8e0271d7e0a4bee1def831ac250c0a9d66702a79d19728" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ipykernel-7.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:12Z, size = 119721, hashes = { sha256 = "b94c735a8929b2e1dd8e0271d7e0a4bee1def831ac250c0a9d66702a79d19728" } }] [[packages]] name = "ipython" version = "9.12.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ipython-9.12.0-8-py3-none-any.whl", upload-time = 2026-03-28T00:35:19Z, size = 626571, hashes = { sha256 = "551e741ad21b80941d849d736e80a88035f70e324faf0cdc0cd11679ccadf9f5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ipython-9.12.0-8-py3-none-any.whl", upload-time = 2026-03-28T00:35:19Z, size = 626571, hashes = { sha256 = "551e741ad21b80941d849d736e80a88035f70e324faf0cdc0cd11679ccadf9f5" } }] [[packages]] name = "ipython-genutils" version = "0.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ipython_genutils-0.2.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:52:24Z, size = 28045, hashes = { sha256 = "bc8c2e7ad2493ef1d5d70c6ed504323c2079457926f42ae49c2bad26790fc71b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ipython_genutils-0.2.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:52:24Z, size = 28045, hashes = { sha256 = "bc8c2e7ad2493ef1d5d70c6ed504323c2079457926f42ae49c2bad26790fc71b" } }] [[packages]] name = "ipython-pygments-lexers" version = "1.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ipython_pygments_lexers-1.1.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:07Z, size = 9178, hashes = { sha256 = "f679305a9d6f109fd45c9eb83db55416f8d1f2b7ce82e8609669fcae8fa553d4" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ipython_pygments_lexers-1.1.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:07Z, size = 9178, hashes = { sha256 = "f679305a9d6f109fd45c9eb83db55416f8d1f2b7ce82e8609669fcae8fa553d4" } }] [[packages]] name = "itsdangerous" version = "2.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/itsdangerous-2.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:47Z, size = 17216, hashes = { sha256 = "6ad30f69b5d9e948058d8166cfa6f9f82fe5ac2bf8877efa53e20239e6f7aa13" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/itsdangerous-2.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:47Z, size = 17216, hashes = { sha256 = "6ad30f69b5d9e948058d8166cfa6f9f82fe5ac2bf8877efa53e20239e6f7aa13" } }] [[packages]] name = "jedi" version = "0.19.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jedi-0.19.2-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:13Z, size = 1573310, hashes = { sha256 = "6047a9cc9d6653672e1d528d138e7aba1389b3b6cec7b1ad8e37f87d662260ac" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jedi-0.19.2-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:13Z, size = 1573310, hashes = { sha256 = "6047a9cc9d6653672e1d528d138e7aba1389b3b6cec7b1ad8e37f87d662260ac" } }] [[packages]] name = "jinja2" version = "3.1.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jinja2-3.1.6-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:35Z, size = 135787, hashes = { sha256 = "67880b1f233f64306cdff96e1d26cb728e497af81ce12347b395a3fdefef2548" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jinja2-3.1.6-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:35Z, size = 135787, hashes = { sha256 = "67880b1f233f64306cdff96e1d26cb728e497af81ce12347b395a3fdefef2548" } }] [[packages]] name = "jmespath" version = "1.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jmespath-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:53Z, size = 21441, hashes = { sha256 = "997120cb16100e10eb4fb3169ee9d00ed86167264fe8c538f6bb69592a6b83f9" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jmespath-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:53Z, size = 21441, hashes = { sha256 = "997120cb16100e10eb4fb3169ee9d00ed86167264fe8c538f6bb69592a6b83f9" } }] [[packages]] name = "joblib" version = "1.5.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/joblib-1.5.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:36Z, size = 309960, hashes = { sha256 = "785478ac3ea8e9c17cc7c8ad24f3ee485d9f7dd259535b3a373998a921757e8d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/joblib-1.5.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:36Z, size = 309960, hashes = { sha256 = "785478ac3ea8e9c17cc7c8ad24f3ee485d9f7dd259535b3a373998a921757e8d" } }] [[packages]] name = "jsonlines" version = "4.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jsonlines-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:49Z, size = 9652, hashes = { sha256 = "2d3f9984bdc1cf74b4292d2b90b414a7897c9028a39a411c8f899874bd18c5c2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jsonlines-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:49Z, size = 9652, hashes = { sha256 = "2d3f9984bdc1cf74b4292d2b90b414a7897c9028a39a411c8f899874bd18c5c2" } }] [[packages]] name = "jsonschema" version = "4.26.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jsonschema-4.26.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:43Z, size = 91580, hashes = { sha256 = "3de45338d2fcda8d1bd870e267208eba13513d14f8fab35e479d6c589c86f194" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jsonschema-4.26.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:43Z, size = 91580, hashes = { sha256 = "3de45338d2fcda8d1bd870e267208eba13513d14f8fab35e479d6c589c86f194" } }] [[packages]] name = "jsonschema-specifications" version = "2025.9.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jsonschema_specifications-2025.9.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:48Z, size = 19514, hashes = { sha256 = "8723deab0a2d44376803dc549ca80adce251db3240eb96533a1932f5fce18a6f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jsonschema_specifications-2025.9.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:48Z, size = 19514, hashes = { sha256 = "8723deab0a2d44376803dc549ca80adce251db3240eb96533a1932f5fce18a6f" } }] [[packages]] name = "jupyter-client" version = "8.8.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_client-8.8.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:16Z, size = 108323, hashes = { sha256 = "664c8337f8e18d885a07c17bfcfdcc3873cd0cd5f874e12dc51b2a26e8c08347" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_client-8.8.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:16Z, size = 108323, hashes = { sha256 = "664c8337f8e18d885a07c17bfcfdcc3873cd0cd5f874e12dc51b2a26e8c08347" } }] [[packages]] name = "jupyter-core" version = "5.9.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyter_core-5.9.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:01Z, size = 29968, hashes = { sha256 = "e5b9f2d45a0a6d9f11811e274f7b678cd0702db92baceef2d2e0159c18d94ee3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyter_core-5.9.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:01Z, size = 29968, hashes = { sha256 = "e5b9f2d45a0a6d9f11811e274f7b678cd0702db92baceef2d2e0159c18d94ee3" } }] [[packages]] name = "jupyterlab-pygments" version = "0.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/jupyterlab_pygments-0.3.0-9-py3-none-any.whl", upload-time = 2026-02-23T23:54:37Z, size = 17204, hashes = { sha256 = "d7a49f4001760ac6c33d5e741df9cb1bff374b17baadcc45add5f53d38e079e7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jupyterlab_pygments-0.3.0-9-py3-none-any.whl", upload-time = 2026-02-23T23:54:37Z, size = 17204, hashes = { sha256 = "d7a49f4001760ac6c33d5e741df9cb1bff374b17baadcc45add5f53d38e079e7" } }] [[packages]] name = "kafka-python-ng" version = "2.2.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kafka_python_ng-2.2.3-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:43Z, size = 233948, hashes = { sha256 = "d487b40fc1e7801e1d69eb4de2464accfeeb67d23a4a2e96f3b534106ca46b96" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kafka_python_ng-2.2.3-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:43Z, size = 233948, hashes = { sha256 = "d487b40fc1e7801e1d69eb4de2464accfeeb67d23a4a2e96f3b534106ca46b96" } }] [[packages]] name = "kiwisolver" version = "1.5.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kiwisolver-1.5.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-09T18:13:42Z, size = 1165137, hashes = { sha256 = "b74660d67eedb5ae469d6ae14f152a26211be3fa5d9e2ce17565a9d0982154dd" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/kiwisolver-1.5.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-09T18:08:45Z, size = 1195896, hashes = { sha256 = "0cc794184716224afb0b938776ae0ef54ba3f2b82905327e5f695a246daa4291" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kiwisolver-1.5.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-09T18:13:42Z, size = 1165137, hashes = { sha256 = "b74660d67eedb5ae469d6ae14f152a26211be3fa5d9e2ce17565a9d0982154dd" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/kiwisolver-1.5.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-09T18:08:45Z, size = 1195896, hashes = { sha256 = "0cc794184716224afb0b938776ae0ef54ba3f2b82905327e5f695a246daa4291" } }, ] [[packages]] name = "librt" -version = "0.8.1" +version = "0.9.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/librt-0.8.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:52:50Z, size = 266499, hashes = { sha256 = "aaa8dffff5ad262b0c1bbd827bcc6e210ac7f40feb8a8c5cfb50501d55732781" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/librt-0.8.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:31Z, size = 333619, hashes = { sha256 = "c169bd5fe90a393cbadf83d28b4d2d1aea81a994a81369736d9b8ebeab10885c" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/librt-0.9.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-10T04:33:42Z, size = 279265, hashes = { sha256 = "f6c1e0e0bb57292032eae6280bf66a550fff2ff9fc1e0abdf5e976c6b41a32a3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/librt-0.9.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-10T05:47:02Z, size = 347222, hashes = { sha256 = "366247c849de174dcbd0529edca257118ec340ae2b17adc7681daea16b24fe70" } }, ] [[packages]] name = "llmcompressor" version = "0.10.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/llmcompressor-0.10.0.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:22:02Z, size = 296686, hashes = { sha256 = "8f7a9318d6afd3c64ecac60415a23d035ea55bcd1569f1ffb5573d3303f53208" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/llmcompressor-0.10.0.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:22:02Z, size = 296686, hashes = { sha256 = "8f7a9318d6afd3c64ecac60415a23d035ea55bcd1569f1ffb5573d3303f53208" } }] [[packages]] name = "lm-eval" version = "0.4.11" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/lm_eval-0.4.11-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:05Z, size = 8745763, hashes = { sha256 = "5526e1ee4254eb06fe90e75d41e91d822c99260f98f6c0f39c79e2713f76764b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/lm_eval-0.4.11-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:05Z, size = 8745763, hashes = { sha256 = "5526e1ee4254eb06fe90e75d41e91d822c99260f98f6c0f39c79e2713f76764b" } }] [[packages]] name = "locket" version = "1.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/locket-1.0.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:54:03Z, size = 5393, hashes = { sha256 = "524855c1fa81b10c6ada9e28faf4c6dc37aa18313d0fc61d9e822e7fceda316f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/locket-1.0.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:54:03Z, size = 5393, hashes = { sha256 = "524855c1fa81b10c6ada9e28faf4c6dc37aa18313d0fc61d9e822e7fceda316f" } }] [[packages]] name = "loguru" version = "0.7.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/loguru-0.7.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:53Z, size = 62491, hashes = { sha256 = "565b2b42f9f0a2cc7d9a127e7e15a3eea5dbf13972db92d57e7d595cd77f5f33" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/loguru-0.7.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:53Z, size = 62491, hashes = { sha256 = "565b2b42f9f0a2cc7d9a127e7e15a3eea5dbf13972db92d57e7d595cd77f5f33" } }] [[packages]] name = "lxml" -version = "6.0.2" +version = "6.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/lxml-6.0.2-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:02:06Z, size = 9200061, hashes = { sha256 = "a29ed58427543d7883d37b94dbbf7304ee3b972c1a4441cc2b2049e110772884" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/lxml-6.0.2-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:38Z, size = 9543367, hashes = { sha256 = "2af18aea0c957e2be06d1fd237fe7081eb2859e3728f362f7fcb4591f6ee43be" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/lxml-6.1.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-19T00:27:04Z, size = 8993574, hashes = { sha256 = "820a6df53772c761421c01babb955119a916a3f3148be31594318f47710404ff" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/lxml-6.1.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-19T00:25:04Z, size = 9319094, hashes = { sha256 = "8b26528fe6e156f0f616c0fda5397bcc10abc0ce3069cbf4483dc5b619f773cf" } }, ] [[packages]] name = "mako" -version = "1.3.10" +version = "1.3.11" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mako-1.3.10-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:56Z, size = 79643, hashes = { sha256 = "889803e02aff5c28b8973698a8c6849279d35b9d8a8853bfdd8fba0bde851d4e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mako-1.3.11-8-py3-none-any.whl", upload-time = 2026-04-15T01:16:07Z, size = 79637, hashes = { sha256 = "28febee8e164f638283dc1125122dcca6be6ae1a5ebb5607bfbc3f0667a75028" } }] [[packages]] name = "markdown" version = "3.10.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/markdown-3.10.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:06Z, size = 109123, hashes = { sha256 = "960307579a189d1f1492937554ac3794d41188f9d44f5921a33385c5f1cb7c19" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/markdown-3.10.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:06Z, size = 109123, hashes = { sha256 = "960307579a189d1f1492937554ac3794d41188f9d44f5921a33385c5f1cb7c19" } }] [[packages]] name = "markdown-it-py" version = "4.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/markdown_it_py-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:38Z, size = 88277, hashes = { sha256 = "abaabc7170cf346fc38d8c4cbf11d74f187266f2e9705f89962e4c68e72a85cb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/markdown_it_py-4.0.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:38Z, size = 88277, hashes = { sha256 = "abaabc7170cf346fc38d8c4cbf11d74f187266f2e9705f89962e4c68e72a85cb" } }] [[packages]] name = "markupsafe" version = "3.0.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/markupsafe-3.0.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:52:12Z, size = 25485, hashes = { sha256 = "367141995e0e06361ef0840b03a4628e47fe66a535d133094d91dd2c5f7cff4b" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/markupsafe-3.0.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:16:07Z, size = 24517, hashes = { sha256 = "f7c4ed8e3db09080017adb65466d70e6b44a8a03707bc5ddc7dd18122b2f711b" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/markupsafe-3.0.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:52:12Z, size = 25485, hashes = { sha256 = "367141995e0e06361ef0840b03a4628e47fe66a535d133094d91dd2c5f7cff4b" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/markupsafe-3.0.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:16:07Z, size = 24517, hashes = { sha256 = "f7c4ed8e3db09080017adb65466d70e6b44a8a03707bc5ddc7dd18122b2f711b" } }, ] [[packages]] @@ -654,340 +654,343 @@ name = "matplotlib" version = "3.10.8" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/matplotlib-3.10.8-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:02Z, size = 7786073, hashes = { sha256 = "443586efe3770a0adf3246c159356cefba2d8bc52c168e4f7908ddf3fb5098f0" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/matplotlib-3.10.8-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:19Z, size = 7920001, hashes = { sha256 = "f179af6c28201c77179f3b748190b489067b528de9be45cbd27335e27585efaf" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib-3.10.8-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:02Z, size = 7786073, hashes = { sha256 = "443586efe3770a0adf3246c159356cefba2d8bc52c168e4f7908ddf3fb5098f0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib-3.10.8-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:19Z, size = 7920001, hashes = { sha256 = "f179af6c28201c77179f3b748190b489067b528de9be45cbd27335e27585efaf" } }, ] [[packages]] name = "matplotlib-inline" version = "0.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/matplotlib_inline-0.2.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:11Z, size = 10490, hashes = { sha256 = "d594c8f4516c953d572ab526b61eaa2c898413cee9dd67f9bf1dd68ad2afed78" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib_inline-0.2.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:11Z, size = 10490, hashes = { sha256 = "d594c8f4516c953d572ab526b61eaa2c898413cee9dd67f9bf1dd68ad2afed78" } }] [[packages]] name = "mbstrdecoder" version = "1.1.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mbstrdecoder-1.1.4-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:05Z, size = 8904, hashes = { sha256 = "ddd801126692cfa82def8a4a9d43a08519169a77d0b671ba15c2f183e105be12" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mbstrdecoder-1.1.4-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:05Z, size = 8904, hashes = { sha256 = "ddd801126692cfa82def8a4a9d43a08519169a77d0b671ba15c2f183e105be12" } }] [[packages]] name = "mdurl" version = "0.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mdurl-0.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:31Z, size = 10943, hashes = { sha256 = "667461b1820ee02e3307cbe3f4eefd8b2b2b16bd3748dfeee52aa45f70a4b842" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mdurl-0.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:31Z, size = 10943, hashes = { sha256 = "667461b1820ee02e3307cbe3f4eefd8b2b2b16bd3748dfeee52aa45f70a4b842" } }] + +[[packages]] +name = "micropipenv" +version = "1.10.0" +marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/micropipenv-1.10.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:33Z, size = 26223, hashes = { sha256 = "66d37ead8397885754d2e11a68913bc1dfa795d5709a1f617351d64b03774345" } }] [[packages]] name = "minio" version = "7.2.20" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/minio-7.2.20-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:43Z, size = 94759, hashes = { sha256 = "09096bb861af8c5a362f87cc3ed622dd2be3f6d5311111db54b6ba52db6ae44e" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/minio-7.2.20-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:43Z, size = 94759, hashes = { sha256 = "09096bb861af8c5a362f87cc3ed622dd2be3f6d5311111db54b6ba52db6ae44e" } }] [[packages]] name = "mistune" version = "3.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mistune-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:13Z, size = 54494, hashes = { sha256 = "c4d7559d01f1820f20ed17703192fb18dde8ab0ade773cd43f1c72780930076c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mistune-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:13Z, size = 54494, hashes = { sha256 = "c4d7559d01f1820f20ed17703192fb18dde8ab0ade773cd43f1c72780930076c" } }] [[packages]] name = "ml-dtypes" version = "0.5.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ml_dtypes-0.5.4-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:02:21Z, size = 3491872, hashes = { sha256 = "2fbeecdc60f8ec74ccbc072c82d5c6edb194d01a32a1902c12cb356517e572a1" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ml_dtypes-0.5.4-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:00Z, size = 3611582, hashes = { sha256 = "32a4e3708afc47301ed39c952ca0ffb9271d1ce64b7b8e254c0bb4be7e37b4f9" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ml_dtypes-0.5.4-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:02:21Z, size = 3491872, hashes = { sha256 = "2fbeecdc60f8ec74ccbc072c82d5c6edb194d01a32a1902c12cb356517e572a1" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ml_dtypes-0.5.4-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:00Z, size = 3611582, hashes = { sha256 = "32a4e3708afc47301ed39c952ca0ffb9271d1ce64b7b8e254c0bb4be7e37b4f9" } }, ] [[packages]] name = "mlflow" version = "3.10.1+rhaiv.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mlflow-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:08Z, size = 243043981, hashes = { sha256 = "12867f1c05b8f112a86c96d945320eb1d7271cadc365c3e9df5e6a39e2f01cae" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mlflow-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:08Z, size = 243043981, hashes = { sha256 = "12867f1c05b8f112a86c96d945320eb1d7271cadc365c3e9df5e6a39e2f01cae" } }] [[packages]] name = "mlflow-skinny" version = "3.10.1+rhaiv.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mlflow_skinny-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:33Z, size = 2886604, hashes = { sha256 = "d3b51ce88a9d819591cd28b75cc3838066d1fbc10d2a5414975f506e0312d653" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mlflow_skinny-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:33Z, size = 2886604, hashes = { sha256 = "d3b51ce88a9d819591cd28b75cc3838066d1fbc10d2a5414975f506e0312d653" } }] [[packages]] name = "mlflow-tracing" version = "3.10.1+rhaiv.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mlflow_tracing-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:22Z, size = 1503514, hashes = { sha256 = "08b2496b8b68e09457e1000e0a4748ee517b66ba09ab8394ec74e01696a0db9d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mlflow_tracing-3.10.1+rhaiv.3-8-py3-none-any.whl", upload-time = 2026-03-31T00:43:22Z, size = 1503514, hashes = { sha256 = "08b2496b8b68e09457e1000e0a4748ee517b66ba09ab8394ec74e01696a0db9d" } }] [[packages]] name = "mmh3" version = "5.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mmh3-5.2.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-05T19:19:18Z, size = 94814, hashes = { sha256 = "07c56ecdd9b5b53ea4e91a02a30aa890cc5ddc630ce2a5daf889e23c097c36f7" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mmh3-5.2.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-05T19:21:32Z, size = 99309, hashes = { sha256 = "233e8c2359aa843df5b3fb7808f41b8d1d7db1d6fef7eb93890d0d38ac04b844" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mmh3-5.2.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-05T19:19:18Z, size = 94814, hashes = { sha256 = "07c56ecdd9b5b53ea4e91a02a30aa890cc5ddc630ce2a5daf889e23c097c36f7" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mmh3-5.2.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-05T19:21:32Z, size = 99309, hashes = { sha256 = "233e8c2359aa843df5b3fb7808f41b8d1d7db1d6fef7eb93890d0d38ac04b844" } }, ] [[packages]] name = "more-itertools" -version = "11.0.1" +version = "11.0.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/more_itertools-11.0.1-8-py3-none-any.whl", upload-time = 2026-04-07T00:52:26Z, size = 73151, hashes = { sha256 = "03289a0ae381ad4529a50b7df2499d656103736c71796afa4d26fa41db69c6d5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/more_itertools-11.0.2-8-py3-none-any.whl", upload-time = 2026-04-10T04:32:05Z, size = 72906, hashes = { sha256 = "d8f47957eeb50675bd36631cf49a64a6c6f469375278c1190d134c6b491a9bb7" } }] [[packages]] name = "mpmath" version = "1.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mpmath-1.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:58Z, size = 537195, hashes = { sha256 = "76c9ae7364b29d01411cdcf0c28cdbd42f40d41526211a45493e118d15be192c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mpmath-1.3.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:51:58Z, size = 537195, hashes = { sha256 = "76c9ae7364b29d01411cdcf0c28cdbd42f40d41526211a45493e118d15be192c" } }] [[packages]] name = "multidict" version = "6.7.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/multidict-6.7.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:29:58Z, size = 245451, hashes = { sha256 = "2200bf29d384041fb0965326c15b31d44eb5838e90657e185408c66b24c07c59" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/multidict-6.7.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:05Z, size = 245347, hashes = { sha256 = "a33ae483ae607712da055a3af02b9f2a6f04f46a370daa00602339911cd4d91a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/multidict-6.7.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:29:58Z, size = 245451, hashes = { sha256 = "2200bf29d384041fb0965326c15b31d44eb5838e90657e185408c66b24c07c59" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/multidict-6.7.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:05Z, size = 245347, hashes = { sha256 = "a33ae483ae607712da055a3af02b9f2a6f04f46a370daa00602339911cd4d91a" } }, ] [[packages]] name = "multiprocess" version = "0.70.16" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/multiprocess-0.70.16-10-py3-none-any.whl", upload-time = 2026-02-23T20:52:07Z, size = 148069, hashes = { sha256 = "0e7064d9ecfaa12caf8f728aeae56e2d7441d50c9656221af5f9a29980230e9f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/multiprocess-0.70.16-10-py3-none-any.whl", upload-time = 2026-02-23T20:52:07Z, size = 148069, hashes = { sha256 = "0e7064d9ecfaa12caf8f728aeae56e2d7441d50c9656221af5f9a29980230e9f" } }] [[packages]] name = "mypy" -version = "1.20.0" +version = "1.20.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mypy-1.20.0-8-py3-none-any.whl", upload-time = 2026-04-01T01:35:58Z, size = 2637357, hashes = { sha256 = "09f6a0df7af81808c98c240c13c9320db879f0cb6ff7f3f1ebb2129a88c7d6e0" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mypy-1.20.1-8-py3-none-any.whl", upload-time = 2026-04-13T07:01:11Z, size = 2637543, hashes = { sha256 = "2d1ec4d8a723fbd31b74293f9f85c063bdac5cb204d35e07bf79b0db3843e18b" } }] [[packages]] name = "mypy-extensions" version = "1.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mypy_extensions-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:51Z, size = 5964, hashes = { sha256 = "238b0fe5d8ff11034be885504592ca0f05083ea6d5e93f20dcafe51200db9571" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mypy_extensions-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:51Z, size = 5964, hashes = { sha256 = "238b0fe5d8ff11034be885504592ca0f05083ea6d5e93f20dcafe51200db9571" } }] [[packages]] name = "mysql-connector-python" version = "9.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mysql_connector_python-9.6.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:51:59Z, size = 489739, hashes = { sha256 = "db29c1887dcfa2d9547161146a4ac7c32978ffcec8d8fb879845beef9bf861a2" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/mysql_connector_python-9.6.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:29Z, size = 489735, hashes = { sha256 = "8db1f93c54e2ffdadb0d1f51b7ad7f8a7237e6371988148238191be0661555f3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mysql_connector_python-9.6.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:51:59Z, size = 489739, hashes = { sha256 = "db29c1887dcfa2d9547161146a4ac7c32978ffcec8d8fb879845beef9bf861a2" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mysql_connector_python-9.6.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:29Z, size = 489735, hashes = { sha256 = "8db1f93c54e2ffdadb0d1f51b7ad7f8a7237e6371988148238191be0661555f3" } }, ] [[packages]] name = "narwhals" version = "2.19.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/narwhals-2.19.0-8-py3-none-any.whl", upload-time = 2026-04-07T00:53:49Z, size = 447904, hashes = { sha256 = "62c62bcefb1edb0b78d6fd15f9b940648a92bda2217656a4c59dce7887aa4fca" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/narwhals-2.19.0-8-py3-none-any.whl", upload-time = 2026-04-07T00:53:49Z, size = 447904, hashes = { sha256 = "62c62bcefb1edb0b78d6fd15f9b940648a92bda2217656a4c59dce7887aa4fca" } }] [[packages]] name = "nbclient" version = "0.10.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nbclient-0.10.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:06Z, size = 26381, hashes = { sha256 = "85d6e91fc43c7e8e3a079a45f93c7befc4cb128693b72f56f7ea0930beaa5ee3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nbclient-0.10.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:06Z, size = 26381, hashes = { sha256 = "85d6e91fc43c7e8e3a079a45f93c7befc4cb128693b72f56f7ea0930beaa5ee3" } }] [[packages]] name = "nbconvert" -version = "7.17.0" +version = "7.17.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nbconvert-7.17.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:43Z, size = 262438, hashes = { sha256 = "de657190c3d671d5ca36004a3561ca2dbfb45b044282cfb307f78558fd772c63" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nbconvert-7.17.1-8-py3-none-any.whl", upload-time = 2026-04-08T02:46:34Z, size = 262851, hashes = { sha256 = "7b006b7b4d5e63ced6715c6e1effee04b339fc8e1471dbe942f874d80b31bd49" } }] [[packages]] name = "nbformat" version = "5.10.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nbformat-5.10.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:24Z, size = 79383, hashes = { sha256 = "c8945a7ef3eda6e76f0d9c6074d923d8c15deed0011923499999776ea4078b5f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nbformat-5.10.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:24Z, size = 79383, hashes = { sha256 = "c8945a7ef3eda6e76f0d9c6074d923d8c15deed0011923499999776ea4078b5f" } }] [[packages]] name = "nest-asyncio" version = "1.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nest_asyncio-1.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:28Z, size = 6227, hashes = { sha256 = "2ae4d252782589e1b2ca61a4dd8b19ad213ae07d91d951ce4e730f53b313003a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nest_asyncio-1.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:28Z, size = 6227, hashes = { sha256 = "2ae4d252782589e1b2ca61a4dd8b19ad213ae07d91d951ce4e730f53b313003a" } }] [[packages]] name = "networkx" version = "3.6.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/networkx-3.6.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:48Z, size = 2069404, hashes = { sha256 = "4277e1ea572bf92859aec40eb7b9252c3f56c30d7f49e533f19189107532fb0d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/networkx-3.6.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:48Z, size = 2069404, hashes = { sha256 = "4277e1ea572bf92859aec40eb7b9252c3f56c30d7f49e533f19189107532fb0d" } }] [[packages]] name = "nltk" version = "3.9.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nltk-3.9.4-8-py3-none-any.whl", upload-time = 2026-03-24T06:30:21Z, size = 1552963, hashes = { sha256 = "64d18339d120c2b3004ab5c3c394dcf4e712484ce4804ce8be30d9801239c8fa" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nltk-3.9.4-8-py3-none-any.whl", upload-time = 2026-03-24T06:30:21Z, size = 1552963, hashes = { sha256 = "64d18339d120c2b3004ab5c3c394dcf4e712484ce4804ce8be30d9801239c8fa" } }] [[packages]] name = "numpy" version = "2.3.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/numpy-2.3.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:14Z, size = 6000854, hashes = { sha256 = "548cb00085826889cc0b9282c49ed892dc29ef2e4a488b3b9939e8af92584d86" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/numpy-2.3.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:25:59Z, size = 7989901, hashes = { sha256 = "42782d7032b4dbca2ce8bd5fe1ca4b8c032f51e51751c960ab77640a8b68bee9" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/numpy-2.3.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:14Z, size = 6000854, hashes = { sha256 = "548cb00085826889cc0b9282c49ed892dc29ef2e4a488b3b9939e8af92584d86" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/numpy-2.3.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:25:59Z, size = 7989901, hashes = { sha256 = "42782d7032b4dbca2ce8bd5fe1ca4b8c032f51e51751c960ab77640a8b68bee9" } }, ] [[packages]] name = "nvidia-ml-py" version = "13.590.44" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/nvidia_ml_py-13.590.44-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:01Z, size = 51690, hashes = { sha256 = "b75698f2ebe583aa2791e1ee0a1e3a9111bce7131cc8ae9eef7b42bdd6c99b26" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/nvidia_ml_py-13.590.44-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:01Z, size = 51690, hashes = { sha256 = "b75698f2ebe583aa2791e1ee0a1e3a9111bce7131cc8ae9eef7b42bdd6c99b26" } }] [[packages]] name = "onnx" version = "1.20.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/onnx-1.20.0-10-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-24T00:00:30Z, size = 17649121, hashes = { sha256 = "28234619ee16e62bb0e594fc9ec5401ce44b8fac994f2703e45a6a3b0d716d3f" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/onnx-1.20.0-10-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:08:12Z, size = 17850753, hashes = { sha256 = "e9f689c799513b64d229b7326062391bd2e2a38d78117f1f0485a4ce217c0131" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/onnx-1.20.0-10-cp312-abi3-linux_aarch64.whl", upload-time = 2026-02-24T00:00:30Z, size = 17649121, hashes = { sha256 = "28234619ee16e62bb0e594fc9ec5401ce44b8fac994f2703e45a6a3b0d716d3f" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/onnx-1.20.0-10-cp312-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:08:12Z, size = 17850753, hashes = { sha256 = "e9f689c799513b64d229b7326062391bd2e2a38d78117f1f0485a4ce217c0131" } }, ] [[packages]] name = "onnxconverter-common" version = "1.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/onnxconverter_common-1.16.0-10-py2.py3-none-any.whl", upload-time = 2026-02-23T23:54:20Z, size = 90231, hashes = { sha256 = "0708e01164697ed99f5a3146374f2514fe76c07955620fce9e361e1525d9da69" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/onnxconverter_common-1.16.0-10-py2.py3-none-any.whl", upload-time = 2026-02-23T23:54:20Z, size = 90231, hashes = { sha256 = "0708e01164697ed99f5a3146374f2514fe76c07955620fce9e361e1525d9da69" } }] [[packages]] name = "opentelemetry-api" -version = "1.40.0" +version = "1.41.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opentelemetry_api-1.40.0-8-py3-none-any.whl", upload-time = 2026-03-04T16:31:33Z, size = 69655, hashes = { sha256 = "98024d2178255c1b3f32c6c9a405b088115540b55daa312435878c5c1651e59c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_api-1.41.0-8-py3-none-any.whl", upload-time = 2026-04-09T18:05:33Z, size = 69987, hashes = { sha256 = "c3bdceb56bbcfd7625ce8bba7c2e5023389a1e63cb215faf44171a4f68a2563f" } }] [[packages]] name = "opentelemetry-proto" -version = "1.40.0" +version = "1.41.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opentelemetry_proto-1.40.0-8-py3-none-any.whl", upload-time = 2026-03-05T01:21:50Z, size = 73070, hashes = { sha256 = "291645496af75d571b540168f913a45eaae055f11798c65daa79be63b83ca7f5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_proto-1.41.0-8-py3-none-any.whl", upload-time = 2026-04-09T18:06:15Z, size = 73070, hashes = { sha256 = "d4c85ae05b3e6ca054fa393f8bb81a9c65944da153b288b05e106f9a2e54ab31" } }] [[packages]] name = "opentelemetry-sdk" -version = "1.40.0" +version = "1.41.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opentelemetry_sdk-1.40.0-8-py3-none-any.whl", upload-time = 2026-03-04T16:30:35Z, size = 142930, hashes = { sha256 = "c44c7c724d40a6e027918a4715ddb752fbc40fcecf765cab6b1f410eda682dc4" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_sdk-1.41.0-8-py3-none-any.whl", upload-time = 2026-04-09T18:06:38Z, size = 181193, hashes = { sha256 = "3260326b8a514ff5f733895239fe36f5975c96eef9d6564b3396fe19b6557bf2" } }] [[packages]] name = "opentelemetry-semantic-conventions" -version = "0.61b0" +version = "0.62b0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/opentelemetry_semantic_conventions-0.61b0-8-py3-none-any.whl", upload-time = 2026-03-04T16:32:44Z, size = 232743, hashes = { sha256 = "96d5f32e6bb3232b99be3bf8ab736850665aaed7ccc80c796547287e81aff893" } }] - -[[packages]] -name = "orjson" -version = "3.11.8" -marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/orjson-3.11.8-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-31T19:21:40Z, size = 362411, hashes = { sha256 = "7bcc11dac1047b94f1950cf07175460f9a005d35707cd015fbf17e75d3dc4d91" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/orjson-3.11.8-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-31T19:22:40Z, size = 368315, hashes = { sha256 = "675468430a5bd66ab7ef6f023848f72ba230c6e9808d4a42377a37fe8c3473ef" } }, -] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_semantic_conventions-0.62b0-8-py3-none-any.whl", upload-time = 2026-04-09T18:07:13Z, size = 232742, hashes = { sha256 = "51ae5528635b9c84c1d91cf904658539c55092b39ba25bb04f068c332b5047c9" } }] [[packages]] name = "packaging" -version = "26.0" +version = "26.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/packaging-26.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:01:01Z, size = 75266, hashes = { sha256 = "2a1f79c53649dfe7e5c6f75809449974a4e7a88ab2e61202cfe2c90aee4d85f2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/packaging-26.1-8-py3-none-any.whl", upload-time = 2026-04-15T01:03:21Z, size = 96733, hashes = { sha256 = "2dd51673bb17b9a9078c46059d099fc729e1515b301ee98765be04405a3a3142" } }] [[packages]] name = "pandas" version = "2.3.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandas-2.3.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:45Z, size = 11534741, hashes = { sha256 = "07bdb859fb98be11d1870afb066444d39df187b24f1ae6b3d48098b6e0a1d8b3" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandas-2.3.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:11Z, size = 12140418, hashes = { sha256 = "cc2643cce48baab2d4ff158f9de79d2be83ef1685d51138d2c7b6226606e1b93" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandas-2.3.3-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-15T10:14:18Z, size = 11534929, hashes = { sha256 = "38b19627a0f43c9030481e4197abe934bbe8c4774339fb8cdd964be38cbeb333" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandas-2.3.3-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-15T10:14:05Z, size = 12140602, hashes = { sha256 = "84cca13af3c2c114be8bf479b91600453cf6b44aa55f27a88cb868e6f565c654" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandas-2.3.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:45Z, size = 11534741, hashes = { sha256 = "07bdb859fb98be11d1870afb066444d39df187b24f1ae6b3d48098b6e0a1d8b3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandas-2.3.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:11Z, size = 12140418, hashes = { sha256 = "cc2643cce48baab2d4ff158f9de79d2be83ef1685d51138d2c7b6226606e1b93" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandas-2.3.3-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-15T10:14:18Z, size = 11534929, hashes = { sha256 = "38b19627a0f43c9030481e4197abe934bbe8c4774339fb8cdd964be38cbeb333" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandas-2.3.3-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-15T10:14:05Z, size = 12140602, hashes = { sha256 = "84cca13af3c2c114be8bf479b91600453cf6b44aa55f27a88cb868e6f565c654" } }, ] [[packages]] name = "pandocfilters" version = "1.5.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pandocfilters-1.5.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:21Z, size = 9728, hashes = { sha256 = "2bc275f9bdeaaf2832a0c1dd20dd2ff1478cf2ff9eb1e05945773018d2f4ba88" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pandocfilters-1.5.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:51:21Z, size = 9728, hashes = { sha256 = "2bc275f9bdeaaf2832a0c1dd20dd2ff1478cf2ff9eb1e05945773018d2f4ba88" } }] [[packages]] name = "papermill" version = "2.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/papermill-2.7.0-8-py3-none-any.whl", upload-time = 2026-02-28T01:42:16Z, size = 89773, hashes = { sha256 = "16b97bc8681fe424166172b518336a72e968d79e15d6137d6afe5f9b6ad49418" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/papermill-2.7.0-8-py3-none-any.whl", upload-time = 2026-02-28T01:42:16Z, size = 89773, hashes = { sha256 = "16b97bc8681fe424166172b518336a72e968d79e15d6137d6afe5f9b6ad49418" } }] [[packages]] name = "parso" version = "0.8.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/parso-0.8.6-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:35Z, size = 107773, hashes = { sha256 = "c9b103b1ee70180d6ca82bcb30652e7a9041814a4ba0cbe11470631a4ad5673c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/parso-0.8.6-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:35Z, size = 107773, hashes = { sha256 = "c9b103b1ee70180d6ca82bcb30652e7a9041814a4ba0cbe11470631a4ad5673c" } }] [[packages]] name = "partd" version = "1.4.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/partd-1.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:27Z, size = 19882, hashes = { sha256 = "5cfec3bf6368e41cd306476b6ed5fadb96fba7431b19ab6a725164348b69b687" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/partd-1.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:27Z, size = 19882, hashes = { sha256 = "5cfec3bf6368e41cd306476b6ed5fadb96fba7431b19ab6a725164348b69b687" } }] [[packages]] name = "pathspec" version = "1.0.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pathspec-1.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:53Z, size = 56115, hashes = { sha256 = "7219d700fefbf6ed5881b40d4efe753c9dc27a40ac06ac8a30a94e77fbe0b90f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pathspec-1.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:53Z, size = 56115, hashes = { sha256 = "7219d700fefbf6ed5881b40d4efe753c9dc27a40ac06ac8a30a94e77fbe0b90f" } }] [[packages]] name = "pathvalidate" version = "3.3.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pathvalidate-3.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:42Z, size = 25247, hashes = { sha256 = "6845e0cf9051b31d455a449acda5983114ce2c7085b81337e102c6517b71795d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pathvalidate-3.3.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:57:42Z, size = 25247, hashes = { sha256 = "6845e0cf9051b31d455a449acda5983114ce2c7085b81337e102c6517b71795d" } }] [[packages]] name = "pexpect" version = "4.9.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pexpect-4.9.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:17Z, size = 64788, hashes = { sha256 = "8b376d8ae1d099528b1b0958be10c4489d636dc5e310b7f38c0fbc5d2f66e335" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pexpect-4.9.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:17Z, size = 64788, hashes = { sha256 = "8b376d8ae1d099528b1b0958be10c4489d636dc5e310b7f38c0fbc5d2f66e335" } }] [[packages]] name = "pillow" version = "12.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pillow-12.2.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T15:55:26Z, size = 1379355, hashes = { sha256 = "a447355e5ddcb989f812d9ad0e0dee22a031c4f09f1114335dad01f84c03b82a" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pillow-12.2.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T15:56:40Z, size = 1411808, hashes = { sha256 = "57a03b7853ede0c0739f7ba8e54cf97c2ab1ac96e85360c63ab10760c22eeecc" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pillow-12.2.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T15:55:25Z, size = 1379355, hashes = { sha256 = "a447355e5ddcb989f812d9ad0e0dee22a031c4f09f1114335dad01f84c03b82a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pillow-12.2.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T15:56:39Z, size = 1411808, hashes = { sha256 = "57a03b7853ede0c0739f7ba8e54cf97c2ab1ac96e85360c63ab10760c22eeecc" } }, ] +[[packages]] +name = "pip" +version = "26.0.1" +marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pip-26.0.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:00:59Z, size = 1788588, hashes = { sha256 = "0eb092df05f73261cb7825422aa89ce60cdda400111de90787afab6cc453f3f7" } }] + [[packages]] name = "platformdirs" -version = "4.9.4" +version = "4.9.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/platformdirs-4.9.4-8-py3-none-any.whl", upload-time = 2026-03-05T19:21:33Z, size = 22169, hashes = { sha256 = "6eb70b7a3775e5b0a5c4050dfcf143e9962621f4e989ee6854bc36fa4df5d670" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/platformdirs-4.9.6-8-py3-none-any.whl", upload-time = 2026-04-09T00:25:29Z, size = 22385, hashes = { sha256 = "ebee18f7b9b5648eb17506f8ef3a4312942f6b477c279865a5e08957779bb10f" } }] [[packages]] name = "plotly" -version = "6.6.0" +version = "6.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/plotly-6.6.0-8-py3-none-any.whl", upload-time = 2026-03-02T23:10:35Z, size = 9911272, hashes = { sha256 = "c288236646e32c0c51b6b5796a20355693d1e7768e5a477a31aa377ba1b8f0e1" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/plotly-6.7.0-8-py3-none-any.whl", upload-time = 2026-04-10T04:34:09Z, size = 9899361, hashes = { sha256 = "4d1fdc5d30f208a9cd6c8f1d35a1e66d2527cb62b9ff60de568ca9fe904795ea" } }] [[packages]] name = "portalocker" version = "3.2.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/portalocker-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:17Z, size = 23354, hashes = { sha256 = "7046685644f1f937d84cc609cae95ae5af09f57bfa206d2eeb742ebf70170896" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/portalocker-3.2.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:17Z, size = 23354, hashes = { sha256 = "7046685644f1f937d84cc609cae95ae5af09f57bfa206d2eeb742ebf70170896" } }] [[packages]] name = "prettytable" version = "3.17.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/prettytable-3.17.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:12Z, size = 35384, hashes = { sha256 = "439d3cbd6a49b2c748cd7ed7f17164827cd8b59fd9be1cbf438df0add52f70a5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/prettytable-3.17.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:37:12Z, size = 35384, hashes = { sha256 = "439d3cbd6a49b2c748cd7ed7f17164827cd8b59fd9be1cbf438df0add52f70a5" } }] [[packages]] name = "prometheus-client" -version = "0.24.1" +version = "0.25.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/prometheus_client-0.24.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:15Z, size = 65043, hashes = { sha256 = "2709ceb229c4fc23288408384a6a4d947f2f47bead0802fa5b0db3137ee16072" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/prometheus_client-0.25.0-8-py3-none-any.whl", upload-time = 2026-04-10T00:34:01Z, size = 65139, hashes = { sha256 = "79c6a000040006a706895fce3ed2f418c5b2ee1f59e1330a142b9a10818254d2" } }] [[packages]] name = "prompt-toolkit" version = "3.0.52" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/prompt_toolkit-3.0.52-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:59Z, size = 392385, hashes = { sha256 = "6d3a2df024683a2448655fa8e38369c0c7a03425383875852d3ac90b504f403c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/prompt_toolkit-3.0.52-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:59Z, size = 392385, hashes = { sha256 = "6d3a2df024683a2448655fa8e38369c0c7a03425383875852d3ac90b504f403c" } }] [[packages]] name = "propcache" version = "0.4.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/propcache-0.4.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:13Z, size = 187568, hashes = { sha256 = "b17645a879c485382a9cb791a7da4f3157f9a9aba421d3f8e30449dd44b78036" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/propcache-0.4.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:24Z, size = 191723, hashes = { sha256 = "b82280ce515e25eed6e67f366ff79d7bd32efd82dc1bddc0abc18655e84cdb21" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/propcache-0.4.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:13Z, size = 187568, hashes = { sha256 = "b17645a879c485382a9cb791a7da4f3157f9a9aba421d3f8e30449dd44b78036" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/propcache-0.4.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:27:24Z, size = 191723, hashes = { sha256 = "b82280ce515e25eed6e67f366ff79d7bd32efd82dc1bddc0abc18655e84cdb21" } }, ] [[packages]] @@ -995,8 +998,8 @@ name = "protobuf" version = "6.31.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/protobuf-6.31.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T10:11:11Z, size = 1152473, hashes = { sha256 = "ef35d6267d1ad4f2c2775c93623857252029ad8d945bb01265df3b8a1d08e62c" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/protobuf-6.31.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T10:10:05Z, size = 1172540, hashes = { sha256 = "69e824735e472f6e7bb39b8c8143be38fbf5d7f38057e013d28bb7aa240be578" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/protobuf-6.31.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-01T10:11:11Z, size = 1152473, hashes = { sha256 = "ef35d6267d1ad4f2c2775c93623857252029ad8d945bb01265df3b8a1d08e62c" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/protobuf-6.31.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-01T10:10:05Z, size = 1172540, hashes = { sha256 = "69e824735e472f6e7bb39b8c8143be38fbf5d7f38057e013d28bb7aa240be578" } }, ] [[packages]] @@ -1004,114 +1007,114 @@ name = "psutil" version = "7.2.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/psutil-7.2.2-8-cp36-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:52:05Z, size = 157347, hashes = { sha256 = "d3a111baa42e8e1f07ef87b12a901f8a6f376bc47c8f95a5a114f94264117e6d" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/psutil-7.2.2-8-cp36-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:16:19Z, size = 156913, hashes = { sha256 = "9e0af1b9c636db0c99682b03b9aceeeddfed01abac4a59b6f4fab5fb4c4d2745" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/psutil-7.2.2-8-cp36-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:52:05Z, size = 157347, hashes = { sha256 = "d3a111baa42e8e1f07ef87b12a901f8a6f376bc47c8f95a5a114f94264117e6d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/psutil-7.2.2-8-cp36-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:16:19Z, size = 156913, hashes = { sha256 = "9e0af1b9c636db0c99682b03b9aceeeddfed01abac4a59b6f4fab5fb4c4d2745" } }, ] [[packages]] name = "psycopg" version = "3.3.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/psycopg-3.3.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:42Z, size = 213684, hashes = { sha256 = "fe29db5305d7b53088f9129031548c742ec055e303591fe256dec6f76e6f7ece" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/psycopg-3.3.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:42Z, size = 213684, hashes = { sha256 = "fe29db5305d7b53088f9129031548c742ec055e303591fe256dec6f76e6f7ece" } }] [[packages]] name = "ptyprocess" version = "0.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/ptyprocess-0.7.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:20Z, size = 14985, hashes = { sha256 = "d8a1126946bf844ce5d23ee04555b32fb4aba93d720481c94b161ed52cc29ca3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ptyprocess-0.7.0-8-py2.py3-none-any.whl", upload-time = 2026-02-24T00:01:20Z, size = 14985, hashes = { sha256 = "d8a1126946bf844ce5d23ee04555b32fb4aba93d720481c94b161ed52cc29ca3" } }] [[packages]] name = "pure-eval" version = "0.2.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pure_eval-0.2.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:44Z, size = 12963, hashes = { sha256 = "b63809eb7bba367f022e6e0b8365c44162e7bbeb07772ce74179cdef3d3a6ff3" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pure_eval-0.2.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:44Z, size = 12963, hashes = { sha256 = "b63809eb7bba367f022e6e0b8365c44162e7bbeb07772ce74179cdef3d3a6ff3" } }] [[packages]] name = "py-cpuinfo" version = "9.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/py_cpuinfo-9.0.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:36:03Z, size = 23344, hashes = { sha256 = "4d9d73538339a7cf09e9a870a12edcc7152f5ab3dc97a6dd6b63f5777ee37f52" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/py_cpuinfo-9.0.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:36:03Z, size = 23344, hashes = { sha256 = "4d9d73538339a7cf09e9a870a12edcc7152f5ab3dc97a6dd6b63f5777ee37f52" } }] [[packages]] name = "pyarrow" version = "23.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-10-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-07T00:23:39Z, size = 26571203, hashes = { sha256 = "e9f8ec930b04bb02227a15683c2415ace41f6f738b42dc3429297cf8210e6804" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-10-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-07T00:22:47Z, size = 28605841, hashes = { sha256 = "a0e88356cbe971695fc62037eccd8d1df66e00e8bb7f23bb56e2a1ce0dc0332d" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:53:34Z, size = 18348009, hashes = { sha256 = "8cdd496bef21c9cbd8d3da6c59a8fa6e1aff8bf3b08e7ea4fc907a45efbd5b87" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:17:21Z, size = 19921565, hashes = { sha256 = "af44f2f03b4a70c37a2b1080d90f790d19c49e50bcc4156e21250654d06c1146" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-21T01:04:03Z, size = 21634769, hashes = { sha256 = "c6902e42f0edefc389119d2bdb3329e3a77e23d9e6dd9e70f6e7499347a082c1" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyarrow-23.0.1-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-21T01:17:45Z, size = 23356383, hashes = { sha256 = "666eecbfac558db7e33725361076e576acd2adf0e6b51362dad0fdbd295341ba" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-10-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-07T00:23:39Z, size = 26571203, hashes = { sha256 = "e9f8ec930b04bb02227a15683c2415ace41f6f738b42dc3429297cf8210e6804" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-10-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-07T00:22:47Z, size = 28605841, hashes = { sha256 = "a0e88356cbe971695fc62037eccd8d1df66e00e8bb7f23bb56e2a1ce0dc0332d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:53:34Z, size = 18348009, hashes = { sha256 = "8cdd496bef21c9cbd8d3da6c59a8fa6e1aff8bf3b08e7ea4fc907a45efbd5b87" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:17:21Z, size = 19921565, hashes = { sha256 = "af44f2f03b4a70c37a2b1080d90f790d19c49e50bcc4156e21250654d06c1146" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-21T01:04:03Z, size = 21634769, hashes = { sha256 = "c6902e42f0edefc389119d2bdb3329e3a77e23d9e6dd9e70f6e7499347a082c1" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyarrow-23.0.1-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-21T01:17:45Z, size = 23356383, hashes = { sha256 = "666eecbfac558db7e33725361076e576acd2adf0e6b51362dad0fdbd295341ba" } }, ] [[packages]] name = "pyasn1" version = "0.6.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyasn1-0.6.3-8-py3-none-any.whl", upload-time = 2026-03-17T05:41:19Z, size = 84913, hashes = { sha256 = "c7880c04f2208932a4ace765a28acbf2ca3449f38565cbcc68c56277543457ed" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyasn1-0.6.3-8-py3-none-any.whl", upload-time = 2026-03-17T05:41:19Z, size = 84913, hashes = { sha256 = "c7880c04f2208932a4ace765a28acbf2ca3449f38565cbcc68c56277543457ed" } }] [[packages]] name = "pyasn1-modules" version = "0.4.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyasn1_modules-0.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:18Z, size = 182267, hashes = { sha256 = "8724a612be6cd8be53ee9e163b112a82062b77ba1ed4fb251a9487c380924bcd" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyasn1_modules-0.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:54:18Z, size = 182267, hashes = { sha256 = "8724a612be6cd8be53ee9e163b112a82062b77ba1ed4fb251a9487c380924bcd" } }] [[packages]] name = "pycparser" version = "3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pycparser-3.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:32Z, size = 49105, hashes = { sha256 = "9abbc829c545f8768bcc5f21571ace7fa1442237f8980695195ccc6238dcd931" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pycparser-3.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:32Z, size = 49105, hashes = { sha256 = "9abbc829c545f8768bcc5f21571ace7fa1442237f8980695195ccc6238dcd931" } }] [[packages]] name = "pycryptodome" version = "3.23.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pycryptodome-3.23.0-8-cp37-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:50:53Z, size = 2083299, hashes = { sha256 = "ecfbf45f6c8d3ca2ff13205cb5a5949530762063ae86d67a73ad0be497c1254d" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pycryptodome-3.23.0-8-cp37-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:08:13Z, size = 2148955, hashes = { sha256 = "b2cf673d687f5a33b0eca43f3b809d390be157f29c83cd1c9d692a9cd7865b9f" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pycryptodome-3.23.0-8-cp37-abi3-linux_aarch64.whl", upload-time = 2026-02-23T23:50:53Z, size = 2083299, hashes = { sha256 = "ecfbf45f6c8d3ca2ff13205cb5a5949530762063ae86d67a73ad0be497c1254d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pycryptodome-3.23.0-8-cp37-abi3-linux_x86_64.whl", upload-time = 2026-02-24T00:08:13Z, size = 2148955, hashes = { sha256 = "b2cf673d687f5a33b0eca43f3b809d390be157f29c83cd1c9d692a9cd7865b9f" } }, ] [[packages]] name = "pydantic" -version = "2.12.5" +version = "2.13.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pydantic-2.12.5-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:55Z, size = 464522, hashes = { sha256 = "19055bfd7812a231f62affc0105f13f25928c409cb931e7be058af8b4cab41ea" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pydantic-2.13.3-8-py3-none-any.whl", upload-time = 2026-04-21T00:24:06Z, size = 472920, hashes = { sha256 = "06550296b33a9b70064b498aa64d0de508020da2da9c0f365a72c1b3f4e07fdc" } }] [[packages]] name = "pydantic-core" -version = "2.41.5" +version = "2.46.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pydantic_core-2.41.5-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:51Z, size = 1970351, hashes = { sha256 = "59348f3b9067f83479aa98bc18c6c33a6c4a1191a6115351155f3187f0b3d785" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pydantic_core-2.41.5-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:40Z, size = 2159949, hashes = { sha256 = "9eee2d62422ab61244c937b617b278c9a0fd9429a409b1bfc26a6f5dc9555233" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pydantic_core-2.46.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-21T00:24:02Z, size = 1952330, hashes = { sha256 = "2609a0d8aeb0ef2c6c77bb91d348736f86229d82f4ff626fd58d388ddd487b2a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pydantic_core-2.46.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-21T00:25:21Z, size = 2130511, hashes = { sha256 = "8c0a0e787c98ae51346d8098c1e7400247c6f5946cb9af374e9e207182f73d8e" } }, ] [[packages]] name = "pydantic-settings" -version = "2.13.1" +version = "2.14.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pydantic_settings-2.13.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:26Z, size = 59912, hashes = { sha256 = "a79e5937f84b65fafa4c2a97b6ce39b11d9f72c4cca7530ca2542def56031d7f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pydantic_settings-2.14.0-8-py3-none-any.whl", upload-time = 2026-04-21T00:23:55Z, size = 61923, hashes = { sha256 = "9dbfe14e6e61436cc5b273316a433869ec730d1aa3327d88da967b701dbaa6d2" } }] [[packages]] name = "pygments" version = "2.20.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pygments-2.20.0-8-py3-none-any.whl", upload-time = 2026-03-30T00:23:48Z, size = 1232093, hashes = { sha256 = "6998b1a4af16a4479fbc72acf910c7b77c1b750e94ef470f7e48d397fd543d9c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pygments-2.20.0-8-py3-none-any.whl", upload-time = 2026-03-30T00:23:48Z, size = 1232093, hashes = { sha256 = "6998b1a4af16a4479fbc72acf910c7b77c1b750e94ef470f7e48d397fd543d9c" } }] [[packages]] name = "pyjwt" version = "2.12.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyjwt-2.12.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:29:10Z, size = 30617, hashes = { sha256 = "1ad4f526fb212072fa11c475e4b2a9870e43185179fac47fad49ace6c5e50f36" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyjwt-2.12.1-8-py3-none-any.whl", upload-time = 2026-03-14T00:29:10Z, size = 30617, hashes = { sha256 = "1ad4f526fb212072fa11c475e4b2a9870e43185179fac47fad49ace6c5e50f36" } }] [[packages]] name = "pymongo" version = "4.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pymongo-4.16.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:53:27Z, size = 943066, hashes = { sha256 = "371d037e32588e4327f6fa784d385668e9081d379f95e20c272d7d8302cf7323" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pymongo-4.16.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:09Z, size = 944987, hashes = { sha256 = "c0b1ec347f3c80a236fd9d8afbb7a3add10700fe9308e5bdf8bce03bad8bf2e6" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pymongo-4.16.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:53:27Z, size = 943066, hashes = { sha256 = "371d037e32588e4327f6fa784d385668e9081d379f95e20c272d7d8302cf7323" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pymongo-4.16.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:09Z, size = 944987, hashes = { sha256 = "c0b1ec347f3c80a236fd9d8afbb7a3add10700fe9308e5bdf8bce03bad8bf2e6" } }, ] [[packages]] @@ -1119,47 +1122,47 @@ name = "pyodbc" version = "5.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyodbc-5.3.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:54:38Z, size = 318406, hashes = { sha256 = "398cee53cde270bdfdb5bf0d0b2322aba19d83b2b0874ae91713ded72f577350" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyodbc-5.3.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:45Z, size = 327809, hashes = { sha256 = "ece99edac01a222181c82b98c1cb2ef3424e4d4d7e278838ccf441de43d79950" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyodbc-5.3.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:54:38Z, size = 318406, hashes = { sha256 = "398cee53cde270bdfdb5bf0d0b2322aba19d83b2b0874ae91713ded72f577350" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyodbc-5.3.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:45Z, size = 327809, hashes = { sha256 = "ece99edac01a222181c82b98c1cb2ef3424e4d4d7e278838ccf441de43d79950" } }, ] [[packages]] name = "pyparsing" version = "3.3.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyparsing-3.3.2-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:13Z, size = 123702, hashes = { sha256 = "c6a5cad0eaff74dc0fbb13b8b28461e4e6fcc226aab97a3e03f15b3de9ed3aef" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyparsing-3.3.2-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:13Z, size = 123702, hashes = { sha256 = "c6a5cad0eaff74dc0fbb13b8b28461e4e6fcc226aab97a3e03f15b3de9ed3aef" } }] [[packages]] name = "pytablewriter" version = "1.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pytablewriter-1.2.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:38Z, size = 92223, hashes = { sha256 = "0174321199d680fef6b0d4c482753b006dee94e3b943832fef43b2c8a9f4ff88" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pytablewriter-1.2.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:38Z, size = 92223, hashes = { sha256 = "0174321199d680fef6b0d4c482753b006dee94e3b943832fef43b2c8a9f4ff88" } }] [[packages]] name = "python-dateutil" version = "2.9.0.post0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/python_dateutil-2.9.0.post0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T19:26:32Z, size = 231281, hashes = { sha256 = "2bb52138fb4e6d4a8f6ca9ba9bdf824ba5ef2bd2d1b1f1e0fc85165ef55bf357" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/python_dateutil-2.9.0.post0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T19:26:32Z, size = 231281, hashes = { sha256 = "2bb52138fb4e6d4a8f6ca9ba9bdf824ba5ef2bd2d1b1f1e0fc85165ef55bf357" } }] [[packages]] name = "python-dotenv" version = "1.2.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/python_dotenv-1.2.2-8-py3-none-any.whl", upload-time = 2026-03-01T16:54:15Z, size = 23076, hashes = { sha256 = "59781a0b1fd9ed9706bc6441dc0ee8bf70e49ada840fae00b94ce21f5ce3e119" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/python_dotenv-1.2.2-8-py3-none-any.whl", upload-time = 2026-03-01T16:54:15Z, size = 23076, hashes = { sha256 = "59781a0b1fd9ed9706bc6441dc0ee8bf70e49ada840fae00b94ce21f5ce3e119" } }] [[packages]] name = "pytz" version = "2026.1.post1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pytz-2026.1.post1-8-py3-none-any.whl", upload-time = 2026-03-03T16:36:57Z, size = 511543, hashes = { sha256 = "eceecb2ef8c69f65abe118d804270768e8441f54d74bf2c68a657a0fd139e8dd" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pytz-2026.1.post1-8-py3-none-any.whl", upload-time = 2026-03-03T16:36:57Z, size = 511543, hashes = { sha256 = "eceecb2ef8c69f65abe118d804270768e8441f54d74bf2c68a657a0fd139e8dd" } }] [[packages]] name = "pyyaml" version = "6.0.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyyaml-6.0.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T19:06:19Z, size = 46411, hashes = { sha256 = "9e47b6a6ce2f31d8621ac02863fbba453a3c2dbd0c6eb111fbea63fc3c8bdc2e" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyyaml-6.0.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:00:53Z, size = 46411, hashes = { sha256 = "ba90811f2d103bd439cd284c492f9e4acf1585757374969fbafdb57471288c41" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyyaml-6.0.3-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T19:06:19Z, size = 46411, hashes = { sha256 = "9e47b6a6ce2f31d8621ac02863fbba453a3c2dbd0c6eb111fbea63fc3c8bdc2e" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyyaml-6.0.3-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:00:53Z, size = 46411, hashes = { sha256 = "ba90811f2d103bd439cd284c492f9e4acf1585757374969fbafdb57471288c41" } }, ] [[packages]] @@ -1167,71 +1170,71 @@ name = "pyzmq" version = "27.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyzmq-27.1.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:53:37Z, size = 243723, hashes = { sha256 = "6ba001315c5463829d8c693335f2894033b26b4a75c4503990a92955c2b4a622" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/pyzmq-27.1.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:52Z, size = 251363, hashes = { sha256 = "ad607f3c572ed8d7a732641b3795362627572ccb9985f84f558bbd9224033918" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyzmq-27.1.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:53:37Z, size = 243723, hashes = { sha256 = "6ba001315c5463829d8c693335f2894033b26b4a75c4503990a92955c2b4a622" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pyzmq-27.1.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:07:52Z, size = 251363, hashes = { sha256 = "ad607f3c572ed8d7a732641b3795362627572ccb9985f84f558bbd9224033918" } }, ] [[packages]] name = "referencing" version = "0.37.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/referencing-0.37.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:46Z, size = 27707, hashes = { sha256 = "46432cdafb0e44eba21e8b18815722f9fc117902430c06f0245db59fbc11054b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/referencing-0.37.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:46Z, size = 27707, hashes = { sha256 = "46432cdafb0e44eba21e8b18815722f9fc117902430c06f0245db59fbc11054b" } }] [[packages]] name = "regex" version = "2026.4.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/regex-2026.4.4-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-07T00:23:48Z, size = 767820, hashes = { sha256 = "d4ac20e7de2be71a5b16b516207bbd829d327b4b14115efef8d04aa1f294e438" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/regex-2026.4.4-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-07T00:22:39Z, size = 771504, hashes = { sha256 = "6348406d86a270486a68facf5e18babed737e64b939d8899d8c4e518e2caa9d5" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/regex-2026.4.4-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-07T00:23:48Z, size = 767820, hashes = { sha256 = "d4ac20e7de2be71a5b16b516207bbd829d327b4b14115efef8d04aa1f294e438" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/regex-2026.4.4-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-07T00:22:39Z, size = 771504, hashes = { sha256 = "6348406d86a270486a68facf5e18babed737e64b939d8899d8c4e518e2caa9d5" } }, ] [[packages]] name = "requests" version = "2.32.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/requests-2.32.5-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:43Z, size = 65687, hashes = { sha256 = "24bd3c69a5e21f8b6b332da0e8bfabbe5af488797b1d30b9b8321006a078b9ce" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/requests-2.32.5-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:43Z, size = 65687, hashes = { sha256 = "24bd3c69a5e21f8b6b332da0e8bfabbe5af488797b1d30b9b8321006a078b9ce" } }] [[packages]] name = "rich" -version = "14.3.3" +version = "15.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rich-14.3.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:18Z, size = 311355, hashes = { sha256 = "75645867b6fc01435de6533e887d19fbc296effa8e96664a64fb82a11b56c782" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rich-15.0.0-8-py3-none-any.whl", upload-time = 2026-04-13T00:23:43Z, size = 311548, hashes = { sha256 = "87b0f497c4dd6342d4926619b9313d62daf99f040f5195642755ee8484cb0e6d" } }] [[packages]] name = "rouge-score" version = "0.1.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rouge_score-0.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:47Z, size = 25955, hashes = { sha256 = "8d627bfb43750efdb36616e90fbf3bfae41c6020f0aef7c69e7b7387399bc7ba" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rouge_score-0.1.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:47Z, size = 25955, hashes = { sha256 = "8d627bfb43750efdb36616e90fbf3bfae41c6020f0aef7c69e7b7387399bc7ba" } }] [[packages]] name = "rpds-py" version = "0.30.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rpds_py-0.30.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:59:46Z, size = 384299, hashes = { sha256 = "007fd6cb296fe0e83901bcbf146ceb844a513a62b026a8d2d09a7dae45cf1245" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/rpds_py-0.30.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:40Z, size = 389174, hashes = { sha256 = "2c7e0f020f0079dfb3e1adfa23058c0277242f44ad3c90d77fd4ce7da37cccd6" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rpds_py-0.30.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T23:59:46Z, size = 384299, hashes = { sha256 = "007fd6cb296fe0e83901bcbf146ceb844a513a62b026a8d2d09a7dae45cf1245" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/rpds_py-0.30.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:40Z, size = 389174, hashes = { sha256 = "2c7e0f020f0079dfb3e1adfa23058c0277242f44ad3c90d77fd4ce7da37cccd6" } }, ] [[packages]] name = "s3transfer" version = "0.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/s3transfer-0.16.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:46Z, size = 87899, hashes = { sha256 = "2d48013355498d447b088f9e9c33d6719c1c542d7251764c5d37192eb85ec250" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/s3transfer-0.16.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:46Z, size = 87899, hashes = { sha256 = "2d48013355498d447b088f9e9c33d6719c1c542d7251764c5d37192eb85ec250" } }] [[packages]] name = "sacrebleu" version = "2.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sacrebleu-2.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:08Z, size = 101707, hashes = { sha256 = "6c25014defc7dd6bf8ee04fad57c804864b69205fbb4299644d6eec44d193887" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sacrebleu-2.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:08Z, size = 101707, hashes = { sha256 = "6c25014defc7dd6bf8ee04fad57c804864b69205fbb4299644d6eec44d193887" } }] [[packages]] name = "safetensors" version = "0.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/safetensors-0.7.0-8-cp38-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:53:47Z, size = 481012, hashes = { sha256 = "b545a819a6066fee96ba121223ad48ea80909cef38c002126443aab81dec1c63" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/safetensors-0.7.0-8-cp38-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:16:21Z, size = 496528, hashes = { sha256 = "e87dee1ad52a0ca682335b982ebee8826c5e7724ecfe64ae610d7dd11ea3d74d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/safetensors-0.7.0-8-cp38-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:53:47Z, size = 481012, hashes = { sha256 = "b545a819a6066fee96ba121223ad48ea80909cef38c002126443aab81dec1c63" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/safetensors-0.7.0-8-cp38-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:16:21Z, size = 496528, hashes = { sha256 = "e87dee1ad52a0ca682335b982ebee8826c5e7724ecfe64ae610d7dd11ea3d74d" } }, ] [[packages]] @@ -1239,8 +1242,8 @@ name = "scikit-learn" version = "1.8.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/scikit_learn-1.8.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:17Z, size = 8316952, hashes = { sha256 = "237b0158e10247dce02e5b827994e8e6c8fd3eabe50ffb3e0fd30e53cb9a54c3" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/scikit_learn-1.8.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:58Z, size = 8676136, hashes = { sha256 = "b2cece5f1e0b90d1dab7735a8166c6f2cc97b44c71dfd90a09060b452f9aa7f6" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/scikit_learn-1.8.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:17Z, size = 8316952, hashes = { sha256 = "237b0158e10247dce02e5b827994e8e6c8fd3eabe50ffb3e0fd30e53cb9a54c3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/scikit_learn-1.8.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:58Z, size = 8676136, hashes = { sha256 = "b2cece5f1e0b90d1dab7735a8166c6f2cc97b44c71dfd90a09060b452f9aa7f6" } }, ] [[packages]] @@ -1248,174 +1251,173 @@ name = "scipy" version = "1.17.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/scipy-1.17.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:37Z, size = 22675574, hashes = { sha256 = "57a5f569a07fa03199e3df4ab853ace1b02c74114bc83e4e528e705ba7fece89" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/scipy-1.17.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:02Z, size = 24116508, hashes = { sha256 = "f225803387e36c84a0eabde10d2fcd9d3916693c4c4e7c48c8ea170ac010094a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/scipy-1.17.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:37Z, size = 22675574, hashes = { sha256 = "57a5f569a07fa03199e3df4ab853ace1b02c74114bc83e4e528e705ba7fece89" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/scipy-1.17.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:02Z, size = 24116508, hashes = { sha256 = "f225803387e36c84a0eabde10d2fcd9d3916693c4c4e7c48c8ea170ac010094a" } }, ] [[packages]] name = "setuptools" version = "80.10.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/setuptools-80.10.2-8-py3-none-any.whl", upload-time = 2026-02-23T19:01:02Z, size = 1065112, hashes = { sha256 = "63c2e1f57c5273c9709551fb366a0a267586064814d432216333058caf24d3da" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/setuptools-80.10.2-8-py3-none-any.whl", upload-time = 2026-02-23T19:01:02Z, size = 1065112, hashes = { sha256 = "63c2e1f57c5273c9709551fb366a0a267586064814d432216333058caf24d3da" } }] [[packages]] name = "shellingham" version = "1.5.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/shellingham-1.5.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T20:52:11Z, size = 10755, hashes = { sha256 = "fcca51a0e22b92bd978ad679d6b8e27a56c26479199bb531e9ee82c93d562345" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/shellingham-1.5.4-8-py2.py3-none-any.whl", upload-time = 2026-02-23T20:52:11Z, size = 10755, hashes = { sha256 = "fcca51a0e22b92bd978ad679d6b8e27a56c26479199bb531e9ee82c93d562345" } }] [[packages]] name = "six" version = "1.17.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/six-1.17.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T19:25:55Z, size = 12044, hashes = { sha256 = "16d3233a37cdfbced22b5c848c195f83c1498cacf5bc613564028255f0ff7aed" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/six-1.17.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T19:25:55Z, size = 12044, hashes = { sha256 = "16d3233a37cdfbced22b5c848c195f83c1498cacf5bc613564028255f0ff7aed" } }] [[packages]] name = "skl2onnx" version = "1.20.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/skl2onnx-1.20.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:35Z, size = 318112, hashes = { sha256 = "fe14880b21d700a1c83c07030cfb318ab3d52ad9b0e08ca72e8d12f6bf06d109" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/skl2onnx-1.20.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:35Z, size = 318112, hashes = { sha256 = "fe14880b21d700a1c83c07030cfb318ab3d52ad9b0e08ca72e8d12f6bf06d109" } }] [[packages]] name = "skops" -version = "0.13.0" +version = "0.14.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/skops-0.13.0-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:36Z, size = 132082, hashes = { sha256 = "fe6aba1bfb413f2583fd910cd557bd7a8c368083cb8da10b986c15aba39c8b04" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/skops-0.14.0-8-py3-none-any.whl", upload-time = 2026-04-21T00:33:21Z, size = 133089, hashes = { sha256 = "44c2ee894bc125e034246bdb556180b72190fa32e288295b3e2285aa6697629f" } }] [[packages]] name = "smmap" version = "5.0.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/smmap-5.0.3-8-py3-none-any.whl", upload-time = 2026-03-09T12:11:51Z, size = 25275, hashes = { sha256 = "96b720eff495d2783b1d9498583f4fb53dc417915bcb93e6f0a4468d9c1ceb45" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/smmap-5.0.3-8-py3-none-any.whl", upload-time = 2026-03-09T12:11:51Z, size = 25275, hashes = { sha256 = "96b720eff495d2783b1d9498583f4fb53dc417915bcb93e6f0a4468d9c1ceb45" } }] [[packages]] name = "soupsieve" version = "2.8.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/soupsieve-2.8.3-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:22Z, size = 38088, hashes = { sha256 = "987ad6425bd46a93d5daf2a7bb0fb7d2785999fb5f91412bd692bfb46080da47" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/soupsieve-2.8.3-8-py3-none-any.whl", upload-time = 2026-02-24T00:02:22Z, size = 38088, hashes = { sha256 = "987ad6425bd46a93d5daf2a7bb0fb7d2785999fb5f91412bd692bfb46080da47" } }] [[packages]] name = "speculators" -version = "0.4.0a1" +version = "0.4.0.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -sdist = { url = "https://files.pythonhosted.org/packages/02/42/577876b7e53d787d686c325643968ac4e9ce2a81592f7d529ead8ad7974f/speculators-0.4.0a1.tar.gz", upload-time = 2026-03-25T21:40:51Z, size = 79925, hashes = { sha256 = "acdc36835bf2b8ade66853b669ec10d4dce30e0d1b69c311fa4bf3fadcac78d6" } } -wheels = [{ url = "https://files.pythonhosted.org/packages/74/75/72d7f6de14eb0e35c6c59cc463f90bd2b280c76c0cf7502583eeac8cae2c/speculators-0.4.0a1-py3-none-any.whl", upload-time = 2026-03-25T21:40:49Z, size = 87315, hashes = { sha256 = "ac1e58b9068ff66392c94d08253bdfd0a0f081d6abf741f722aeedc0b76230f2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/speculators-0.4.0.1-8-py3-none-any.whl", upload-time = 2026-03-26T15:40:06Z, size = 106211, hashes = { sha256 = "f15bb1e5922ce843dee4b58b54a6aad37ae5c4d2040d489a2c945a72a64255a8" } }] [[packages]] name = "sqlalchemy" version = "2.0.49" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sqlalchemy-2.0.49-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-06T16:56:43Z, size = 3092961, hashes = { sha256 = "514a22b37c7c3792c8841fb70fac0dfa9ac613a82a9da09cdb15bda18d6a8c1a" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sqlalchemy-2.0.49-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-06T16:47:10Z, size = 3119626, hashes = { sha256 = "183667994440c0b9f64c9200e5604a9a1e9a9b8b3652d562ee8b80e3425d38c2" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sqlalchemy-2.0.49-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-06T16:56:43Z, size = 3092961, hashes = { sha256 = "514a22b37c7c3792c8841fb70fac0dfa9ac613a82a9da09cdb15bda18d6a8c1a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sqlalchemy-2.0.49-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-06T16:47:10Z, size = 3119626, hashes = { sha256 = "183667994440c0b9f64c9200e5604a9a1e9a9b8b3652d562ee8b80e3425d38c2" } }, ] [[packages]] name = "sqlitedict" version = "2.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sqlitedict-2.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:19Z, size = 17916, hashes = { sha256 = "f47329c9f87e923ec756a5222e6575b4b9b1a148a229e452a239e7e1ff3c9473" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sqlitedict-2.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:19Z, size = 17916, hashes = { sha256 = "f47329c9f87e923ec756a5222e6575b4b9b1a148a229e452a239e7e1ff3c9473" } }] [[packages]] name = "sqlparse" version = "0.5.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sqlparse-0.5.5-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:01Z, size = 47042, hashes = { sha256 = "76a002e63dfd611b8518e71bb36d750ed99d052a1c29a0134c269cf8a5a6301d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sqlparse-0.5.5-8-py3-none-any.whl", upload-time = 2026-02-24T03:35:01Z, size = 47042, hashes = { sha256 = "76a002e63dfd611b8518e71bb36d750ed99d052a1c29a0134c269cf8a5a6301d" } }] [[packages]] name = "stack-data" version = "0.6.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/stack_data-0.6.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:41Z, size = 25644, hashes = { sha256 = "beac96bba94edc29fce151f456ce2b0fc584a8bb0c51527f8c8bf8e15b3804eb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/stack_data-0.6.3-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:41Z, size = 25644, hashes = { sha256 = "beac96bba94edc29fce151f456ce2b0fc584a8bb0c51527f8c8bf8e15b3804eb" } }] [[packages]] name = "starlette" version = "1.0.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/starlette-1.0.0-8-py3-none-any.whl", upload-time = 2026-03-23T00:31:36Z, size = 73563, hashes = { sha256 = "68ebcc60140e698200da51f595a084824b576e1427557f66eb735ab49f011133" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/starlette-1.0.0-8-py3-none-any.whl", upload-time = 2026-03-23T00:31:36Z, size = 73563, hashes = { sha256 = "68ebcc60140e698200da51f595a084824b576e1427557f66eb735ab49f011133" } }] [[packages]] name = "sympy" version = "1.14.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/sympy-1.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:07Z, size = 6300241, hashes = { sha256 = "182d1756cceac22533af3b7c5003f96590df6e014e1e2e1965296293967fb114" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sympy-1.14.0-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:07Z, size = 6300241, hashes = { sha256 = "182d1756cceac22533af3b7c5003f96590df6e014e1e2e1965296293967fb114" } }] [[packages]] name = "tabledata" version = "1.3.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tabledata-1.3.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:34Z, size = 12849, hashes = { sha256 = "3a8772147e3b592ff03551c98bfa9e5498b227fc4cae0bb0f5e8bd0cd35fc91f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tabledata-1.3.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:34Z, size = 12849, hashes = { sha256 = "3a8772147e3b592ff03551c98bfa9e5498b227fc4cae0bb0f5e8bd0cd35fc91f" } }] [[packages]] name = "tabulate" version = "0.10.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tabulate-0.10.0-8-py3-none-any.whl", upload-time = 2026-03-05T01:31:49Z, size = 40600, hashes = { sha256 = "b8f6b047144fc72428f05ef7715ea851ddc3445f7bf86f2d3ee0e5a3f06f4186" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tabulate-0.10.0-8-py3-none-any.whl", upload-time = 2026-03-05T01:31:49Z, size = 40600, hashes = { sha256 = "b8f6b047144fc72428f05ef7715ea851ddc3445f7bf86f2d3ee0e5a3f06f4186" } }] [[packages]] name = "tcolorpy" version = "0.1.7" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tcolorpy-0.1.7-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:23Z, size = 9107, hashes = { sha256 = "bd0f171c326f150b2abadd0a86f343805da0f1155795e98e98c721c231437733" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tcolorpy-0.1.7-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:23Z, size = 9107, hashes = { sha256 = "bd0f171c326f150b2abadd0a86f343805da0f1155795e98e98c721c231437733" } }] [[packages]] name = "tenacity" version = "8.5.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tenacity-8.5.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:35Z, size = 29241, hashes = { sha256 = "998756c5d482cb42a317cfe2c46e33e95ba90df974ae2d33d39fea3981a602df" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tenacity-8.5.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:35Z, size = 29241, hashes = { sha256 = "998756c5d482cb42a317cfe2c46e33e95ba90df974ae2d33d39fea3981a602df" } }] [[packages]] name = "tensorboard" version = "2.20.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tensorboard-2.20.0-py3-none-any.whl", upload-time = 2025-10-18T17:11:30Z, size = 5525680, hashes = { sha256 = "9dc9f978cb84c0723acf9a345d96c184f0293d18f166bb8d59ee098e6cfaaba6" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tensorboard-2.20.0-py3-none-any.whl", upload-time = 2025-10-18T17:11:30Z, size = 5525680, hashes = { sha256 = "9dc9f978cb84c0723acf9a345d96c184f0293d18f166bb8d59ee098e6cfaaba6" } }] [[packages]] name = "tensorboard-data-server" version = "0.7.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tensorboard_data_server-0.7.2-py3-none-any.whl", upload-time = 2025-10-18T17:10:41Z, size = 2356, hashes = { sha256 = "7e0610d205889588983836ec05dc098e80f97b7e7bbff7e994ebb78f578d0ddb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tensorboard_data_server-0.7.2-py3-none-any.whl", upload-time = 2025-10-18T17:10:41Z, size = 2356, hashes = { sha256 = "7e0610d205889588983836ec05dc098e80f97b7e7bbff7e994ebb78f578d0ddb" } }] [[packages]] name = "threadpoolctl" version = "3.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/threadpoolctl-3.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:22Z, size = 19622, hashes = { sha256 = "7bc8fab3188832544d99739a3d1351dedeb7f088bf7d2c6c711825ebe0028c75" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/threadpoolctl-3.6.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:22Z, size = 19622, hashes = { sha256 = "7bc8fab3188832544d99739a3d1351dedeb7f088bf7d2c6c711825ebe0028c75" } }] [[packages]] name = "tinycss2" version = "1.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tinycss2-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:39Z, size = 27594, hashes = { sha256 = "213a663d5b05d099e7e5756a03ffc06cd7355117706e1b4af00ab882ae575896" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tinycss2-1.4.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:53:39Z, size = 27594, hashes = { sha256 = "213a663d5b05d099e7e5756a03ffc06cd7355117706e1b4af00ab882ae575896" } }] [[packages]] name = "tokenizers" version = "0.22.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tokenizers-0.22.2-8-cp39-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:52:20Z, size = 3227518, hashes = { sha256 = "f0b2e420a3968f2bf4106a4a3cd556bd0db55403d93ea8e9efa9fae97a67c660" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tokenizers-0.22.2-8-cp39-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:17:15Z, size = 3315200, hashes = { sha256 = "cc0643110fef97b5d8cf9c0df95058348869419ad7dcba72ff3ac6197d7ec7ff" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tokenizers-0.22.2-8-cp39-abi3-linux_aarch64.whl", upload-time = 2026-02-23T20:52:20Z, size = 3227518, hashes = { sha256 = "f0b2e420a3968f2bf4106a4a3cd556bd0db55403d93ea8e9efa9fae97a67c660" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tokenizers-0.22.2-8-cp39-abi3-linux_x86_64.whl", upload-time = 2026-02-23T21:17:15Z, size = 3315200, hashes = { sha256 = "cc0643110fef97b5d8cf9c0df95058348869419ad7dcba72ff3ac6197d7ec7ff" } }, ] [[packages]] name = "toml" version = "0.10.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/toml-0.10.2-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:19Z, size = 19679, hashes = { sha256 = "29482468f7c7269b5a43e47848ec58abd98ed98b894e8c45c8d77430a72767df" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/toml-0.10.2-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:19Z, size = 19679, hashes = { sha256 = "29482468f7c7269b5a43e47848ec58abd98ed98b894e8c45c8d77430a72767df" } }] [[packages]] name = "toolz" version = "1.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/toolz-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:51Z, size = 58996, hashes = { sha256 = "bd7bca0acff07b07453469e7ab162c5d925e326be756e31860a678fb33a6607d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/toolz-1.1.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:50:51Z, size = 58996, hashes = { sha256 = "bd7bca0acff07b07453469e7ab162c5d925e326be756e31860a678fb33a6607d" } }] [[packages]] name = "torch" version = "2.10.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/torch-2.10.0-13-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-09T15:50:06Z, size = 1434311678, hashes = { sha256 = "abd7780bb000e26395789aaaf35ff44e7fc5eb4d18dc376a143dcf945273cf58" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/torch-2.10.0-13-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-09T16:41:49Z, size = 1470596493, hashes = { sha256 = "23c50f2d26ebedd2e85e425acbfd3a7e38b7021877c454e7c88f51efad5f430c" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-13-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-09T15:50:06Z, size = 1434311678, hashes = { sha256 = "abd7780bb000e26395789aaaf35ff44e7fc5eb4d18dc376a143dcf945273cf58" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-13-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-09T16:41:49Z, size = 1470596493, hashes = { sha256 = "23c50f2d26ebedd2e85e425acbfd3a7e38b7021877c454e7c88f51efad5f430c" } }, ] [[packages]] @@ -1423,8 +1425,8 @@ name = "torchvision" version = "0.25.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/torchvision-0.25.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-13T14:39:33Z, size = 5397818, hashes = { sha256 = "95887ac3bdca85dabf50c6bdb4a8ea5300617dde444764f0ded181f4192ae4b8" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/torchvision-0.25.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-13T14:35:56Z, size = 5430320, hashes = { sha256 = "cbe480a8bdd0b48432de99920ab344580154f49af7beeebcab32db472c5a1121" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torchvision-0.25.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-13T14:39:33Z, size = 5397818, hashes = { sha256 = "95887ac3bdca85dabf50c6bdb4a8ea5300617dde444764f0ded181f4192ae4b8" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torchvision-0.25.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-13T14:35:56Z, size = 5430320, hashes = { sha256 = "cbe480a8bdd0b48432de99920ab344580154f49af7beeebcab32db472c5a1121" } }, ] [[packages]] @@ -1432,98 +1434,107 @@ name = "tornado" version = "6.5.5" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tornado-6.5.5-8-cp39-abi3-linux_aarch64.whl", upload-time = 2026-03-11T00:33:59Z, size = 447819, hashes = { sha256 = "fea56090c88ce165278058f9a431c49f129a2eaed5817547bcb9d63becda37e3" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tornado-6.5.5-8-cp39-abi3-linux_x86_64.whl", upload-time = 2026-03-11T00:32:29Z, size = 447344, hashes = { sha256 = "5b0f3371f487e8e35c146695925dec4657670e5b70817ca77df539a2d447144f" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tornado-6.5.5-8-cp39-abi3-linux_aarch64.whl", upload-time = 2026-03-11T00:33:59Z, size = 447819, hashes = { sha256 = "fea56090c88ce165278058f9a431c49f129a2eaed5817547bcb9d63becda37e3" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tornado-6.5.5-8-cp39-abi3-linux_x86_64.whl", upload-time = 2026-03-11T00:32:29Z, size = 447344, hashes = { sha256 = "5b0f3371f487e8e35c146695925dec4657670e5b70817ca77df539a2d447144f" } }, ] [[packages]] name = "tqdm" version = "4.67.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tqdm-4.67.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:35Z, size = 79517, hashes = { sha256 = "56c2221a9d95c57e4800b9cba9915e923b86018fa21b1d211793024123b44f81" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tqdm-4.67.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:35Z, size = 79517, hashes = { sha256 = "56c2221a9d95c57e4800b9cba9915e923b86018fa21b1d211793024123b44f81" } }] [[packages]] name = "traitlets" version = "5.14.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/traitlets-5.14.3-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:26Z, size = 86284, hashes = { sha256 = "a2d24fe1a2f07a56e455fa0ed03ac50b40727ea43e99f63938509cff3d535cca" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/traitlets-5.14.3-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:26Z, size = 86284, hashes = { sha256 = "a2d24fe1a2f07a56e455fa0ed03ac50b40727ea43e99f63938509cff3d535cca" } }] [[packages]] name = "transformers" version = "4.57.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/transformers-4.57.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:41Z, size = 11994442, hashes = { sha256 = "7aae03d8aa555cbdf947c07840cd6394f23dd1aa89de14ca64610b80133a3777" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/transformers-4.57.3-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:41Z, size = 11994442, hashes = { sha256 = "7aae03d8aa555cbdf947c07840cd6394f23dd1aa89de14ca64610b80133a3777" } }] [[packages]] name = "triton" version = "3.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/triton-3.6.0-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-09T15:50:33Z, size = 269659654, hashes = { sha256 = "352099157c069c719395f3570094133418d7f9575214d6738127db39b1334b6d" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/triton-3.6.0-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-09T16:40:53Z, size = 273286344, hashes = { sha256 = "d3d9eb98ef6e39462b6f21da180953f95350f50c01b80567a665816159d74f4d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/triton-3.6.0-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-09T15:50:33Z, size = 269659654, hashes = { sha256 = "352099157c069c719395f3570094133418d7f9575214d6738127db39b1334b6d" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/triton-3.6.0-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-09T16:40:53Z, size = 273286344, hashes = { sha256 = "d3d9eb98ef6e39462b6f21da180953f95350f50c01b80567a665816159d74f4d" } }, ] [[packages]] name = "typeguard" version = "4.5.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typeguard-4.5.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:19Z, size = 37674, hashes = { sha256 = "7f9cb3f830ddd39942094d8637c95de26159a3b64521655813f928c9ca23148a" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typeguard-4.5.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:51:19Z, size = 37674, hashes = { sha256 = "7f9cb3f830ddd39942094d8637c95de26159a3b64521655813f928c9ca23148a" } }] [[packages]] name = "typepy" version = "1.3.4" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typepy-1.3.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:23Z, size = 32459, hashes = { sha256 = "d990f0ba9768bb9bf853adcd80d93406d494e18e6d150ea0953d7ed422eb2072" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typepy-1.3.4-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:23Z, size = 32459, hashes = { sha256 = "d990f0ba9768bb9bf853adcd80d93406d494e18e6d150ea0953d7ed422eb2072" } }] [[packages]] name = "typer" version = "0.24.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typer-0.24.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:21Z, size = 56974, hashes = { sha256 = "b4c2060439dbd6a05afa4932b3cdabd5b8be362052a0141637a6bee1ed4dbd47" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typer-0.24.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:21Z, size = 56974, hashes = { sha256 = "b4c2060439dbd6a05afa4932b3cdabd5b8be362052a0141637a6bee1ed4dbd47" } }] [[packages]] name = "typing-extensions" version = "4.15.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typing_extensions-4.15.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:37Z, size = 45637, hashes = { sha256 = "c8049b6230657cc878c17ba7f6c55569599c6f7cb3a6f60c611c8d3a233e108b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typing_extensions-4.15.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:37Z, size = 45637, hashes = { sha256 = "c8049b6230657cc878c17ba7f6c55569599c6f7cb3a6f60c611c8d3a233e108b" } }] [[packages]] name = "typing-inspection" version = "0.4.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/typing_inspection-0.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:33Z, size = 15593, hashes = { sha256 = "2cc4050a877d28bd16874b46c398231c2a3604ade11d9a92655d7c7b9478ca49" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typing_inspection-0.4.2-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:33Z, size = 15593, hashes = { sha256 = "2cc4050a877d28bd16874b46c398231c2a3604ade11d9a92655d7c7b9478ca49" } }] [[packages]] name = "tzdata" version = "2026.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/tzdata-2026.1-8-py2.py3-none-any.whl", upload-time = 2026-04-06T16:46:38Z, size = 349856, hashes = { sha256 = "80bfbd7f4a68cfe74cce3e6e13334d9a8c9070c9daeefc0f28e17b0788c74d28" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tzdata-2026.1-8-py2.py3-none-any.whl", upload-time = 2026-04-06T16:46:38Z, size = 349856, hashes = { sha256 = "80bfbd7f4a68cfe74cce3e6e13334d9a8c9070c9daeefc0f28e17b0788c74d28" } }] [[packages]] name = "urllib3" version = "2.6.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/urllib3-2.6.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:43Z, size = 132529, hashes = { sha256 = "36b25c499a82ab870d38c2f21328bf3a08fa8e06efe628331aec1a7d279f9be5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/urllib3-2.6.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:43Z, size = 132529, hashes = { sha256 = "36b25c499a82ab870d38c2f21328bf3a08fa8e06efe628331aec1a7d279f9be5" } }] + +[[packages]] +name = "uv" +version = "0.11.7" +marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" +wheels = [ + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uv-0.11.7-8-py3-none-linux_aarch64.whl", upload-time = 2026-04-16T16:12:17Z, size = 22709463, hashes = { sha256 = "dff77a268288cd08aa5283e34ccca337db24900ac13dc6cc60315b085c8c509b" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uv-0.11.7-8-py3-none-linux_x86_64.whl", upload-time = 2026-04-16T17:51:29Z, size = 24272413, hashes = { sha256 = "211c62967815082eb6f1ff7357b57750f2c774f9494cbd4484f7758e16fed293" } }, +] [[packages]] name = "uvicorn" version = "0.34.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uvicorn-0.34.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:36Z, size = 63383, hashes = { sha256 = "9ce7cfbcd34d9e8963dafdb2bbe44697afd895c9f2e8e76dab0d5c6fa874bde7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uvicorn-0.34.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:36Z, size = 63383, hashes = { sha256 = "9ce7cfbcd34d9e8963dafdb2bbe44697afd895c9f2e8e76dab0d5c6fa874bde7" } }] [[packages]] name = "uvicorn-worker" version = "0.3.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uvicorn_worker-0.3.0-9-py3-none-any.whl", upload-time = 2026-02-23T23:52:26Z, size = 6491, hashes = { sha256 = "ada69de1373016106ca023ad4ad5be518a7c575ea7b69522f28619d10420e265" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uvicorn_worker-0.3.0-9-py3-none-any.whl", upload-time = 2026-02-23T23:52:26Z, size = 6491, hashes = { sha256 = "ada69de1373016106ca023ad4ad5be518a7c575ea7b69522f28619d10420e265" } }] [[packages]] name = "uvloop" version = "0.22.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uvloop-0.22.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:29Z, size = 4042450, hashes = { sha256 = "7b68e223b8adffc1493469b998721ad8ad1c5141fea72eb105004c7d11b60019" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/uvloop-0.22.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:29Z, size = 4227570, hashes = { sha256 = "5712e3b13e53fe2b0a4dd863d6a4c527441b8ddc81ddb2e57162e859164582f0" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uvloop-0.22.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:30:29Z, size = 4042450, hashes = { sha256 = "7b68e223b8adffc1493469b998721ad8ad1c5141fea72eb105004c7d11b60019" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/uvloop-0.22.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T19:26:29Z, size = 4227570, hashes = { sha256 = "5712e3b13e53fe2b0a4dd863d6a4c527441b8ddc81ddb2e57162e859164582f0" } }, ] [[packages]] @@ -1531,56 +1542,56 @@ name = "watchfiles" version = "1.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/watchfiles-1.1.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:33Z, size = 447962, hashes = { sha256 = "7ad231a7ee9fdcf6ce8db434acead9592d965628b8dfebdbd8f6684fcffbb090" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/watchfiles-1.1.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:06Z, size = 452333, hashes = { sha256 = "3f103a809f2b9a5b48aeffb3cc43f42beb39eafc86e7ace7f0d24bcccb13be47" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/watchfiles-1.1.1-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:01:33Z, size = 447962, hashes = { sha256 = "7ad231a7ee9fdcf6ce8db434acead9592d965628b8dfebdbd8f6684fcffbb090" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/watchfiles-1.1.1-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:06Z, size = 452333, hashes = { sha256 = "3f103a809f2b9a5b48aeffb3cc43f42beb39eafc86e7ace7f0d24bcccb13be47" } }, ] [[packages]] name = "wcwidth" version = "0.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/wcwidth-0.6.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:37Z, size = 95084, hashes = { sha256 = "d182742a4c27ed2029f84376ce336c3c483dc8d7589faaec0f3f01869f53d85c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/wcwidth-0.6.0-8-py3-none-any.whl", upload-time = 2026-02-24T00:01:37Z, size = 95084, hashes = { sha256 = "d182742a4c27ed2029f84376ce336c3c483dc8d7589faaec0f3f01869f53d85c" } }] [[packages]] name = "webencodings" version = "0.5.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/webencodings-0.5.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:52Z, size = 11336, hashes = { sha256 = "731d0bb2d9b791ae8ed0ec9acbbe2ff8aa2c145e3f51a8093c7fefb5089bcf3d" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/webencodings-0.5.1-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:53:52Z, size = 11336, hashes = { sha256 = "731d0bb2d9b791ae8ed0ec9acbbe2ff8aa2c145e3f51a8093c7fefb5089bcf3d" } }] [[packages]] name = "websockets" version = "16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/websockets-16.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:28Z, size = 185901, hashes = { sha256 = "1a95d351d9dafba51acc45bea4802661e2349efd58664a037d4b3a46091f24df" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/websockets-16.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:15Z, size = 185362, hashes = { sha256 = "8c1bcd10179f19abbad002f301dd0265be01b4626d140ab7674b66d1908381cd" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/websockets-16.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:28Z, size = 185901, hashes = { sha256 = "1a95d351d9dafba51acc45bea4802661e2349efd58664a037d4b3a46091f24df" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/websockets-16.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:09:15Z, size = 185362, hashes = { sha256 = "8c1bcd10179f19abbad002f301dd0265be01b4626d140ab7674b66d1908381cd" } }, ] [[packages]] name = "werkzeug" version = "3.1.8" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/werkzeug-3.1.8-8-py3-none-any.whl", upload-time = 2026-04-02T23:43:52Z, size = 227363, hashes = { sha256 = "f88c2aac49793705ee8e1c137e70ad3a3e49ec724333872a778db995f520c458" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/werkzeug-3.1.8-8-py3-none-any.whl", upload-time = 2026-04-02T23:43:52Z, size = 227363, hashes = { sha256 = "f88c2aac49793705ee8e1c137e70ad3a3e49ec724333872a778db995f520c458" } }] [[packages]] name = "wheel" version = "0.46.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/wheel-0.46.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:25:51Z, size = 31483, hashes = { sha256 = "a663910859d40dd7015ff0d83bdf3f46350b17676c55bb9effb8979258766bc6" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/wheel-0.46.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:25:51Z, size = 31483, hashes = { sha256 = "a663910859d40dd7015ff0d83bdf3f46350b17676c55bb9effb8979258766bc6" } }] [[packages]] name = "word2number" version = "1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/word2number-1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:45Z, size = 6576, hashes = { sha256 = "f979195bab525c8fe4864321672f579d5b15bcf889cc72b535f521b2a602a1ce" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/word2number-1.1-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:45Z, size = 6576, hashes = { sha256 = "f979195bab525c8fe4864321672f579d5b15bcf889cc72b535f521b2a602a1ce" } }] [[packages]] name = "xxhash" version = "3.6.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/xxhash-3.6.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:51:55Z, size = 196502, hashes = { sha256 = "3ccee6ecd6fcceea3550838c388a5253bace6e4b99b9d1b7e0122990547bbd4c" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/xxhash-3.6.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:17:16Z, size = 155053, hashes = { sha256 = "0d71b1f9986c5759a65082fe28d45e2d61f2542e55b20ff63a0999429d044625" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/xxhash-3.6.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:51:55Z, size = 196502, hashes = { sha256 = "3ccee6ecd6fcceea3550838c388a5253bace6e4b99b9d1b7e0122990547bbd4c" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/xxhash-3.6.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:17:16Z, size = 155053, hashes = { sha256 = "0d71b1f9986c5759a65082fe28d45e2d61f2542e55b20ff63a0999429d044625" } }, ] [[packages]] @@ -1588,25 +1599,25 @@ name = "yarl" version = "1.23.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yarl-1.23.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-02T01:21:45Z, size = 97664, hashes = { sha256 = "38fe3a72af8e5a190d58d09bb05c4be78d7339a0cb0e73b9a9d779145f04894b" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yarl-1.23.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-02T01:21:14Z, size = 98577, hashes = { sha256 = "855f06d0f5857b3e57b2c7ccf1a810c57506ed230ab20bc212e30a5c8b4e39a1" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yarl-1.23.0-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-19T05:57:01Z, size = 92151, hashes = { sha256 = "09099d745e3d3e73a8fffa1d10b0fada9b74fcf13f9f85f5f8f4a42a697d72b7" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/yarl-1.23.0-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-19T05:57:53Z, size = 93980, hashes = { sha256 = "daa4cca81ef6295f546694bb4cf7dd8256de4f731008f20e06dc888db128536c" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yarl-1.23.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-02T01:21:45Z, size = 97664, hashes = { sha256 = "38fe3a72af8e5a190d58d09bb05c4be78d7339a0cb0e73b9a9d779145f04894b" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yarl-1.23.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-02T01:21:14Z, size = 98577, hashes = { sha256 = "855f06d0f5857b3e57b2c7ccf1a810c57506ed230ab20bc212e30a5c8b4e39a1" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yarl-1.23.0-9-cp312-cp312-linux_aarch64.whl", upload-time = 2026-03-19T05:57:01Z, size = 92151, hashes = { sha256 = "09099d745e3d3e73a8fffa1d10b0fada9b74fcf13f9f85f5f8f4a42a697d72b7" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/yarl-1.23.0-9-cp312-cp312-linux_x86_64.whl", upload-time = 2026-03-19T05:57:53Z, size = 93980, hashes = { sha256 = "daa4cca81ef6295f546694bb4cf7dd8256de4f731008f20e06dc888db128536c" } }, ] [[packages]] name = "zipp" -version = "3.23.0" +version = "3.23.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/zipp-3.23.0-8-py3-none-any.whl", upload-time = 2026-02-23T19:27:25Z, size = 11192, hashes = { sha256 = "84049a90af34d0bcc5ea67bab1277231b59bbdaebce06a464e4ee812b37221fb" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/zipp-3.23.1-8-py3-none-any.whl", upload-time = 2026-04-14T00:32:37Z, size = 11297, hashes = { sha256 = "dcfbaafc1aa417e0accea3c52cade79f924f8ad35fa79dadfe0b75007a4dda57" } }] [[packages]] name = "zstandard" version = "0.25.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/zstandard-0.25.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:16Z, size = 4004333, hashes = { sha256 = "8815e2d8adb7a15919fae2091bd593b83a5e8b71e604f8b4e0c1803259f7bba5" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4/cuda13.0-ubi9/zstandard-0.25.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:01Z, size = 4317359, hashes = { sha256 = "a5b290bf39ae4f25be85cec34f8b3016d76abd044ad4c9306074941d7bdc6557" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/zstandard-0.25.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:16Z, size = 4004333, hashes = { sha256 = "8815e2d8adb7a15919fae2091bd593b83a5e8b71e604f8b4e0c1803259f7bba5" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/zstandard-0.25.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:01Z, size = 4317359, hashes = { sha256 = "a5b290bf39ae4f25be85cec34f8b3016d76abd044ad4c9306074941d7bdc6557" } }, ] # The following packages were excluded from the output: From 07cb4aa82df6f9163d69bbc538c7d67d07bcf9c0 Mon Sep 17 00:00:00 2001 From: Akshay Ghodake Date: Thu, 30 Apr 2026 17:54:22 +0530 Subject: [PATCH 4/4] fix(cve): regenerate lock files with pillow override applied Regenerate pylock.cuda.toml and requirements.cuda.txt using PYLOCKS_CI_CHECK=1 on top of the upstream/main baseline, so the pillow>=12.2.0 override takes effect (12.1.1 -> 12.2.0) without downgrading other packages (boto3, matplotlib stay at baseline). --- .../ubi9-python-3.12/requirements.cuda.txt | 112 ++++++++------ .../uv.lock.d/pylock.cuda.toml | 134 ++++++++++------- .../ubi9-python-3.12/requirements.cuda.txt | 120 ++++++++------- .../uv.lock.d/pylock.cuda.toml | 142 +++++++++++------- 4 files changed, 298 insertions(+), 210 deletions(-) diff --git a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt index 10c8e40679..fcf1fa94de 100644 --- a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt +++ b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt @@ -58,14 +58,14 @@ blinker==1.9.0 ; python_full_version >= '3.12' and implementation_name == 'cpyth --hash=sha256:5ff23a8464fd7a59c93f1b7ef03dc948abd4a48ccc3b966695ace12136b46ddf bokeh==3.9.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:7c5ea29ca3ea75a7f2d677461c1a19589501763ac5adc28c76faf4ae218aab10 -boto3==1.42.92 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:1c91dcac60646dcae8c6ab0ccd86618cae06bd22bf41bda0c6b1bd01e40ccccc -botocore==1.42.93 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:475d71c7a25fd5db76f9edceacc96fdeacf9a4c69aee62bf713862830868d1da +boto3==1.42.97 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:b0951f7ab044f8365b8db38976613d559d97e68ae458643c014ac42149e6f9a0 +botocore==1.42.97 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:1552360f1323dca810684c52044200fe009ad9b3fdc8f16c1d765db7cb314358 cachetools==7.0.6 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:fec79eb752cab7683cb0d34ba34107453f5309628c16774b9636dc7c6812ffcb -certifi==2026.2.25 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:21e39b1e7d9cf0b5cb448a8a34ce4dc416e90e410df943ee4d2c258352cdac7b +certifi==2026.4.22 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:1313539cae07cfc87cec7160420ea68eed92ce2323d921d347b3768ee019e8cf cffi==2.0.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:e5f30934094d0647d079f4acc39087dd0ecf773e30859950694fc37a71e1ee50 \ --hash=sha256:b1cdb7b6399f4316d8b0800b627298d1ba10e4e2863c18fe7128e788fa8d81b2 @@ -99,8 +99,8 @@ cycler==0.12.1 ; python_full_version >= '3.12' and implementation_name == 'cpyth --hash=sha256:22b7f31329b48734ce6e1ebab1d833a72271b215fae2712d0a3bec41439e4294 dask==2026.3.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:56229cab8dae78aa29d138868dc47b9711c264a6f3987b237ed0d33e3ed168ef -databricks-sdk==0.103.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:a44222af3b5a05a6ce0bb43b1b5ded177317a8d2f94766e6eba56d677f3b9afd +databricks-sdk==0.105.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:aa34922920be414f2ced386bd457cf135f30084c475000c13e54df754cee8165 dataproperty==1.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:89a501163d54c07a65d438e778affc9159950520d89762c4126227e3719c874a datasets==4.4.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -118,9 +118,12 @@ dill==0.3.9 ; python_full_version >= '3.12' and implementation_name == 'cpython' --hash=sha256:da0b0a5e7da9af69d626a5355ce81e0a1c6a99d9f0088ab90b418f39ed516021 distlib==0.4.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:59439711c1e3152abab0b356b3b90807055fb8c5de4fda2446d8dd08c391225e +distro==1.9.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:6d8b93fabc32efe7cad434cc515b6644bc6b611b584af9b7758cf8cc432573ff dnspython==2.8.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:db15ec16abf5022cddce18000862d6b7043ac477f8da1692590b98f3b2768c3e docker==7.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:b2254ca1c63fc9b832ecd64a468b51d842a72144a77abb1ea18332eb3442241a \ --hash=sha256:acb703c0af5c7f047c2f662cd2ad62d9fe04d4903f9d082b48ae5aa091b7d3a5 docstring-parser==0.18.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:563dd036e301a0f62b2165a21db3aa9a35484a8c5c8f2647b64be4516d554275 @@ -134,8 +137,8 @@ evaluate==0.4.6 ; python_full_version >= '3.12' and implementation_name == 'cpyt --hash=sha256:e8dc5a551bd4fe4c6f01afe77bcad279cc5f7e5961b265bd22724d4c93283d47 executing==2.2.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:d5e8569d0a77bb9a0580a3a407e8bfb53af42fa6a0312d0f818c6285c9eeca1a -fastapi==0.136.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:5fb3ceaee2e0ba7ea0966f0e94a95dac0580a63a742879724081fb56961ffe19 +fastapi==0.136.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:a79eb4b7ca09ac0b66b69119d0f8ce3fb065fadff92dc43516dfbcfc920a820c fastjsonschema==2.21.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:9a1162d043c993eb4ebd8a27044963c0833f125a361d82178be139877f65eda2 feast==0.62.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -162,8 +165,8 @@ fsspec==2025.10.0 ; python_full_version >= '3.12' and implementation_name == 'cp --hash=sha256:49c8e555fb012f235522c67ab02f0badf6ed422dabbcdfb9dcb332cb3f8638e5 gitdb==4.0.12 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:3b52cdcc889333bf2b1057ef5e5e553f12f5fbd773151c4af5fd2ea00fa1b28a -gitpython==3.1.46 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:7b5e4c5a2bdf4fa539dd1a32b271ffa3b5ea0e1843c6bc12754435f2a3f47d94 +gitpython==3.1.48 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:bcf8430bbc58a9320e97eec090a85f0826231a2d54bef245cec1b5018363f032 google-api-core==2.30.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:eff752e4a794317851f1969a002ec7092a78c6b2bcc17079958a0e060c4c3be7 google-auth==2.49.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -184,9 +187,9 @@ graphql-core==3.2.8 ; python_full_version >= '3.12' and implementation_name == ' --hash=sha256:50a9a79e614d2718f32d4b91a48842d2e65f278cbe0a8d37b43581cb89de2bc6 graphql-relay==3.2.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:96b196d33e8fcb88a6860230a3b2d56fa476fa34219d6c42acda065cf65b6ce0 -greenlet==3.4.0 ; (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'AMD64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'WIN32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'amd64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'ppc64le' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'win32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'x86_64' and sys_platform == 'linux') \ - --hash=sha256:5fabea1f2473dd92b38f22f619701beb025071fa4827db1a8d8dfa4052476e0f \ - --hash=sha256:7eb6b9b05f4a958c8acbe2a66e063cc8d42725a5ca62f989da2a7bf2f292f716 +greenlet==3.5.0 ; (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'AMD64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'WIN32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'amd64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'ppc64le' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'win32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'x86_64' and sys_platform == 'linux') \ + --hash=sha256:d9bdfeba0fc3c7a33acbd6322639f8fabb808654e06458fce612fac9b461d5b7 \ + --hash=sha256:63a7b5d40009f1a6d050f8f16bc70981569fc9b8268f50b98a4a5b7587d83e49 grpcio==1.80.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:80b5df239ee20eecd1f64669b0faa97d0ddd2f22eca71dc05a849755be6421cb \ --hash=sha256:02ce3c9bcb474a250f261e57e01ba49b4fba5a8fe780033ef8790cbc092b1e06 @@ -208,8 +211,8 @@ huey==2.6.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' --hash=sha256:da35534d817bac744dc11f46198949a18c5cc7993d185d380e655b3c790ae91c huggingface-hub==0.36.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:7489a555f773a2d5bbd1724ae081f49e0ced18b2781408fac6f47c1e72c29b7b -idna==3.12 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:96c7c5fcefe6f5dba23b543218730a6909c9f3601e16d5589cfdee50651b3e98 +idna==3.13 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:7340bc06229ae6b4abe392da202819000819f0eaf05df8836d9f2b1cb2321d91 importlib-metadata==8.7.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:038eeeac0bb7a88aee0bf75dd17cf12060ecb6db522de0c9b196e7a8b5691434 invoke==3.0.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -232,6 +235,9 @@ jedi==0.19.2 ; python_full_version >= '3.12' and implementation_name == 'cpython --hash=sha256:6047a9cc9d6653672e1d528d138e7aba1389b3b6cec7b1ad8e37f87d662260ac jinja2==3.1.6 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:67880b1f233f64306cdff96e1d26cb728e497af81ce12347b395a3fdefef2548 +jiter==0.14.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:fb4ce5242f6740bb07517ed3cca4a37cafaba5a54e90251fc656c8a7b3ba3f3a \ + --hash=sha256:4f6455b7f713761de21f6ce9c792135953299d06c43d44ddfa8f024d876c44cd jmespath==1.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:997120cb16100e10eb4fb3169ee9d00ed86167264fe8c538f6bb69592a6b83f9 joblib==1.5.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -317,8 +323,8 @@ loguru==0.7.3 ; python_full_version >= '3.12' and implementation_name == 'cpytho lxml==6.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:820a6df53772c761421c01babb955119a916a3f3148be31594318f47710404ff \ --hash=sha256:8b26528fe6e156f0f616c0fda5397bcc10abc0ce3069cbf4483dc5b619f773cf -mako==1.3.11 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:28febee8e164f638283dc1125122dcca6be6ae1a5ebb5607bfbc3f0667a75028 +mako==1.3.12 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:55a28a10cf84ec269394922a31469b25dcfdf45bb325a3dc241473c3cc62d9f2 markdown==3.10.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:960307579a189d1f1492937554ac3794d41188f9d44f5921a33385c5f1cb7c19 markdown-it-py==4.0.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -326,9 +332,9 @@ markdown-it-py==4.0.0 ; python_full_version >= '3.12' and implementation_name == markupsafe==3.0.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:367141995e0e06361ef0840b03a4628e47fe66a535d133094d91dd2c5f7cff4b \ --hash=sha256:f7c4ed8e3db09080017adb65466d70e6b44a8a03707bc5ddc7dd18122b2f711b -matplotlib==3.10.8 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:443586efe3770a0adf3246c159356cefba2d8bc52c168e4f7908ddf3fb5098f0 \ - --hash=sha256:f179af6c28201c77179f3b748190b489067b528de9be45cbd27335e27585efaf +matplotlib==3.10.9 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:ace2f814c4020be9711a091eec2b3ed87a05c81fe313b389bb42eec9af9be03f \ + --hash=sha256:f2f63b2a57f164282d2bc8f5c97be55f46d6a1b828d8b275944e6ad0f48ec8d5 matplotlib-inline==0.2.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:d594c8f4516c953d572ab526b61eaa2c898413cee9dd67f9bf1dd68ad2afed78 mbstrdecoder==1.1.4 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -416,24 +422,26 @@ onnxconverter-common==1.16.0 ; python_full_version >= '3.12' and implementation_ --hash=sha256:0708e01164697ed99f5a3146374f2514fe76c07955620fce9e361e1525d9da69 onnxscript==0.6.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:c2a4fee8df41f5af9c4d4572bebc5e2d9d7fcab8a0684c1b526e6dbc3349881e +openai==2.33.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:63731a0d989b7aead5f5972a4b3e2e0761f938725a8574eed21c5f8446deb5f8 opencensus==0.11.4 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:9074d6289520f1863598d69e4078f6df8a0ef193ee968f246f59d9c49cf3dbe3 opencensus-context==0.1.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:ea00a03a59fdbc7cfec9b81b33a7d7bc6e8c898c2273dcf8ceb91fd1c073b191 openshift-client==1.0.18 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:796e773d20fe675f10a739742b6054d8c8191e3eb102db95c7dac8881645639d -opentelemetry-api==1.41.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:c3bdceb56bbcfd7625ce8bba7c2e5023389a1e63cb215faf44171a4f68a2563f -opentelemetry-exporter-prometheus==0.62b0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:1f016e8fa108e3eefd56667bf3cd129b310a51168d02afafe5885b09fd8b0ffe -opentelemetry-proto==1.41.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:d4c85ae05b3e6ca054fa393f8bb81a9c65944da153b288b05e106f9a2e54ab31 -opentelemetry-sdk==1.41.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:3260326b8a514ff5f733895239fe36f5975c96eef9d6564b3396fe19b6557bf2 -opentelemetry-semantic-conventions==0.62b0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:51ae5528635b9c84c1d91cf904658539c55092b39ba25bb04f068c332b5047c9 -packaging==26.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:2dd51673bb17b9a9078c46059d099fc729e1515b301ee98765be04405a3a3142 +opentelemetry-api==1.41.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:8dbf400a829ea0c8ad8cea4545a512c580294b3404ec153de4e7a6e539bf6320 +opentelemetry-exporter-prometheus==0.62b1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:2ef37ed49bf5b3ded2df8140258e0c1259068c0b2147df133290235be34b3620 +opentelemetry-proto==1.41.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:757d8e665f10d8caa80a91ed8ef5dbf1125e17e332406e9d06e6a298d0bc38e1 +opentelemetry-sdk==1.41.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:1beb74872755dcd61729f075cab6e530199d48f209ce3f573698684d4700f967 +opentelemetry-semantic-conventions==0.62b1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:72a7c04212b17891c2d2550e6a8952f8e9bd39c41d94659b1144e05937835c07 +packaging==26.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:88b87ee741949ee5f902444ed5040207b411465422abfb44299071d1445e7c03 pandas==2.3.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:07bdb859fb98be11d1870afb066444d39df187b24f1ae6b3d48098b6e0a1d8b3 \ --hash=sha256:cc2643cce48baab2d4ff158f9de79d2be83ef1685d51138d2c7b6226606e1b93 \ @@ -449,8 +457,8 @@ parso==0.8.6 ; python_full_version >= '3.12' and implementation_name == 'cpython --hash=sha256:c9b103b1ee70180d6ca82bcb30652e7a9041814a4ba0cbe11470631a4ad5673c partd==1.4.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:5cfec3bf6368e41cd306476b6ed5fadb96fba7431b19ab6a725164348b69b687 -pathspec==1.0.4 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:7219d700fefbf6ed5881b40d4efe753c9dc27a40ac06ac8a30a94e77fbe0b90f +pathspec==1.1.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:7e6729bfd1de4f42137c78a058d9322895542a964755eb091805b99f4544c3d5 pathvalidate==3.3.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:6845e0cf9051b31d455a449acda5983114ce2c7085b81337e102c6517b71795d pexpect==4.9.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -458,8 +466,8 @@ pexpect==4.9.0 ; python_full_version >= '3.12' and implementation_name == 'cpyth pillow==12.2.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:a447355e5ddcb989f812d9ad0e0dee22a031c4f09f1114335dad01f84c03b82a \ --hash=sha256:57a03b7853ede0c0739f7ba8e54cf97c2ab1ac96e85360c63ab10760c22eeecc -pip==26.0.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:0eb092df05f73261cb7825422aa89ce60cdda400111de90787afab6cc453f3f7 +pip==26.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:6d99d736160d98557f1eae8db814c273b9d3ea87a470c97d7dd92f2bf68c0e0d platformdirs==4.9.6 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:ebee18f7b9b5648eb17506f8ef3a4312942f6b477c279865a5e08957779bb10f plotly==6.7.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -606,8 +614,8 @@ rpds-py==0.30.0 ; python_full_version >= '3.12' and implementation_name == 'cpyt --hash=sha256:2c7e0f020f0079dfb3e1adfa23058c0277242f44ad3c90d77fd4ce7da37cccd6 ruamel-yaml==0.19.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:8784cedc1679fcd8109d0ca7dcc1c2efca598d21c33e269cf7f4baf557e3939e -s3transfer==0.16.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:2d48013355498d447b088f9e9c33d6719c1c542d7251764c5d37192eb85ec250 +s3transfer==0.16.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:6350de2105e6fc48e4973a61c0a4c64d9669bf3bdd4bbcc5d2753d50b04ab45c sacrebleu==2.6.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:6c25014defc7dd6bf8ee04fad57c804864b69205fbb4299644d6eec44d193887 safetensors==0.7.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -637,12 +645,14 @@ smart-open==7.6.0 ; python_full_version >= '3.12' and implementation_name == 'cp --hash=sha256:8c5feafd24f065764e62fd0bc426d32da4e4c11c5481b0da42290c5d9548ef55 smmap==5.0.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:96b720eff495d2783b1d9498583f4fb53dc417915bcb93e6f0a4468d9c1ceb45 +sniffio==1.3.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:fad4751f6153368d08be920f4c1951ec1e0eef3bbc6e4270b115ec088aaa663b snowballstemmer==3.0.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:e0334812c5d14f9a8f65fc64234c5a3ada28e53f0fed50425c9d9c1c2b845407 soupsieve==2.8.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:987ad6425bd46a93d5daf2a7bb0fb7d2785999fb5f91412bd692bfb46080da47 -speculators==0.4.0.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:f15bb1e5922ce843dee4b58b54a6aad37ae5c4d2040d489a2c945a72a64255a8 +speculators==0.5.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:1180e8bc87852cf15ac11d7fbae9d5a413d029c92d740295b7abdfa0d09e6611 sqlalchemy==2.0.49 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:514a22b37c7c3792c8841fb70fac0dfa9ac613a82a9da09cdb15bda18d6a8c1a \ --hash=sha256:183667994440c0b9f64c9200e5604a9a1e9a9b8b3652d562ee8b80e3425d38c2 @@ -687,7 +697,9 @@ toolz==1.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython --hash=sha256:bd7bca0acff07b07453469e7ab162c5d925e326be756e31860a678fb33a6607d torch==2.10.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:abd7780bb000e26395789aaaf35ff44e7fc5eb4d18dc376a143dcf945273cf58 \ - --hash=sha256:23c50f2d26ebedd2e85e425acbfd3a7e38b7021877c454e7c88f51efad5f430c + --hash=sha256:23c50f2d26ebedd2e85e425acbfd3a7e38b7021877c454e7c88f51efad5f430c \ + --hash=sha256:5a6ad14acb331b550d50da37d3d70df70ecfaefce5b316dd021f89745ef5bbde \ + --hash=sha256:4c6cdcb47ab9c85dc9ceb2b15700463d511a40458027bff8bf4adf9cafdec398 torchvision==0.25.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:95887ac3bdca85dabf50c6bdb4a8ea5300617dde444764f0ded181f4192ae4b8 \ --hash=sha256:cbe480a8bdd0b48432de99920ab344580154f49af7beeebcab32db472c5a1121 @@ -713,8 +725,8 @@ typing-extensions==4.15.0 ; python_full_version >= '3.12' and implementation_nam --hash=sha256:c8049b6230657cc878c17ba7f6c55569599c6f7cb3a6f60c611c8d3a233e108b typing-inspection==0.4.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:2cc4050a877d28bd16874b46c398231c2a3604ade11d9a92655d7c7b9478ca49 -tzdata==2026.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:80bfbd7f4a68cfe74cce3e6e13334d9a8c9070c9daeefc0f28e17b0788c74d28 +tzdata==2026.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:e80791a89ea26c35563535bc5a2f11974bbccbf7e20edf7c921b60fa4b9a464e ujson==5.12.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:ba8132279f8e9a5be43587e0386055be660dc323d206eb23fac26d1ccea9bec5 \ --hash=sha256:18df12100ffd4b45bc091d77266854b184d6b06ffb952bc4f763a4b5f3835df1 @@ -754,8 +766,8 @@ werkzeug==3.1.8 ; python_full_version >= '3.12' and implementation_name == 'cpyt --hash=sha256:f88c2aac49793705ee8e1c137e70ad3a3e49ec724333872a778db995f520c458 whatthepatch==1.0.7 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:bc82e1412113a07cc4f9522c1f26caf5191988f44eace04c337f86850917bf4e -wheel==0.46.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:a663910859d40dd7015ff0d83bdf3f46350b17676c55bb9effb8979258766bc6 +wheel==0.47.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:6d038a1150d71f3deff332b6c736057e35c7b04dcb225cb948a9c77923f4225c widgetsnbextension==4.0.15 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:c4c54b572a5aa6038a02a2ace6433470bfafd903abcbffb3e742d0a03165bd05 word2number==1.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -763,9 +775,9 @@ word2number==1.1 ; python_full_version >= '3.12' and implementation_name == 'cpy wrapt==2.1.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:ae69c246efc63abc147754029486ba186b46f40d844eebe6a0930fe0ca5d0d67 \ --hash=sha256:5794ce93e05ce512431194c4f0de2fd05216fd1c34a688956d77d3f45de34a04 -xxhash==3.6.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:3ccee6ecd6fcceea3550838c388a5253bace6e4b99b9d1b7e0122990547bbd4c \ - --hash=sha256:0d71b1f9986c5759a65082fe28d45e2d61f2542e55b20ff63a0999429d044625 +xxhash==3.7.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:eb84a9530128eaaa344ae64a1cf8197725c1a5d03cc81db68f1319e44b2345ad \ + --hash=sha256:919a65752a2c06bc503c5a92357b6d69936cc33cf6a0af94c77198ba38a295fe xyzservices==2026.3.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:7a4641e83ea240c2547ccfed3af0ee162b88e05ad663af462be00a07e818e224 yapf==0.43.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ diff --git a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml index b937ca0ed1..3a4ba79ffe 100644 --- a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml +++ b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file uv.lock.d/pylock.cuda.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --universal --no-annotate --no-emit-package odh-notebooks-meta-db-connectors-deps --no-emit-package odh-notebooks-meta-jupyterlab-datascience-deps --no-emit-package odh-notebooks-meta-jupyterlab-deps --no-emit-package odh-notebooks-meta-llmcompressor-deps --no-emit-package odh-notebooks-meta-runtime-elyra-deps --no-emit-package odh-notebooks-meta-runtime-datascience-deps --no-emit-package odh-notebooks-meta-workbench-datascience-deps --constraints ../../../dependencies/cve-constraints.txt --exclude-newer=2026-04-22T07:11:06Z --default-index=https://console.redhat.com/api/pypi/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/simple/?format=json +# uv pip compile pyproject.toml --output-file uv.lock.d/pylock.cuda.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --universal --no-annotate --no-emit-package odh-notebooks-meta-db-connectors-deps --no-emit-package odh-notebooks-meta-jupyterlab-datascience-deps --no-emit-package odh-notebooks-meta-jupyterlab-deps --no-emit-package odh-notebooks-meta-llmcompressor-deps --no-emit-package odh-notebooks-meta-runtime-elyra-deps --no-emit-package odh-notebooks-meta-runtime-datascience-deps --no-emit-package odh-notebooks-meta-workbench-datascience-deps --constraints ../../../dependencies/cve-constraints.txt --exclude-newer=2026-04-29T01:34:53Z --default-index=https://console.redhat.com/api/pypi/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/simple/?format=json lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" @@ -183,15 +183,15 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "boto3" -version = "1.42.92" +version = "1.42.97" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/boto3-1.42.92-8-py3-none-any.whl", upload-time = 2026-04-21T00:33:46Z, size = 141548, hashes = { sha256 = "1c91dcac60646dcae8c6ab0ccd86618cae06bd22bf41bda0c6b1bd01e40ccccc" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/boto3-1.42.97-8-py3-none-any.whl", upload-time = 2026-04-28T00:33:32Z, size = 141547, hashes = { sha256 = "b0951f7ab044f8365b8db38976613d559d97e68ae458643c014ac42149e6f9a0" } }] [[packages]] name = "botocore" -version = "1.42.93" +version = "1.42.97" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/botocore-1.42.93-8-py3-none-any.whl", upload-time = 2026-04-22T00:23:29Z, size = 14889502, hashes = { sha256 = "475d71c7a25fd5db76f9edceacc96fdeacf9a4c69aee62bf713862830868d1da" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/botocore-1.42.97-8-py3-none-any.whl", upload-time = 2026-04-28T00:24:53Z, size = 14916261, hashes = { sha256 = "1552360f1323dca810684c52044200fe009ad9b3fdc8f16c1d765db7cb314358" } }] [[packages]] name = "cachetools" @@ -201,9 +201,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "certifi" -version = "2026.2.25" +version = "2026.4.22" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/certifi-2026.2.25-8-py3-none-any.whl", upload-time = 2026-02-25T21:25:25Z, size = 4776, hashes = { sha256 = "21e39b1e7d9cf0b5cb448a8a34ce4dc416e90e410df943ee4d2c258352cdac7b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/certifi-2026.4.22-8-py3-none-any.whl", upload-time = 2026-04-23T00:20:59Z, size = 4775, hashes = { sha256 = "1313539cae07cfc87cec7160420ea68eed92ce2323d921d347b3768ee019e8cf" } }] [[packages]] name = "cffi" @@ -306,9 +306,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "databricks-sdk" -version = "0.103.0" +version = "0.105.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/databricks_sdk-0.103.0-8-py3-none-any.whl", upload-time = 2026-04-21T00:34:14Z, size = 858435, hashes = { sha256 = "a44222af3b5a05a6ce0bb43b1b5ded177317a8d2f94766e6eba56d677f3b9afd" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/databricks_sdk-0.105.0-8-py3-none-any.whl", upload-time = 2026-04-24T06:29:13Z, size = 867203, hashes = { sha256 = "aa34922920be414f2ced386bd457cf135f30084c475000c13e54df754cee8165" } }] [[packages]] name = "dataproperty" @@ -361,6 +361,12 @@ version = "0.4.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/distlib-0.4.0-8-py2.py3-none-any.whl", upload-time = 2026-02-23T23:52:31Z, size = 470027, hashes = { sha256 = "59439711c1e3152abab0b356b3b90807055fb8c5de4fda2446d8dd08c391225e" } }] +[[packages]] +name = "distro" +version = "1.9.0" +marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/distro-1.9.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:03Z, size = 21199, hashes = { sha256 = "6d8b93fabc32efe7cad434cc515b6644bc6b611b584af9b7758cf8cc432573ff" } }] + [[packages]] name = "dnspython" version = "2.8.0" @@ -371,7 +377,10 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa name = "docker" version = "7.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/docker-7.1.0-9-py3-none-any.whl", upload-time = 2026-02-24T03:35:34Z, size = 148903, hashes = { sha256 = "acb703c0af5c7f047c2f662cd2ad62d9fe04d4903f9d082b48ae5aa091b7d3a5" } }] +wheels = [ + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/docker-7.1.0-10-py3-none-any.whl", upload-time = 2026-04-22T12:31:20Z, size = 149012, hashes = { sha256 = "b2254ca1c63fc9b832ecd64a468b51d842a72144a77abb1ea18332eb3442241a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/docker-7.1.0-9-py3-none-any.whl", upload-time = 2026-02-24T03:35:34Z, size = 148903, hashes = { sha256 = "acb703c0af5c7f047c2f662cd2ad62d9fe04d4903f9d082b48ae5aa091b7d3a5" } }, +] [[packages]] name = "docstring-parser" @@ -411,9 +420,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "fastapi" -version = "0.136.0" +version = "0.136.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fastapi-0.136.0-8-py3-none-any.whl", upload-time = 2026-04-16T17:51:13Z, size = 118463, hashes = { sha256 = "5fb3ceaee2e0ba7ea0966f0e94a95dac0580a63a742879724081fb56961ffe19" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fastapi-0.136.1-8-py3-none-any.whl", upload-time = 2026-04-24T05:32:52Z, size = 118587, hashes = { sha256 = "a79eb4b7ca09ac0b66b69119d0f8ce3fb065fadff92dc43516dfbcfc920a820c" } }] [[packages]] name = "fastjsonschema" @@ -495,9 +504,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "gitpython" -version = "3.1.46" +version = "3.1.48" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/gitpython-3.1.46-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:01Z, size = 209535, hashes = { sha256 = "7b5e4c5a2bdf4fa539dd1a32b271ffa3b5ea0e1843c6bc12754435f2a3f47d94" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/gitpython-3.1.48-8-py3-none-any.whl", upload-time = 2026-04-28T09:57:37Z, size = 210715, hashes = { sha256 = "bcf8430bbc58a9320e97eec090a85f0826231a2d54bef245cec1b5018363f032" } }] [[packages]] name = "google-api-core" @@ -561,11 +570,11 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "greenlet" -version = "3.4.0" +version = "3.5.0" marker = "(python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'AMD64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'WIN32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'amd64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'ppc64le' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'win32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'x86_64' and sys_platform == 'linux')" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/greenlet-3.4.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-08T18:20:18Z, size = 541146, hashes = { sha256 = "5fabea1f2473dd92b38f22f619701beb025071fa4827db1a8d8dfa4052476e0f" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/greenlet-3.4.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-08T18:18:57Z, size = 553767, hashes = { sha256 = "7eb6b9b05f4a958c8acbe2a66e063cc8d42725a5ca62f989da2a7bf2f292f716" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/greenlet-3.5.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-28T00:31:56Z, size = 548330, hashes = { sha256 = "d9bdfeba0fc3c7a33acbd6322639f8fabb808654e06458fce612fac9b461d5b7" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/greenlet-3.5.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-28T00:31:57Z, size = 548776, hashes = { sha256 = "63a7b5d40009f1a6d050f8f16bc70981569fc9b8268f50b98a4a5b7587d83e49" } }, ] [[packages]] @@ -633,9 +642,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "idna" -version = "3.12" +version = "3.13" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/idna-3.12-8-py3-none-any.whl", upload-time = 2026-04-22T00:22:00Z, size = 69510, hashes = { sha256 = "96c7c5fcefe6f5dba23b543218730a6909c9f3601e16d5589cfdee50651b3e98" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/idna-3.13-8-py3-none-any.whl", upload-time = 2026-04-23T00:20:36Z, size = 69503, hashes = { sha256 = "7340bc06229ae6b4abe392da202819000819f0eaf05df8836d9f2b1cb2321d91" } }] [[packages]] name = "importlib-metadata" @@ -703,6 +712,15 @@ version = "3.1.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jinja2-3.1.6-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:35Z, size = 135787, hashes = { sha256 = "67880b1f233f64306cdff96e1d26cb728e497af81ce12347b395a3fdefef2548" } }] +[[packages]] +name = "jiter" +version = "0.14.0" +marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" +wheels = [ + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jiter-0.14.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-10T20:52:56Z, size = 332086, hashes = { sha256 = "fb4ce5242f6740bb07517ed3cca4a37cafaba5a54e90251fc656c8a7b3ba3f3a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jiter-0.14.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-10T20:49:28Z, size = 334342, hashes = { sha256 = "4f6455b7f713761de21f6ce9c792135953299d06c43d44ddfa8f024d876c44cd" } }, +] + [[packages]] name = "jmespath" version = "1.1.0" @@ -958,9 +976,9 @@ wheels = [ [[packages]] name = "mako" -version = "1.3.11" +version = "1.3.12" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mako-1.3.11-8-py3-none-any.whl", upload-time = 2026-04-15T01:16:07Z, size = 79637, hashes = { sha256 = "28febee8e164f638283dc1125122dcca6be6ae1a5ebb5607bfbc3f0667a75028" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mako-1.3.12-8-py3-none-any.whl", upload-time = 2026-04-29T00:55:11Z, size = 79657, hashes = { sha256 = "55a28a10cf84ec269394922a31469b25dcfdf45bb325a3dc241473c3cc62d9f2" } }] [[packages]] name = "markdown" @@ -985,11 +1003,11 @@ wheels = [ [[packages]] name = "matplotlib" -version = "3.10.8" +version = "3.10.9" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib-3.10.8-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:02Z, size = 7786073, hashes = { sha256 = "443586efe3770a0adf3246c159356cefba2d8bc52c168e4f7908ddf3fb5098f0" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib-3.10.8-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:19Z, size = 7920001, hashes = { sha256 = "f179af6c28201c77179f3b748190b489067b528de9be45cbd27335e27585efaf" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib-3.10.9-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-24T06:31:57Z, size = 7789647, hashes = { sha256 = "ace2f814c4020be9711a091eec2b3ed87a05c81fe313b389bb42eec9af9be03f" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib-3.10.9-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-24T07:39:35Z, size = 7924448, hashes = { sha256 = "f2f63b2a57f164282d2bc8f5c97be55f46d6a1b828d8b275944e6ad0f48ec8d5" } }, ] [[packages]] @@ -1253,6 +1271,12 @@ version = "0.6.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/onnxscript-0.6.2-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:53Z, size = 690226, hashes = { sha256 = "c2a4fee8df41f5af9c4d4572bebc5e2d9d7fcab8a0684c1b526e6dbc3349881e" } }] +[[packages]] +name = "openai" +version = "2.33.0" +marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/openai-2.33.0-8-py3-none-any.whl", upload-time = 2026-04-29T00:54:06Z, size = 1163651, hashes = { sha256 = "63731a0d989b7aead5f5972a4b3e2e0761f938725a8574eed21c5f8446deb5f8" } }] + [[packages]] name = "opencensus" version = "0.11.4" @@ -1273,39 +1297,39 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "opentelemetry-api" -version = "1.41.0" +version = "1.41.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_api-1.41.0-8-py3-none-any.whl", upload-time = 2026-04-09T18:05:33Z, size = 69987, hashes = { sha256 = "c3bdceb56bbcfd7625ce8bba7c2e5023389a1e63cb215faf44171a4f68a2563f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_api-1.41.1-8-py3-none-any.whl", upload-time = 2026-04-25T00:12:15Z, size = 69986, hashes = { sha256 = "8dbf400a829ea0c8ad8cea4545a512c580294b3404ec153de4e7a6e539bf6320" } }] [[packages]] name = "opentelemetry-exporter-prometheus" -version = "0.62b0" +version = "0.62b1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_exporter_prometheus-0.62b0-8-py3-none-any.whl", upload-time = 2026-04-09T18:05:34Z, size = 14384, hashes = { sha256 = "1f016e8fa108e3eefd56667bf3cd129b310a51168d02afafe5885b09fd8b0ffe" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_exporter_prometheus-0.62b1-8-py3-none-any.whl", upload-time = 2026-04-25T00:09:47Z, size = 14384, hashes = { sha256 = "2ef37ed49bf5b3ded2df8140258e0c1259068c0b2147df133290235be34b3620" } }] [[packages]] name = "opentelemetry-proto" -version = "1.41.0" +version = "1.41.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_proto-1.41.0-8-py3-none-any.whl", upload-time = 2026-04-09T18:06:15Z, size = 73070, hashes = { sha256 = "d4c85ae05b3e6ca054fa393f8bb81a9c65944da153b288b05e106f9a2e54ab31" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_proto-1.41.1-8-py3-none-any.whl", upload-time = 2026-04-25T00:11:42Z, size = 73070, hashes = { sha256 = "757d8e665f10d8caa80a91ed8ef5dbf1125e17e332406e9d06e6a298d0bc38e1" } }] [[packages]] name = "opentelemetry-sdk" -version = "1.41.0" +version = "1.41.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_sdk-1.41.0-8-py3-none-any.whl", upload-time = 2026-04-09T18:06:38Z, size = 181193, hashes = { sha256 = "3260326b8a514ff5f733895239fe36f5975c96eef9d6564b3396fe19b6557bf2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_sdk-1.41.1-8-py3-none-any.whl", upload-time = 2026-04-25T00:10:11Z, size = 181193, hashes = { sha256 = "1beb74872755dcd61729f075cab6e530199d48f209ce3f573698684d4700f967" } }] [[packages]] name = "opentelemetry-semantic-conventions" -version = "0.62b0" +version = "0.62b1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_semantic_conventions-0.62b0-8-py3-none-any.whl", upload-time = 2026-04-09T18:07:13Z, size = 232742, hashes = { sha256 = "51ae5528635b9c84c1d91cf904658539c55092b39ba25bb04f068c332b5047c9" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_semantic_conventions-0.62b1-8-py3-none-any.whl", upload-time = 2026-04-25T00:12:06Z, size = 232742, hashes = { sha256 = "72a7c04212b17891c2d2550e6a8952f8e9bd39c41d94659b1144e05937835c07" } }] [[packages]] name = "packaging" -version = "26.1" +version = "26.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/packaging-26.1-8-py3-none-any.whl", upload-time = 2026-04-15T01:03:21Z, size = 96733, hashes = { sha256 = "2dd51673bb17b9a9078c46059d099fc729e1515b301ee98765be04405a3a3142" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/packaging-26.2-8-py3-none-any.whl", upload-time = 2026-04-24T23:03:28Z, size = 101098, hashes = { sha256 = "88b87ee741949ee5f902444ed5040207b411465422abfb44299071d1445e7c03" } }] [[packages]] name = "pandas" @@ -1350,9 +1374,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "pathspec" -version = "1.0.4" +version = "1.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pathspec-1.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:53Z, size = 56115, hashes = { sha256 = "7219d700fefbf6ed5881b40d4efe753c9dc27a40ac06ac8a30a94e77fbe0b90f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pathspec-1.1.1-8-py3-none-any.whl", upload-time = 2026-04-28T00:22:30Z, size = 58241, hashes = { sha256 = "7e6729bfd1de4f42137c78a058d9322895542a964755eb091805b99f4544c3d5" } }] [[packages]] name = "pathvalidate" @@ -1377,9 +1401,9 @@ wheels = [ [[packages]] name = "pip" -version = "26.0.1" +version = "26.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pip-26.0.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:00:59Z, size = 1788588, hashes = { sha256 = "0eb092df05f73261cb7825422aa89ce60cdda400111de90787afab6cc453f3f7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pip-26.1-8-py3-none-any.whl", upload-time = 2026-04-27T00:19:24Z, size = 1813659, hashes = { sha256 = "6d99d736160d98557f1eae8db814c273b9d3ea87a470c97d7dd92f2bf68c0e0d" } }] [[packages]] name = "platformdirs" @@ -1809,9 +1833,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "s3transfer" -version = "0.16.0" +version = "0.16.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/s3transfer-0.16.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:46Z, size = 87899, hashes = { sha256 = "2d48013355498d447b088f9e9c33d6719c1c542d7251764c5d37192eb85ec250" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/s3transfer-0.16.1-8-py3-none-any.whl", upload-time = 2026-04-23T00:29:38Z, size = 87899, hashes = { sha256 = "6350de2105e6fc48e4973a61c0a4c64d9669bf3bdd4bbcc5d2753d50b04ab45c" } }] [[packages]] name = "sacrebleu" @@ -1900,6 +1924,12 @@ version = "5.0.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/smmap-5.0.3-8-py3-none-any.whl", upload-time = 2026-03-09T12:11:51Z, size = 25275, hashes = { sha256 = "96b720eff495d2783b1d9498583f4fb53dc417915bcb93e6f0a4468d9c1ceb45" } }] +[[packages]] +name = "sniffio" +version = "1.3.1" +marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sniffio-1.3.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:48Z, size = 11188, hashes = { sha256 = "fad4751f6153368d08be920f4c1951ec1e0eef3bbc6e4270b115ec088aaa663b" } }] + [[packages]] name = "snowballstemmer" version = "3.0.1" @@ -1914,9 +1944,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "speculators" -version = "0.4.0.1" +version = "0.5.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/speculators-0.4.0.1-8-py3-none-any.whl", upload-time = 2026-03-26T15:40:06Z, size = 106211, hashes = { sha256 = "f15bb1e5922ce843dee4b58b54a6aad37ae5c4d2040d489a2c945a72a64255a8" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/speculators-0.5.0-8-py3-none-any.whl", upload-time = 2026-04-24T23:11:12Z, size = 113370, hashes = { sha256 = "1180e8bc87852cf15ac11d7fbae9d5a413d029c92d740295b7abdfa0d09e6611" } }] [[packages]] name = "sqlalchemy" @@ -2051,6 +2081,8 @@ marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and wheels = [ { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-13-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-09T15:50:06Z, size = 1434311678, hashes = { sha256 = "abd7780bb000e26395789aaaf35ff44e7fc5eb4d18dc376a143dcf945273cf58" } }, { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-13-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-09T16:41:49Z, size = 1470596493, hashes = { sha256 = "23c50f2d26ebedd2e85e425acbfd3a7e38b7021877c454e7c88f51efad5f430c" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-14-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-24T03:51:10Z, size = 1434309202, hashes = { sha256 = "5a6ad14acb331b550d50da37d3d70df70ecfaefce5b316dd021f89745ef5bbde" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-14-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-24T04:36:02Z, size = 1470599502, hashes = { sha256 = "4c6cdcb47ab9c85dc9ceb2b15700463d511a40458027bff8bf4adf9cafdec398" } }, ] [[packages]] @@ -2130,9 +2162,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "tzdata" -version = "2026.1" +version = "2026.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tzdata-2026.1-8-py2.py3-none-any.whl", upload-time = 2026-04-06T16:46:38Z, size = 349856, hashes = { sha256 = "80bfbd7f4a68cfe74cce3e6e13334d9a8c9070c9daeefc0f28e17b0788c74d28" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tzdata-2026.2-8-py2.py3-none-any.whl", upload-time = 2026-04-24T23:06:24Z, size = 350226, hashes = { sha256 = "e80791a89ea26c35563535bc5a2f11974bbccbf7e20edf7c921b60fa4b9a464e" } }] [[packages]] name = "ujson" @@ -2253,9 +2285,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "wheel" -version = "0.46.3" +version = "0.47.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/wheel-0.46.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:25:51Z, size = 31483, hashes = { sha256 = "a663910859d40dd7015ff0d83bdf3f46350b17676c55bb9effb8979258766bc6" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/wheel-0.47.0-8-py3-none-any.whl", upload-time = 2026-04-23T00:21:02Z, size = 33144, hashes = { sha256 = "6d038a1150d71f3deff332b6c736057e35c7b04dcb225cb948a9c77923f4225c" } }] [[packages]] name = "widgetsnbextension" @@ -2280,11 +2312,11 @@ wheels = [ [[packages]] name = "xxhash" -version = "3.6.0" +version = "3.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/xxhash-3.6.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:51:55Z, size = 196502, hashes = { sha256 = "3ccee6ecd6fcceea3550838c388a5253bace6e4b99b9d1b7e0122990547bbd4c" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/xxhash-3.6.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:17:16Z, size = 155053, hashes = { sha256 = "0d71b1f9986c5759a65082fe28d45e2d61f2542e55b20ff63a0999429d044625" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/xxhash-3.7.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-26T00:22:21Z, size = 196560, hashes = { sha256 = "eb84a9530128eaaa344ae64a1cf8197725c1a5d03cc81db68f1319e44b2345ad" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/xxhash-3.7.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-26T00:20:31Z, size = 155112, hashes = { sha256 = "919a65752a2c06bc503c5a92357b6d69936cc33cf6a0af94c77198ba38a295fe" } }, ] [[packages]] diff --git a/runtimes/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt b/runtimes/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt index 6bad95e532..95eeb68ac1 100644 --- a/runtimes/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt +++ b/runtimes/pytorch+llmcompressor/ubi9-python-3.12/requirements.cuda.txt @@ -37,14 +37,14 @@ bleach==6.3.0 ; python_full_version >= '3.12' and implementation_name == 'cpytho --hash=sha256:4481fbde86076cc180511d11e201e4d69376553f13b40edb862d9dc9404e65f0 blinker==1.9.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:5ff23a8464fd7a59c93f1b7ef03dc948abd4a48ccc3b966695ace12136b46ddf -boto3==1.42.92 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:1c91dcac60646dcae8c6ab0ccd86618cae06bd22bf41bda0c6b1bd01e40ccccc -botocore==1.42.93 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:475d71c7a25fd5db76f9edceacc96fdeacf9a4c69aee62bf713862830868d1da +boto3==1.42.97 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:b0951f7ab044f8365b8db38976613d559d97e68ae458643c014ac42149e6f9a0 +botocore==1.42.97 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:1552360f1323dca810684c52044200fe009ad9b3fdc8f16c1d765db7cb314358 cachetools==7.0.6 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:fec79eb752cab7683cb0d34ba34107453f5309628c16774b9636dc7c6812ffcb -certifi==2026.2.25 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:21e39b1e7d9cf0b5cb448a8a34ce4dc416e90e410df943ee4d2c258352cdac7b +certifi==2026.4.22 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:1313539cae07cfc87cec7160420ea68eed92ce2323d921d347b3768ee019e8cf cffi==2.0.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:e5f30934094d0647d079f4acc39087dd0ecf773e30859950694fc37a71e1ee50 \ --hash=sha256:b1cdb7b6399f4316d8b0800b627298d1ba10e4e2863c18fe7128e788fa8d81b2 @@ -52,8 +52,8 @@ chardet==5.2.0 ; python_full_version >= '3.12' and implementation_name == 'cpyth --hash=sha256:e8b9ed32f4f99fe73de64e1d711f21fe792fb214b4e490abc3f9f004036c30db charset-normalizer==3.4.7 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:00debc5f0c70318d0da4f0850d4691ebff94280f39e99de806f15496f370ba01 -click==8.3.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:83683be94a29bf745324d2aeefa7f467dbb11e978143a01a44d0fb635fe3387c +click==8.3.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:7f12918ea272cb6f9bbaf9aaefedc60d4850b9f2cf0a990c69cfe1a4db6b4aae cloudpickle==3.1.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:042cb9b7b4f723eaef8dfd4f4c946fc55924ddd2daf4eedbe9b37b6afbac755c colorama==0.4.6 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -72,8 +72,8 @@ cycler==0.12.1 ; python_full_version >= '3.12' and implementation_name == 'cpyth --hash=sha256:22b7f31329b48734ce6e1ebab1d833a72271b215fae2712d0a3bec41439e4294 dask==2026.3.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:56229cab8dae78aa29d138868dc47b9711c264a6f3987b237ed0d33e3ed168ef -databricks-sdk==0.103.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:a44222af3b5a05a6ce0bb43b1b5ded177317a8d2f94766e6eba56d677f3b9afd +databricks-sdk==0.105.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:aa34922920be414f2ced386bd457cf135f30084c475000c13e54df754cee8165 dataproperty==1.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:89a501163d54c07a65d438e778affc9159950520d89762c4126227e3719c874a datasets==4.4.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -87,9 +87,12 @@ defusedxml==0.7.1 ; python_full_version >= '3.12' and implementation_name == 'cp --hash=sha256:62ad079a6b726b4dd3cbb731a8dbe6b6f5c8bd62a7d5c4f0331e6a4e37686d86 dill==0.3.9 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:da0b0a5e7da9af69d626a5355ce81e0a1c6a99d9f0088ab90b418f39ed516021 +distro==1.9.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:6d8b93fabc32efe7cad434cc515b6644bc6b611b584af9b7758cf8cc432573ff dnspython==2.8.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:db15ec16abf5022cddce18000862d6b7043ac477f8da1692590b98f3b2768c3e docker==7.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:b2254ca1c63fc9b832ecd64a468b51d842a72144a77abb1ea18332eb3442241a \ --hash=sha256:acb703c0af5c7f047c2f662cd2ad62d9fe04d4903f9d082b48ae5aa091b7d3a5 entrypoints==0.4 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:deb0291bb2114891e0e33be4c645d40b4fa5b38b60e5dfeaef5b8f97936f48e4 @@ -97,8 +100,8 @@ evaluate==0.4.6 ; python_full_version >= '3.12' and implementation_name == 'cpyt --hash=sha256:e8dc5a551bd4fe4c6f01afe77bcad279cc5f7e5961b265bd22724d4c93283d47 executing==2.2.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:d5e8569d0a77bb9a0580a3a407e8bfb53af42fa6a0312d0f818c6285c9eeca1a -fastapi==0.136.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:5fb3ceaee2e0ba7ea0966f0e94a95dac0580a63a742879724081fb56961ffe19 +fastapi==0.136.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:a79eb4b7ca09ac0b66b69119d0f8ce3fb065fadff92dc43516dfbcfc920a820c fastjsonschema==2.21.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:9a1162d043c993eb4ebd8a27044963c0833f125a361d82178be139877f65eda2 feast==0.62.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -118,8 +121,8 @@ fsspec==2025.10.0 ; python_full_version >= '3.12' and implementation_name == 'cp --hash=sha256:49c8e555fb012f235522c67ab02f0badf6ed422dabbcdfb9dcb332cb3f8638e5 gitdb==4.0.12 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:3b52cdcc889333bf2b1057ef5e5e553f12f5fbd773151c4af5fd2ea00fa1b28a -gitpython==3.1.46 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:7b5e4c5a2bdf4fa539dd1a32b271ffa3b5ea0e1843c6bc12754435f2a3f47d94 +gitpython==3.1.48 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:bcf8430bbc58a9320e97eec090a85f0826231a2d54bef245cec1b5018363f032 google-auth==2.49.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:2b655aef095a9138c2d8cee9f9f7c4e471bd85dffed45b990ad441a4bbb243da graphene==3.4.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -128,9 +131,9 @@ graphql-core==3.2.8 ; python_full_version >= '3.12' and implementation_name == ' --hash=sha256:50a9a79e614d2718f32d4b91a48842d2e65f278cbe0a8d37b43581cb89de2bc6 graphql-relay==3.2.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:96b196d33e8fcb88a6860230a3b2d56fa476fa34219d6c42acda065cf65b6ce0 -greenlet==3.4.0 ; (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'AMD64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'WIN32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'amd64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'ppc64le' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'win32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'x86_64' and sys_platform == 'linux') \ - --hash=sha256:5fabea1f2473dd92b38f22f619701beb025071fa4827db1a8d8dfa4052476e0f \ - --hash=sha256:7eb6b9b05f4a958c8acbe2a66e063cc8d42725a5ca62f989da2a7bf2f292f716 +greenlet==3.5.0 ; (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'AMD64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'WIN32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'amd64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'ppc64le' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'win32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'x86_64' and sys_platform == 'linux') \ + --hash=sha256:d9bdfeba0fc3c7a33acbd6322639f8fabb808654e06458fce612fac9b461d5b7 \ + --hash=sha256:63a7b5d40009f1a6d050f8f16bc70981569fc9b8268f50b98a4a5b7587d83e49 grpcio==1.80.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:80b5df239ee20eecd1f64669b0faa97d0ddd2f22eca71dc05a849755be6421cb \ --hash=sha256:02ce3c9bcb474a250f261e57e01ba49b4fba5a8fe780033ef8790cbc092b1e06 @@ -152,14 +155,14 @@ huey==2.6.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' --hash=sha256:da35534d817bac744dc11f46198949a18c5cc7993d185d380e655b3c790ae91c huggingface-hub==0.36.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:7489a555f773a2d5bbd1724ae081f49e0ced18b2781408fac6f47c1e72c29b7b -idna==3.12 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:96c7c5fcefe6f5dba23b543218730a6909c9f3601e16d5589cfdee50651b3e98 +idna==3.13 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:7340bc06229ae6b4abe392da202819000819f0eaf05df8836d9f2b1cb2321d91 importlib-metadata==8.7.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:038eeeac0bb7a88aee0bf75dd17cf12060ecb6db522de0c9b196e7a8b5691434 ipykernel==7.2.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:b94c735a8929b2e1dd8e0271d7e0a4bee1def831ac250c0a9d66702a79d19728 -ipython==9.12.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:551e741ad21b80941d849d736e80a88035f70e324faf0cdc0cd11679ccadf9f5 +ipython==9.13.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:1948cd59f5804b4402e8ced9d4e794b5eeb018419b470561a264d4751adcdd1b ipython-genutils==0.2.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:bc8c2e7ad2493ef1d5d70c6ed504323c2079457926f42ae49c2bad26790fc71b ipython-pygments-lexers==1.1.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -170,6 +173,9 @@ jedi==0.19.2 ; python_full_version >= '3.12' and implementation_name == 'cpython --hash=sha256:6047a9cc9d6653672e1d528d138e7aba1389b3b6cec7b1ad8e37f87d662260ac jinja2==3.1.6 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:67880b1f233f64306cdff96e1d26cb728e497af81ce12347b395a3fdefef2548 +jiter==0.14.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:fb4ce5242f6740bb07517ed3cca4a37cafaba5a54e90251fc656c8a7b3ba3f3a \ + --hash=sha256:4f6455b7f713761de21f6ce9c792135953299d06c43d44ddfa8f024d876c44cd jmespath==1.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:997120cb16100e10eb4fb3169ee9d00ed86167264fe8c538f6bb69592a6b83f9 joblib==1.5.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -205,8 +211,8 @@ loguru==0.7.3 ; python_full_version >= '3.12' and implementation_name == 'cpytho lxml==6.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:820a6df53772c761421c01babb955119a916a3f3148be31594318f47710404ff \ --hash=sha256:8b26528fe6e156f0f616c0fda5397bcc10abc0ce3069cbf4483dc5b619f773cf -mako==1.3.11 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:28febee8e164f638283dc1125122dcca6be6ae1a5ebb5607bfbc3f0667a75028 +mako==1.3.12 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:55a28a10cf84ec269394922a31469b25dcfdf45bb325a3dc241473c3cc62d9f2 markdown==3.10.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:960307579a189d1f1492937554ac3794d41188f9d44f5921a33385c5f1cb7c19 markdown-it-py==4.0.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -214,9 +220,9 @@ markdown-it-py==4.0.0 ; python_full_version >= '3.12' and implementation_name == markupsafe==3.0.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:367141995e0e06361ef0840b03a4628e47fe66a535d133094d91dd2c5f7cff4b \ --hash=sha256:f7c4ed8e3db09080017adb65466d70e6b44a8a03707bc5ddc7dd18122b2f711b -matplotlib==3.10.8 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:443586efe3770a0adf3246c159356cefba2d8bc52c168e4f7908ddf3fb5098f0 \ - --hash=sha256:f179af6c28201c77179f3b748190b489067b528de9be45cbd27335e27585efaf +matplotlib==3.10.9 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:ace2f814c4020be9711a091eec2b3ed87a05c81fe313b389bb42eec9af9be03f \ + --hash=sha256:f2f63b2a57f164282d2bc8f5c97be55f46d6a1b828d8b275944e6ad0f48ec8d5 matplotlib-inline==0.2.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:d594c8f4516c953d572ab526b61eaa2c898413cee9dd67f9bf1dd68ad2afed78 mbstrdecoder==1.1.4 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -281,16 +287,18 @@ onnx==1.20.0 ; python_full_version >= '3.12' and implementation_name == 'cpython --hash=sha256:e9f689c799513b64d229b7326062391bd2e2a38d78117f1f0485a4ce217c0131 onnxconverter-common==1.16.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:0708e01164697ed99f5a3146374f2514fe76c07955620fce9e361e1525d9da69 -opentelemetry-api==1.41.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:c3bdceb56bbcfd7625ce8bba7c2e5023389a1e63cb215faf44171a4f68a2563f -opentelemetry-proto==1.41.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:d4c85ae05b3e6ca054fa393f8bb81a9c65944da153b288b05e106f9a2e54ab31 -opentelemetry-sdk==1.41.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:3260326b8a514ff5f733895239fe36f5975c96eef9d6564b3396fe19b6557bf2 -opentelemetry-semantic-conventions==0.62b0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:51ae5528635b9c84c1d91cf904658539c55092b39ba25bb04f068c332b5047c9 -packaging==26.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:2dd51673bb17b9a9078c46059d099fc729e1515b301ee98765be04405a3a3142 +openai==2.33.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:63731a0d989b7aead5f5972a4b3e2e0761f938725a8574eed21c5f8446deb5f8 +opentelemetry-api==1.41.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:8dbf400a829ea0c8ad8cea4545a512c580294b3404ec153de4e7a6e539bf6320 +opentelemetry-proto==1.41.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:757d8e665f10d8caa80a91ed8ef5dbf1125e17e332406e9d06e6a298d0bc38e1 +opentelemetry-sdk==1.41.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:1beb74872755dcd61729f075cab6e530199d48f209ce3f573698684d4700f967 +opentelemetry-semantic-conventions==0.62b1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:72a7c04212b17891c2d2550e6a8952f8e9bd39c41d94659b1144e05937835c07 +packaging==26.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:88b87ee741949ee5f902444ed5040207b411465422abfb44299071d1445e7c03 pandas==2.3.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:07bdb859fb98be11d1870afb066444d39df187b24f1ae6b3d48098b6e0a1d8b3 \ --hash=sha256:cc2643cce48baab2d4ff158f9de79d2be83ef1685d51138d2c7b6226606e1b93 \ @@ -304,8 +312,8 @@ parso==0.8.6 ; python_full_version >= '3.12' and implementation_name == 'cpython --hash=sha256:c9b103b1ee70180d6ca82bcb30652e7a9041814a4ba0cbe11470631a4ad5673c partd==1.4.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:5cfec3bf6368e41cd306476b6ed5fadb96fba7431b19ab6a725164348b69b687 -pathspec==1.0.4 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:7219d700fefbf6ed5881b40d4efe753c9dc27a40ac06ac8a30a94e77fbe0b90f +pathspec==1.1.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:7e6729bfd1de4f42137c78a058d9322895542a964755eb091805b99f4544c3d5 pathvalidate==3.3.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:6845e0cf9051b31d455a449acda5983114ce2c7085b81337e102c6517b71795d pexpect==4.9.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -313,8 +321,8 @@ pexpect==4.9.0 ; python_full_version >= '3.12' and implementation_name == 'cpyth pillow==12.2.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:a447355e5ddcb989f812d9ad0e0dee22a031c4f09f1114335dad01f84c03b82a \ --hash=sha256:57a03b7853ede0c0739f7ba8e54cf97c2ab1ac96e85360c63ab10760c22eeecc -pip==26.0.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:0eb092df05f73261cb7825422aa89ce60cdda400111de90787afab6cc453f3f7 +pip==26.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:6d99d736160d98557f1eae8db814c273b9d3ea87a470c97d7dd92f2bf68c0e0d platformdirs==4.9.6 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:ebee18f7b9b5648eb17506f8ef3a4312942f6b477c279865a5e08957779bb10f plotly==6.7.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -407,8 +415,8 @@ rouge-score==0.1.2 ; python_full_version >= '3.12' and implementation_name == 'c rpds-py==0.30.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:007fd6cb296fe0e83901bcbf146ceb844a513a62b026a8d2d09a7dae45cf1245 \ --hash=sha256:2c7e0f020f0079dfb3e1adfa23058c0277242f44ad3c90d77fd4ce7da37cccd6 -s3transfer==0.16.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:2d48013355498d447b088f9e9c33d6719c1c542d7251764c5d37192eb85ec250 +s3transfer==0.16.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:6350de2105e6fc48e4973a61c0a4c64d9669bf3bdd4bbcc5d2753d50b04ab45c sacrebleu==2.6.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:6c25014defc7dd6bf8ee04fad57c804864b69205fbb4299644d6eec44d193887 safetensors==0.7.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -432,10 +440,12 @@ skops==0.14.0 ; python_full_version >= '3.12' and implementation_name == 'cpytho --hash=sha256:44c2ee894bc125e034246bdb556180b72190fa32e288295b3e2285aa6697629f smmap==5.0.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:96b720eff495d2783b1d9498583f4fb53dc417915bcb93e6f0a4468d9c1ceb45 +sniffio==1.3.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:fad4751f6153368d08be920f4c1951ec1e0eef3bbc6e4270b115ec088aaa663b soupsieve==2.8.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:987ad6425bd46a93d5daf2a7bb0fb7d2785999fb5f91412bd692bfb46080da47 -speculators==0.4.0.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:f15bb1e5922ce843dee4b58b54a6aad37ae5c4d2040d489a2c945a72a64255a8 +speculators==0.5.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:1180e8bc87852cf15ac11d7fbae9d5a413d029c92d740295b7abdfa0d09e6611 sqlalchemy==2.0.49 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:514a22b37c7c3792c8841fb70fac0dfa9ac613a82a9da09cdb15bda18d6a8c1a \ --hash=sha256:183667994440c0b9f64c9200e5604a9a1e9a9b8b3652d562ee8b80e3425d38c2 @@ -474,7 +484,9 @@ toolz==1.1.0 ; python_full_version >= '3.12' and implementation_name == 'cpython --hash=sha256:bd7bca0acff07b07453469e7ab162c5d925e326be756e31860a678fb33a6607d torch==2.10.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:abd7780bb000e26395789aaaf35ff44e7fc5eb4d18dc376a143dcf945273cf58 \ - --hash=sha256:23c50f2d26ebedd2e85e425acbfd3a7e38b7021877c454e7c88f51efad5f430c + --hash=sha256:23c50f2d26ebedd2e85e425acbfd3a7e38b7021877c454e7c88f51efad5f430c \ + --hash=sha256:5a6ad14acb331b550d50da37d3d70df70ecfaefce5b316dd021f89745ef5bbde \ + --hash=sha256:4c6cdcb47ab9c85dc9ceb2b15700463d511a40458027bff8bf4adf9cafdec398 torchvision==0.25.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:95887ac3bdca85dabf50c6bdb4a8ea5300617dde444764f0ded181f4192ae4b8 \ --hash=sha256:cbe480a8bdd0b48432de99920ab344580154f49af7beeebcab32db472c5a1121 @@ -494,14 +506,14 @@ typeguard==4.5.1 ; python_full_version >= '3.12' and implementation_name == 'cpy --hash=sha256:7f9cb3f830ddd39942094d8637c95de26159a3b64521655813f928c9ca23148a typepy==1.3.4 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:d990f0ba9768bb9bf853adcd80d93406d494e18e6d150ea0953d7ed422eb2072 -typer==0.24.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:b4c2060439dbd6a05afa4932b3cdabd5b8be362052a0141637a6bee1ed4dbd47 +typer==0.25.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:6a37557703c12af4ef81dd2bf91bcd379edf7f793d7271756c1dd87e5a5150dd typing-extensions==4.15.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:c8049b6230657cc878c17ba7f6c55569599c6f7cb3a6f60c611c8d3a233e108b typing-inspection==0.4.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:2cc4050a877d28bd16874b46c398231c2a3604ade11d9a92655d7c7b9478ca49 -tzdata==2026.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:80bfbd7f4a68cfe74cce3e6e13334d9a8c9070c9daeefc0f28e17b0788c74d28 +tzdata==2026.2 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:e80791a89ea26c35563535bc5a2f11974bbccbf7e20edf7c921b60fa4b9a464e urllib3==2.6.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:36b25c499a82ab870d38c2f21328bf3a08fa8e06efe628331aec1a7d279f9be5 uv==0.11.7 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ @@ -526,13 +538,13 @@ websockets==16.0 ; python_full_version >= '3.12' and implementation_name == 'cpy --hash=sha256:8c1bcd10179f19abbad002f301dd0265be01b4626d140ab7674b66d1908381cd werkzeug==3.1.8 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:f88c2aac49793705ee8e1c137e70ad3a3e49ec724333872a778db995f520c458 -wheel==0.46.3 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:a663910859d40dd7015ff0d83bdf3f46350b17676c55bb9effb8979258766bc6 +wheel==0.47.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:6d038a1150d71f3deff332b6c736057e35c7b04dcb225cb948a9c77923f4225c word2number==1.1 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:f979195bab525c8fe4864321672f579d5b15bcf889cc72b535f521b2a602a1ce -xxhash==3.6.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ - --hash=sha256:3ccee6ecd6fcceea3550838c388a5253bace6e4b99b9d1b7e0122990547bbd4c \ - --hash=sha256:0d71b1f9986c5759a65082fe28d45e2d61f2542e55b20ff63a0999429d044625 +xxhash==3.7.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ + --hash=sha256:eb84a9530128eaaa344ae64a1cf8197725c1a5d03cc81db68f1319e44b2345ad \ + --hash=sha256:919a65752a2c06bc503c5a92357b6d69936cc33cf6a0af94c77198ba38a295fe yarl==1.23.0 ; python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux' \ --hash=sha256:38fe3a72af8e5a190d58d09bb05c4be78d7339a0cb0e73b9a9d779145f04894b \ --hash=sha256:855f06d0f5857b3e57b2c7ccf1a810c57506ed230ab20bc212e30a5c8b4e39a1 \ diff --git a/runtimes/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml b/runtimes/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml index a49756ad76..12dbdc5caa 100644 --- a/runtimes/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml +++ b/runtimes/pytorch+llmcompressor/ubi9-python-3.12/uv.lock.d/pylock.cuda.toml @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv pip compile pyproject.toml --output-file uv.lock.d/pylock.cuda.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --universal --no-annotate --no-emit-package odh-notebooks-meta-db-connectors-deps --no-emit-package odh-notebooks-meta-jupyterlab-datascience-deps --no-emit-package odh-notebooks-meta-jupyterlab-deps --no-emit-package odh-notebooks-meta-llmcompressor-deps --no-emit-package odh-notebooks-meta-runtime-elyra-deps --no-emit-package odh-notebooks-meta-runtime-datascience-deps --no-emit-package odh-notebooks-meta-workbench-datascience-deps --constraints ../../../dependencies/cve-constraints.txt --exclude-newer=2026-04-22T07:11:06Z --default-index=https://console.redhat.com/api/pypi/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/simple/?format=json +# uv pip compile pyproject.toml --output-file uv.lock.d/pylock.cuda.toml --format pylock.toml --generate-hashes --emit-index-url --python-version=3.12 --universal --no-annotate --no-emit-package odh-notebooks-meta-db-connectors-deps --no-emit-package odh-notebooks-meta-jupyterlab-datascience-deps --no-emit-package odh-notebooks-meta-jupyterlab-deps --no-emit-package odh-notebooks-meta-llmcompressor-deps --no-emit-package odh-notebooks-meta-runtime-elyra-deps --no-emit-package odh-notebooks-meta-runtime-datascience-deps --no-emit-package odh-notebooks-meta-workbench-datascience-deps --constraints ../../../dependencies/cve-constraints.txt --exclude-newer=2026-04-29T01:34:53Z --default-index=https://console.redhat.com/api/pypi/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/simple/?format=json lock-version = "1.0" created-by = "uv" requires-python = ">=3.12" @@ -120,15 +120,15 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "boto3" -version = "1.42.92" +version = "1.42.97" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/boto3-1.42.92-8-py3-none-any.whl", upload-time = 2026-04-21T00:33:46Z, size = 141548, hashes = { sha256 = "1c91dcac60646dcae8c6ab0ccd86618cae06bd22bf41bda0c6b1bd01e40ccccc" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/boto3-1.42.97-8-py3-none-any.whl", upload-time = 2026-04-28T00:33:32Z, size = 141547, hashes = { sha256 = "b0951f7ab044f8365b8db38976613d559d97e68ae458643c014ac42149e6f9a0" } }] [[packages]] name = "botocore" -version = "1.42.93" +version = "1.42.97" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/botocore-1.42.93-8-py3-none-any.whl", upload-time = 2026-04-22T00:23:29Z, size = 14889502, hashes = { sha256 = "475d71c7a25fd5db76f9edceacc96fdeacf9a4c69aee62bf713862830868d1da" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/botocore-1.42.97-8-py3-none-any.whl", upload-time = 2026-04-28T00:24:53Z, size = 14916261, hashes = { sha256 = "1552360f1323dca810684c52044200fe009ad9b3fdc8f16c1d765db7cb314358" } }] [[packages]] name = "cachetools" @@ -138,9 +138,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "certifi" -version = "2026.2.25" +version = "2026.4.22" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/certifi-2026.2.25-8-py3-none-any.whl", upload-time = 2026-02-25T21:25:25Z, size = 4776, hashes = { sha256 = "21e39b1e7d9cf0b5cb448a8a34ce4dc416e90e410df943ee4d2c258352cdac7b" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/certifi-2026.4.22-8-py3-none-any.whl", upload-time = 2026-04-23T00:20:59Z, size = 4775, hashes = { sha256 = "1313539cae07cfc87cec7160420ea68eed92ce2323d921d347b3768ee019e8cf" } }] [[packages]] name = "cffi" @@ -165,9 +165,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "click" -version = "8.3.2" +version = "8.3.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/click-8.3.2-8-py3-none-any.whl", upload-time = 2026-04-06T16:46:09Z, size = 109265, hashes = { sha256 = "83683be94a29bf745324d2aeefa7f467dbb11e978143a01a44d0fb635fe3387c" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/click-8.3.3-8-py3-none-any.whl", upload-time = 2026-04-23T00:20:40Z, size = 111388, hashes = { sha256 = "7f12918ea272cb6f9bbaf9aaefedc60d4850b9f2cf0a990c69cfe1a4db6b4aae" } }] [[packages]] name = "cloudpickle" @@ -225,9 +225,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "databricks-sdk" -version = "0.103.0" +version = "0.105.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/databricks_sdk-0.103.0-8-py3-none-any.whl", upload-time = 2026-04-21T00:34:14Z, size = 858435, hashes = { sha256 = "a44222af3b5a05a6ce0bb43b1b5ded177317a8d2f94766e6eba56d677f3b9afd" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/databricks_sdk-0.105.0-8-py3-none-any.whl", upload-time = 2026-04-24T06:29:13Z, size = 867203, hashes = { sha256 = "aa34922920be414f2ced386bd457cf135f30084c475000c13e54df754cee8165" } }] [[packages]] name = "dataproperty" @@ -268,6 +268,12 @@ version = "0.3.9" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/dill-0.3.9-8-py3-none-any.whl", upload-time = 2026-02-23T23:52:52Z, size = 120420, hashes = { sha256 = "da0b0a5e7da9af69d626a5355ce81e0a1c6a99d9f0088ab90b418f39ed516021" } }] +[[packages]] +name = "distro" +version = "1.9.0" +marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/distro-1.9.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:03Z, size = 21199, hashes = { sha256 = "6d8b93fabc32efe7cad434cc515b6644bc6b611b584af9b7758cf8cc432573ff" } }] + [[packages]] name = "dnspython" version = "2.8.0" @@ -278,7 +284,10 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa name = "docker" version = "7.1.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/docker-7.1.0-9-py3-none-any.whl", upload-time = 2026-02-24T03:35:34Z, size = 148903, hashes = { sha256 = "acb703c0af5c7f047c2f662cd2ad62d9fe04d4903f9d082b48ae5aa091b7d3a5" } }] +wheels = [ + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/docker-7.1.0-10-py3-none-any.whl", upload-time = 2026-04-22T12:31:20Z, size = 149012, hashes = { sha256 = "b2254ca1c63fc9b832ecd64a468b51d842a72144a77abb1ea18332eb3442241a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/docker-7.1.0-9-py3-none-any.whl", upload-time = 2026-02-24T03:35:34Z, size = 148903, hashes = { sha256 = "acb703c0af5c7f047c2f662cd2ad62d9fe04d4903f9d082b48ae5aa091b7d3a5" } }, +] [[packages]] name = "entrypoints" @@ -300,9 +309,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "fastapi" -version = "0.136.0" +version = "0.136.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fastapi-0.136.0-8-py3-none-any.whl", upload-time = 2026-04-16T17:51:13Z, size = 118463, hashes = { sha256 = "5fb3ceaee2e0ba7ea0966f0e94a95dac0580a63a742879724081fb56961ffe19" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/fastapi-0.136.1-8-py3-none-any.whl", upload-time = 2026-04-24T05:32:52Z, size = 118587, hashes = { sha256 = "a79eb4b7ca09ac0b66b69119d0f8ce3fb065fadff92dc43516dfbcfc920a820c" } }] [[packages]] name = "fastjsonschema" @@ -363,9 +372,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "gitpython" -version = "3.1.46" +version = "3.1.48" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/gitpython-3.1.46-8-py3-none-any.whl", upload-time = 2026-02-23T23:59:01Z, size = 209535, hashes = { sha256 = "7b5e4c5a2bdf4fa539dd1a32b271ffa3b5ea0e1843c6bc12754435f2a3f47d94" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/gitpython-3.1.48-8-py3-none-any.whl", upload-time = 2026-04-28T09:57:37Z, size = 210715, hashes = { sha256 = "bcf8430bbc58a9320e97eec090a85f0826231a2d54bef245cec1b5018363f032" } }] [[packages]] name = "google-auth" @@ -393,11 +402,11 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "greenlet" -version = "3.4.0" +version = "3.5.0" marker = "(python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'AMD64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'WIN32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'amd64' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'ppc64le' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'win32' and sys_platform == 'linux') or (python_full_version >= '3.12' and implementation_name == 'cpython' and platform_machine == 'x86_64' and sys_platform == 'linux')" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/greenlet-3.4.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-08T18:20:18Z, size = 541146, hashes = { sha256 = "5fabea1f2473dd92b38f22f619701beb025071fa4827db1a8d8dfa4052476e0f" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/greenlet-3.4.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-08T18:18:57Z, size = 553767, hashes = { sha256 = "7eb6b9b05f4a958c8acbe2a66e063cc8d42725a5ca62f989da2a7bf2f292f716" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/greenlet-3.5.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-28T00:31:56Z, size = 548330, hashes = { sha256 = "d9bdfeba0fc3c7a33acbd6322639f8fabb808654e06458fce612fac9b461d5b7" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/greenlet-3.5.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-28T00:31:57Z, size = 548776, hashes = { sha256 = "63a7b5d40009f1a6d050f8f16bc70981569fc9b8268f50b98a4a5b7587d83e49" } }, ] [[packages]] @@ -465,9 +474,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "idna" -version = "3.12" +version = "3.13" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/idna-3.12-8-py3-none-any.whl", upload-time = 2026-04-22T00:22:00Z, size = 69510, hashes = { sha256 = "96c7c5fcefe6f5dba23b543218730a6909c9f3601e16d5589cfdee50651b3e98" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/idna-3.13-8-py3-none-any.whl", upload-time = 2026-04-23T00:20:36Z, size = 69503, hashes = { sha256 = "7340bc06229ae6b4abe392da202819000819f0eaf05df8836d9f2b1cb2321d91" } }] [[packages]] name = "importlib-metadata" @@ -483,9 +492,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "ipython" -version = "9.12.0" +version = "9.13.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ipython-9.12.0-8-py3-none-any.whl", upload-time = 2026-03-28T00:35:19Z, size = 626571, hashes = { sha256 = "551e741ad21b80941d849d736e80a88035f70e324faf0cdc0cd11679ccadf9f5" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/ipython-9.13.0-8-py3-none-any.whl", upload-time = 2026-04-25T00:12:46Z, size = 628181, hashes = { sha256 = "1948cd59f5804b4402e8ced9d4e794b5eeb018419b470561a264d4751adcdd1b" } }] [[packages]] name = "ipython-genutils" @@ -517,6 +526,15 @@ version = "3.1.6" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jinja2-3.1.6-8-py3-none-any.whl", upload-time = 2026-02-23T20:53:35Z, size = 135787, hashes = { sha256 = "67880b1f233f64306cdff96e1d26cb728e497af81ce12347b395a3fdefef2548" } }] +[[packages]] +name = "jiter" +version = "0.14.0" +marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" +wheels = [ + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jiter-0.14.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-10T20:52:56Z, size = 332086, hashes = { sha256 = "fb4ce5242f6740bb07517ed3cca4a37cafaba5a54e90251fc656c8a7b3ba3f3a" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/jiter-0.14.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-10T20:49:28Z, size = 334342, hashes = { sha256 = "4f6455b7f713761de21f6ce9c792135953299d06c43d44ddfa8f024d876c44cd" } }, +] + [[packages]] name = "jmespath" version = "1.1.0" @@ -624,9 +642,9 @@ wheels = [ [[packages]] name = "mako" -version = "1.3.11" +version = "1.3.12" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mako-1.3.11-8-py3-none-any.whl", upload-time = 2026-04-15T01:16:07Z, size = 79637, hashes = { sha256 = "28febee8e164f638283dc1125122dcca6be6ae1a5ebb5607bfbc3f0667a75028" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/mako-1.3.12-8-py3-none-any.whl", upload-time = 2026-04-29T00:55:11Z, size = 79657, hashes = { sha256 = "55a28a10cf84ec269394922a31469b25dcfdf45bb325a3dc241473c3cc62d9f2" } }] [[packages]] name = "markdown" @@ -651,11 +669,11 @@ wheels = [ [[packages]] name = "matplotlib" -version = "3.10.8" +version = "3.10.9" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib-3.10.8-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-24T00:00:02Z, size = 7786073, hashes = { sha256 = "443586efe3770a0adf3246c159356cefba2d8bc52c168e4f7908ddf3fb5098f0" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib-3.10.8-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-24T00:08:19Z, size = 7920001, hashes = { sha256 = "f179af6c28201c77179f3b748190b489067b528de9be45cbd27335e27585efaf" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib-3.10.9-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-24T06:31:57Z, size = 7789647, hashes = { sha256 = "ace2f814c4020be9711a091eec2b3ed87a05c81fe313b389bb42eec9af9be03f" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/matplotlib-3.10.9-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-24T07:39:35Z, size = 7924448, hashes = { sha256 = "f2f63b2a57f164282d2bc8f5c97be55f46d6a1b828d8b275944e6ad0f48ec8d5" } }, ] [[packages]] @@ -850,35 +868,41 @@ version = "1.16.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/onnxconverter_common-1.16.0-10-py2.py3-none-any.whl", upload-time = 2026-02-23T23:54:20Z, size = 90231, hashes = { sha256 = "0708e01164697ed99f5a3146374f2514fe76c07955620fce9e361e1525d9da69" } }] +[[packages]] +name = "openai" +version = "2.33.0" +marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/openai-2.33.0-8-py3-none-any.whl", upload-time = 2026-04-29T00:54:06Z, size = 1163651, hashes = { sha256 = "63731a0d989b7aead5f5972a4b3e2e0761f938725a8574eed21c5f8446deb5f8" } }] + [[packages]] name = "opentelemetry-api" -version = "1.41.0" +version = "1.41.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_api-1.41.0-8-py3-none-any.whl", upload-time = 2026-04-09T18:05:33Z, size = 69987, hashes = { sha256 = "c3bdceb56bbcfd7625ce8bba7c2e5023389a1e63cb215faf44171a4f68a2563f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_api-1.41.1-8-py3-none-any.whl", upload-time = 2026-04-25T00:12:15Z, size = 69986, hashes = { sha256 = "8dbf400a829ea0c8ad8cea4545a512c580294b3404ec153de4e7a6e539bf6320" } }] [[packages]] name = "opentelemetry-proto" -version = "1.41.0" +version = "1.41.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_proto-1.41.0-8-py3-none-any.whl", upload-time = 2026-04-09T18:06:15Z, size = 73070, hashes = { sha256 = "d4c85ae05b3e6ca054fa393f8bb81a9c65944da153b288b05e106f9a2e54ab31" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_proto-1.41.1-8-py3-none-any.whl", upload-time = 2026-04-25T00:11:42Z, size = 73070, hashes = { sha256 = "757d8e665f10d8caa80a91ed8ef5dbf1125e17e332406e9d06e6a298d0bc38e1" } }] [[packages]] name = "opentelemetry-sdk" -version = "1.41.0" +version = "1.41.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_sdk-1.41.0-8-py3-none-any.whl", upload-time = 2026-04-09T18:06:38Z, size = 181193, hashes = { sha256 = "3260326b8a514ff5f733895239fe36f5975c96eef9d6564b3396fe19b6557bf2" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_sdk-1.41.1-8-py3-none-any.whl", upload-time = 2026-04-25T00:10:11Z, size = 181193, hashes = { sha256 = "1beb74872755dcd61729f075cab6e530199d48f209ce3f573698684d4700f967" } }] [[packages]] name = "opentelemetry-semantic-conventions" -version = "0.62b0" +version = "0.62b1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_semantic_conventions-0.62b0-8-py3-none-any.whl", upload-time = 2026-04-09T18:07:13Z, size = 232742, hashes = { sha256 = "51ae5528635b9c84c1d91cf904658539c55092b39ba25bb04f068c332b5047c9" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/opentelemetry_semantic_conventions-0.62b1-8-py3-none-any.whl", upload-time = 2026-04-25T00:12:06Z, size = 232742, hashes = { sha256 = "72a7c04212b17891c2d2550e6a8952f8e9bd39c41d94659b1144e05937835c07" } }] [[packages]] name = "packaging" -version = "26.1" +version = "26.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/packaging-26.1-8-py3-none-any.whl", upload-time = 2026-04-15T01:03:21Z, size = 96733, hashes = { sha256 = "2dd51673bb17b9a9078c46059d099fc729e1515b301ee98765be04405a3a3142" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/packaging-26.2-8-py3-none-any.whl", upload-time = 2026-04-24T23:03:28Z, size = 101098, hashes = { sha256 = "88b87ee741949ee5f902444ed5040207b411465422abfb44299071d1445e7c03" } }] [[packages]] name = "pandas" @@ -917,9 +941,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "pathspec" -version = "1.0.4" +version = "1.1.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pathspec-1.0.4-8-py3-none-any.whl", upload-time = 2026-02-23T19:26:53Z, size = 56115, hashes = { sha256 = "7219d700fefbf6ed5881b40d4efe753c9dc27a40ac06ac8a30a94e77fbe0b90f" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pathspec-1.1.1-8-py3-none-any.whl", upload-time = 2026-04-28T00:22:30Z, size = 58241, hashes = { sha256 = "7e6729bfd1de4f42137c78a058d9322895542a964755eb091805b99f4544c3d5" } }] [[packages]] name = "pathvalidate" @@ -944,9 +968,9 @@ wheels = [ [[packages]] name = "pip" -version = "26.0.1" +version = "26.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pip-26.0.1-8-py3-none-any.whl", upload-time = 2026-02-23T19:00:59Z, size = 1788588, hashes = { sha256 = "0eb092df05f73261cb7825422aa89ce60cdda400111de90787afab6cc453f3f7" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/pip-26.1-8-py3-none-any.whl", upload-time = 2026-04-27T00:19:24Z, size = 1813659, hashes = { sha256 = "6d99d736160d98557f1eae8db814c273b9d3ea87a470c97d7dd92f2bf68c0e0d" } }] [[packages]] name = "platformdirs" @@ -1218,9 +1242,9 @@ wheels = [ [[packages]] name = "s3transfer" -version = "0.16.0" +version = "0.16.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/s3transfer-0.16.0-8-py3-none-any.whl", upload-time = 2026-02-23T23:58:46Z, size = 87899, hashes = { sha256 = "2d48013355498d447b088f9e9c33d6719c1c542d7251764c5d37192eb85ec250" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/s3transfer-0.16.1-8-py3-none-any.whl", upload-time = 2026-04-23T00:29:38Z, size = 87899, hashes = { sha256 = "6350de2105e6fc48e4973a61c0a4c64d9669bf3bdd4bbcc5d2753d50b04ab45c" } }] [[packages]] name = "sacrebleu" @@ -1291,6 +1315,12 @@ version = "5.0.3" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/smmap-5.0.3-8-py3-none-any.whl", upload-time = 2026-03-09T12:11:51Z, size = 25275, hashes = { sha256 = "96b720eff495d2783b1d9498583f4fb53dc417915bcb93e6f0a4468d9c1ceb45" } }] +[[packages]] +name = "sniffio" +version = "1.3.1" +marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/sniffio-1.3.1-8-py3-none-any.whl", upload-time = 2026-02-24T00:00:48Z, size = 11188, hashes = { sha256 = "fad4751f6153368d08be920f4c1951ec1e0eef3bbc6e4270b115ec088aaa663b" } }] + [[packages]] name = "soupsieve" version = "2.8.3" @@ -1299,9 +1329,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "speculators" -version = "0.4.0.1" +version = "0.5.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/speculators-0.4.0.1-8-py3-none-any.whl", upload-time = 2026-03-26T15:40:06Z, size = 106211, hashes = { sha256 = "f15bb1e5922ce843dee4b58b54a6aad37ae5c4d2040d489a2c945a72a64255a8" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/speculators-0.5.0-8-py3-none-any.whl", upload-time = 2026-04-24T23:11:12Z, size = 113370, hashes = { sha256 = "1180e8bc87852cf15ac11d7fbae9d5a413d029c92d740295b7abdfa0d09e6611" } }] [[packages]] name = "sqlalchemy" @@ -1418,6 +1448,8 @@ marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and wheels = [ { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-13-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-09T15:50:06Z, size = 1434311678, hashes = { sha256 = "abd7780bb000e26395789aaaf35ff44e7fc5eb4d18dc376a143dcf945273cf58" } }, { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-13-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-09T16:41:49Z, size = 1470596493, hashes = { sha256 = "23c50f2d26ebedd2e85e425acbfd3a7e38b7021877c454e7c88f51efad5f430c" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-14-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-24T03:51:10Z, size = 1434309202, hashes = { sha256 = "5a6ad14acb331b550d50da37d3d70df70ecfaefce5b316dd021f89745ef5bbde" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/torch-2.10.0-14-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-24T04:36:02Z, size = 1470599502, hashes = { sha256 = "4c6cdcb47ab9c85dc9ceb2b15700463d511a40458027bff8bf4adf9cafdec398" } }, ] [[packages]] @@ -1479,9 +1511,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "typer" -version = "0.24.1" +version = "0.25.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typer-0.24.1-8-py3-none-any.whl", upload-time = 2026-02-23T20:52:21Z, size = 56974, hashes = { sha256 = "b4c2060439dbd6a05afa4932b3cdabd5b8be362052a0141637a6bee1ed4dbd47" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/typer-0.25.0-8-py3-none-any.whl", upload-time = 2026-04-27T00:19:17Z, size = 56880, hashes = { sha256 = "6a37557703c12af4ef81dd2bf91bcd379edf7f793d7271756c1dd87e5a5150dd" } }] [[packages]] name = "typing-extensions" @@ -1497,9 +1529,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "tzdata" -version = "2026.1" +version = "2026.2" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tzdata-2026.1-8-py2.py3-none-any.whl", upload-time = 2026-04-06T16:46:38Z, size = 349856, hashes = { sha256 = "80bfbd7f4a68cfe74cce3e6e13334d9a8c9070c9daeefc0f28e17b0788c74d28" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/tzdata-2026.2-8-py2.py3-none-any.whl", upload-time = 2026-04-24T23:06:24Z, size = 350226, hashes = { sha256 = "e80791a89ea26c35563535bc5a2f11974bbccbf7e20edf7c921b60fa4b9a464e" } }] [[packages]] name = "urllib3" @@ -1575,9 +1607,9 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "wheel" -version = "0.46.3" +version = "0.47.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/wheel-0.46.3-8-py3-none-any.whl", upload-time = 2026-02-23T19:25:51Z, size = 31483, hashes = { sha256 = "a663910859d40dd7015ff0d83bdf3f46350b17676c55bb9effb8979258766bc6" } }] +wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/wheel-0.47.0-8-py3-none-any.whl", upload-time = 2026-04-23T00:21:02Z, size = 33144, hashes = { sha256 = "6d038a1150d71f3deff332b6c736057e35c7b04dcb225cb948a9c77923f4225c" } }] [[packages]] name = "word2number" @@ -1587,11 +1619,11 @@ wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoa [[packages]] name = "xxhash" -version = "3.6.0" +version = "3.7.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/xxhash-3.6.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-02-23T20:51:55Z, size = 196502, hashes = { sha256 = "3ccee6ecd6fcceea3550838c388a5253bace6e4b99b9d1b7e0122990547bbd4c" } }, - { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/xxhash-3.6.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-02-23T21:17:16Z, size = 155053, hashes = { sha256 = "0d71b1f9986c5759a65082fe28d45e2d61f2542e55b20ff63a0999429d044625" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/xxhash-3.7.0-8-cp312-cp312-linux_aarch64.whl", upload-time = 2026-04-26T00:22:21Z, size = 196560, hashes = { sha256 = "eb84a9530128eaaa344ae64a1cf8197725c1a5d03cc81db68f1319e44b2345ad" } }, + { url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.5-EA1/cuda13.0-ubi9-test/xxhash-3.7.0-8-cp312-cp312-linux_x86_64.whl", upload-time = 2026-04-26T00:20:31Z, size = 155112, hashes = { sha256 = "919a65752a2c06bc503c5a92357b6d69936cc33cf6a0af94c77198ba38a295fe" } }, ] [[packages]]