Update dependency httpx-sse to v0.4.3#70
Open
konflux-internal-p02[bot] wants to merge 1 commit into
Open
Conversation
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
rhods-devops-app Bot
pushed a commit
that referenced
this pull request
Feb 27, 2026
Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
Jooho
added a commit
that referenced
this pull request
Apr 10, 2026
* Cherry-pick from master to release branch (#30) * Add build arguments to parameterize Dockerfile base images (#13) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * improvements to sync workflow (#25) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> --------- Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> Co-authored-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Downgrade odh release version to 3.2 (#34) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * converting all occurences of get_event_loop to get_running_loop (#35) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Update Tekton output-image tags to version odh-v3.2 (#37) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore(konflux): Bump release tag to odh-v3.3 (#39) Co-authored-by: Release Bot <github-actions[bot]@users.noreply.github.com> * Upgrade sklearn images used in testing to the latest version (#44) * upgrade sklearn images used in testing to the latest version Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * downgrading to 1.6.1 for python 3.9 compatibility Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> --------- Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * disabling security scan workflows from running on ODH fork sine we have onboarded MLServer to RHOAI snyk already (#45) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Podman Support for MLServer Tests (#43) * adding documentation on podman usage. updating tox.ini to support podman and skip cli tests Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * removing unneeded TF_USE_LEGACY_KERAS env variable from odh-all-runtimes tox env Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> --------- Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * making poetry version configurable in tests workflow Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * fix: XGBoost model loading issue with modelcar (#70) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * feat(runtimes): add ONNX runtime support (mlserver_onnx) (#73) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * onnx runtime: align version constraints and stabilize test model metadata (#95) (#98) Signed-off-by: Snomaan6846 <syedali@redhat.com> * updating push job to create odh-v3.4-EA1 tag (#101) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * updating push job to create odh-v3.4-EA2 tag (#102) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * bumping tag in tekton push job to odh-v3.4 (#103) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Fix ONNX model loading failure with KServe Modelcar symlinks by reading model bytes via Python open() Signed-off-by: Jooho Lee <jlee@redhat.com> * Support ONNX models with external data files via onnx.load() with load_external_data=True Signed-off-by: Jooho Lee <jlee@redhat.com> * Cherry pick from master to release 1.7.x (opendatahub-io#122) * ci: Add AIPCC wheels requirements file generation script and github workflow (#88) Signed-off-by: Snomaan6846 <syedali@redhat.com> * Add mlserver-onnx to requirements-config.json Signed-off-by: Snomaan6846 <syedali@redhat.com> * Various improvements to how MLServer gets built (#94) * Start Dockerfile Review This is the first in a series of patches that update the Dockerfile to solve several issues. Look at each commit for an explanation. * Remove development items These items are used to download and build the alibi extensions. * Setup python3 using alternatives Using alternatives is the standard way to maintain the synlinks. * Remove the python-devel package This was missed when removing the other devel packages. Remove it. * Add the sticky bit to mlserver directory The Dockerfile is creating a world writable directory. It is unclear why that is needed. Set the sticky bit on it to enforce some sane security assumptions (different users can't overwrite each other's files.) * Remove PATH and LD_LIBRARY_PATH They point to directories that don't exist. * Remove the leftover dist directory The dist directory was being copied into the mlserver home dir. It was not cleaned up after installation. Use the wheel-builder directory directly instead of copying it. This way it disappears after the RUN command. * Use UBI 9 image for wheel-builder Change from Debian based image to UBI9. This is to ensure future compatibility if we start building elf components of python dependencies. * Remove white space Remove white space after the '\'. * Add libgomp back Libgomp is used by LightGBM. Add it back. * chore(renovate): add renovate config for aipcc base image updates on rhoai-staging (opendatahub-io#111) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore: Use single reference of base image (opendatahub-io#113) Signed-off-by: Snomaan6846 <syedali@redhat.com> * chore(renovate): Update renovate config to remove includePaths config (opendatahub-io#114) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore(renovate): add daily schedule for dockerfile manager for renovate (opendatahub-io#115) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED --------- Signed-off-by: Snomaan6846 <syedali@redhat.com> Co-authored-by: Steven Grubb <sgrubb@redhat.com> * chore(ci): harden release-to-staging sync workflow merge and policy handling (opendatahub-io#124) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED Co-authored-by: Snomaan6846 <syedali@redhat.com> --------- Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> Signed-off-by: Snomaan6846 <syedali@redhat.com> Signed-off-by: Jooho Lee <jlee@redhat.com> Co-authored-by: SYED NOMAAN ALI <nomaan.syed.ali@gmail.com> Co-authored-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> Co-authored-by: openshift-merge-bot[bot] <148852131+openshift-merge-bot[bot]@users.noreply.github.com> Co-authored-by: odh-devops-app[bot] <140140902+odh-devops-app[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jooho Lee <jlee@redhat.com> Co-authored-by: Jooho Lee <ljhiyh@gmail.com> Co-authored-by: Steven Grubb <sgrubb@redhat.com> Co-authored-by: OpenShift Cherrypick Robot <openshift-cherrypick-robot@redhat.com> Co-authored-by: Snomaan6846 <syedali@redhat.com>
Jooho
added a commit
that referenced
this pull request
Apr 10, 2026
* GITBOOK-2: Rajie's Jun 18 changes * Python api docs (SeldonIO#2266) (SeldonIO#2268) * initial commit python api docs * formatting update * update script using ast * pydantic models field tables * fixed api docs path * classes api docs * classes formatting * fix to import codecs methods * fix empty methods, bullets * update function, class navigation * types formatting * types hierarchy fixes * pydantic model fields tables * MLServer CLI and more formatting * cli flags rendering * add overviews * summary md clean * link edit again * Rename API-Reference.md to api-reference.md * Remove local environments_dir and metrics_dir defaults * Remove custom generator script * defining workflow to merge master to stable Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * update OWNERS file Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * accept code rabbit suggestion Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * updating workflow to sync release branches to rhoai staging Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * updating workflow file name Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Refactor Dockerfile to remove non-required runtimes from MLServer image Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * removing unsupported runtimes from ci tests and adding required branches Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * remove conda env creation from test workflow Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * remove env_tarball test fixture Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * satisfy linter Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Revert "satisfy linter" This reverts commit 9dfe829. Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Revert "remove env_tarball test fixture" This reverts commit 5060468. Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * allowing alternative to conda envs for tarball creation Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * satisfy linter Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * satisfy linter Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * satisfy linter Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * updating venv pack logic to install local mlserver package so we can test the latest changes Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * fixing bug that occurs when using venv packaged tarball files where no event loop is running on the worker Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * fixing bug caused by usage of uvloop >v0.21 Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * resolving issue caused by using latest version of confluentinc images Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * finalizing tox.ini Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * adding readme for tests with and without conda Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * removing all references to upstream repo from tox.ini Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * updating owners aliases file Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Remove conda reference from Dockerfile (#6) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * adding required workflows (#12) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Add build arguments to parameterize Dockerfile base images (#13) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * preserving commit history in the release to staging sync workflow (#19) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * improvements to sync workflow (#25) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Cherry-pick from master to release branch (#30) * Add build arguments to parameterize Dockerfile base images (#13) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * improvements to sync workflow (#25) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> --------- Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> Co-authored-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Downgrade odh release version to 3.2 (#34) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * converting all occurences of get_event_loop to get_running_loop (#35) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * converting all occurences of get_event_loop to get_running_loop (#35) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Update Tekton output-image tags to version odh-v3.2 (#37) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore(konflux): Bump release tag to odh-v3.3 (#39) Co-authored-by: Release Bot <github-actions[bot]@users.noreply.github.com> * Upgrade sklearn images used in testing to the latest version (#44) * upgrade sklearn images used in testing to the latest version Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * downgrading to 1.6.1 for python 3.9 compatibility Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> --------- Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * disabling security scan workflows from running on ODH fork sine we have onboarded MLServer to RHOAI snyk already (#45) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Podman Support for MLServer Tests (#43) * adding documentation on podman usage. updating tox.ini to support podman and skip cli tests Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * removing unneeded TF_USE_LEGACY_KERAS env variable from odh-all-runtimes tox env Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> --------- Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Upgrade sklearn images used in testing to the latest version (#44) * upgrade sklearn images used in testing to the latest version Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * downgrading to 1.6.1 for python 3.9 compatibility Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> --------- Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * disabling security scan workflows from running on ODH fork sine we have onboarded MLServer to RHOAI snyk already (#45) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Podman Support for MLServer Tests (#43) * adding documentation on podman usage. updating tox.ini to support podman and skip cli tests Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * removing unneeded TF_USE_LEGACY_KERAS env variable from odh-all-runtimes tox env Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> --------- Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * add pipelineruns for odh ci builds * update target branch to master * making poetry version configurable in tests workflow Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * fix: XGBoost model loading issue with modelcar (#70) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * making poetry version configurable in tests workflow Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * fix: XGBoost model loading issue with modelcar (#70) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * make permissions explicit in merge workflow (#76) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * feat(runtimes): add ONNX runtime support (mlserver_onnx) (#73) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * feat(runtimes): add ONNX runtime support (mlserver_onnx) (#73) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * ci: Add AIPCC wheels requirements file generation script and github workflow (#88) Signed-off-by: Snomaan6846 <syedali@redhat.com> * onnx runtime: align version constraints and stabilize test model metadata (#95) Signed-off-by: Snomaan6846 <syedali@redhat.com> * onnx runtime: align version constraints and stabilize test model metadata (#95) (#98) Signed-off-by: Snomaan6846 <syedali@redhat.com> * updating push job to create odh-v3.4-EA1 tag (#101) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * updating push job to create odh-v3.4-EA2 tag (#102) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * bumping tag in tekton push job to odh-v3.4 (#103) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Add mlserver-onnx to requirements-config.json Signed-off-by: Snomaan6846 <syedali@redhat.com> * Various improvements to how MLServer gets built (#94) * Start Dockerfile Review This is the first in a series of patches that update the Dockerfile to solve several issues. Look at each commit for an explanation. * Remove development items These items are used to download and build the alibi extensions. * Setup python3 using alternatives Using alternatives is the standard way to maintain the synlinks. * Remove the python-devel package This was missed when removing the other devel packages. Remove it. * Add the sticky bit to mlserver directory The Dockerfile is creating a world writable directory. It is unclear why that is needed. Set the sticky bit on it to enforce some sane security assumptions (different users can't overwrite each other's files.) * Remove PATH and LD_LIBRARY_PATH They point to directories that don't exist. * Remove the leftover dist directory The dist directory was being copied into the mlserver home dir. It was not cleaned up after installation. Use the wheel-builder directory directly instead of copying it. This way it disappears after the RUN command. * Use UBI 9 image for wheel-builder Change from Debian based image to UBI9. This is to ensure future compatibility if we start building elf components of python dependencies. * Remove white space Remove white space after the '\'. * Add libgomp back Libgomp is used by LightGBM. Add it back. * chore(renovate): add renovate config for aipcc base image updates on rhoai-staging (opendatahub-io#111) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore: Use single reference of base image (opendatahub-io#113) Signed-off-by: Snomaan6846 <syedali@redhat.com> * chore(renovate): Update renovate config to remove includePaths config (opendatahub-io#114) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore(renovate): add daily schedule for dockerfile manager for renovate (opendatahub-io#115) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * fix: ONNX model loading failure with KServe Modelcar symlinks (opendatahub-io#117) * Fix ONNX model loading failure with KServe Modelcar symlinks by reading model bytes via Python open() Signed-off-by: Jooho Lee <jlee@redhat.com> * Support ONNX models with external data files via onnx.load() with load_external_data=True Signed-off-by: Jooho Lee <jlee@redhat.com> --------- Signed-off-by: Jooho Lee <jlee@redhat.com> * Fix ONNX model loading failure with KServe Modelcar symlinks by reading model bytes via Python open() Signed-off-by: Jooho Lee <jlee@redhat.com> * Support ONNX models with external data files via onnx.load() with load_external_data=True Signed-off-by: Jooho Lee <jlee@redhat.com> * Cherry pick from master to release 1.7.x (opendatahub-io#122) * ci: Add AIPCC wheels requirements file generation script and github workflow (#88) Signed-off-by: Snomaan6846 <syedali@redhat.com> * Add mlserver-onnx to requirements-config.json Signed-off-by: Snomaan6846 <syedali@redhat.com> * Various improvements to how MLServer gets built (#94) * Start Dockerfile Review This is the first in a series of patches that update the Dockerfile to solve several issues. Look at each commit for an explanation. * Remove development items These items are used to download and build the alibi extensions. * Setup python3 using alternatives Using alternatives is the standard way to maintain the synlinks. * Remove the python-devel package This was missed when removing the other devel packages. Remove it. * Add the sticky bit to mlserver directory The Dockerfile is creating a world writable directory. It is unclear why that is needed. Set the sticky bit on it to enforce some sane security assumptions (different users can't overwrite each other's files.) * Remove PATH and LD_LIBRARY_PATH They point to directories that don't exist. * Remove the leftover dist directory The dist directory was being copied into the mlserver home dir. It was not cleaned up after installation. Use the wheel-builder directory directly instead of copying it. This way it disappears after the RUN command. * Use UBI 9 image for wheel-builder Change from Debian based image to UBI9. This is to ensure future compatibility if we start building elf components of python dependencies. * Remove white space Remove white space after the '\'. * Add libgomp back Libgomp is used by LightGBM. Add it back. * chore(renovate): add renovate config for aipcc base image updates on rhoai-staging (opendatahub-io#111) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore: Use single reference of base image (opendatahub-io#113) Signed-off-by: Snomaan6846 <syedali@redhat.com> * chore(renovate): Update renovate config to remove includePaths config (opendatahub-io#114) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore(renovate): add daily schedule for dockerfile manager for renovate (opendatahub-io#115) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED --------- Signed-off-by: Snomaan6846 <syedali@redhat.com> Co-authored-by: Steven Grubb <sgrubb@redhat.com> * chore(ci): harden release-to-staging sync workflow merge and policy handling (opendatahub-io#123) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore(ci): harden release-to-staging sync workflow merge and policy handling (opendatahub-io#124) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED Co-authored-by: Snomaan6846 <syedali@redhat.com> * chore(ci): require manual pyproject sync policy acknowledgement in release sync workflow (opendatahub-io#126) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore(ci): require manual pyproject sync policy acknowledgement in release sync workflow (opendatahub-io#127) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED Co-authored-by: Snomaan6846 <syedali@redhat.com> * Make runtime allowlist flexible (#110) * fix(cli): require runtime source paths for custom allowlisted runtimes Enforce that custom runtimes passed through --allow-runtime also provide matching --runtime-path sources so runtime code is explicitly baked into the image. Align CLI/build tests and user/docs-gb documentation to reflect the allowlist + runtime-path workflow and avoid implicit model-folder imports. Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * adding mlserver runtime security modes Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * addressing all security vulnerabilities and adding tests Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * addressing comments + adding more tests Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * addressing comments Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> --------- Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> Co-authored-by: Snomaan6846 <syedali@redhat.com> * chore: install mlserver wheel prior to runtime wheels (opendatahub-io#131) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore(ci): remove mlserver-pull-request.yaml from release branch Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED --------- Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> Signed-off-by: Snomaan6846 <syedali@redhat.com> Signed-off-by: Jooho Lee <jlee@redhat.com> Co-authored-by: Rajie Kodhandapani <rajakavitha.kodhandapani@seldon.io> Co-authored-by: paulb-seldon <141156400+paulb-seldon@users.noreply.github.com> Co-authored-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Jooho Lee <ljhiyh@gmail.com> Co-authored-by: Snomaan6846 <syedali@redhat.com> Co-authored-by: SYED NOMAAN ALI <nomaan.syed.ali@gmail.com> Co-authored-by: openshift-merge-bot[bot] <148852131+openshift-merge-bot[bot]@users.noreply.github.com> Co-authored-by: odh-devops-app[bot] <140140902+odh-devops-app[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: MohammadiIram <mohammadiiram@gmail.com> Co-authored-by: Mohammadi Iram <89964724+MohammadiIram@users.noreply.github.com> Co-authored-by: Steven Grubb <sgrubb@redhat.com> Co-authored-by: Jooho Lee <jlee@redhat.com> Co-authored-by: OpenShift Cherrypick Robot <openshift-cherrypick-robot@redhat.com>
Jooho
added a commit
that referenced
this pull request
Apr 10, 2026
* GITBOOK-2: Rajie's Jun 18 changes * Python api docs (SeldonIO#2266) (SeldonIO#2268) * initial commit python api docs * formatting update * update script using ast * pydantic models field tables * fixed api docs path * classes api docs * classes formatting * fix to import codecs methods * fix empty methods, bullets * update function, class navigation * types formatting * types hierarchy fixes * pydantic model fields tables * MLServer CLI and more formatting * cli flags rendering * add overviews * summary md clean * link edit again * Rename API-Reference.md to api-reference.md * Remove local environments_dir and metrics_dir defaults * Remove custom generator script * defining workflow to merge master to stable Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * update OWNERS file Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * accept code rabbit suggestion Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * updating workflow to sync release branches to rhoai staging Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * updating workflow file name Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Refactor Dockerfile to remove non-required runtimes from MLServer image Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * removing unsupported runtimes from ci tests and adding required branches Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * remove conda env creation from test workflow Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * remove env_tarball test fixture Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * satisfy linter Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Revert "satisfy linter" This reverts commit 9dfe829. Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Revert "remove env_tarball test fixture" This reverts commit 5060468. Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * allowing alternative to conda envs for tarball creation Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * satisfy linter Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * satisfy linter Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * satisfy linter Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * updating venv pack logic to install local mlserver package so we can test the latest changes Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * fixing bug that occurs when using venv packaged tarball files where no event loop is running on the worker Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * fixing bug caused by usage of uvloop >v0.21 Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * resolving issue caused by using latest version of confluentinc images Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * finalizing tox.ini Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * adding readme for tests with and without conda Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * removing all references to upstream repo from tox.ini Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * updating owners aliases file Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Remove conda reference from Dockerfile (#6) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * adding required workflows (#12) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Add build arguments to parameterize Dockerfile base images (#13) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * preserving commit history in the release to staging sync workflow (#19) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * improvements to sync workflow (#25) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Cherry-pick from master to release branch (#30) * Add build arguments to parameterize Dockerfile base images (#13) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * improvements to sync workflow (#25) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> --------- Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> Co-authored-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Downgrade odh release version to 3.2 (#34) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * converting all occurences of get_event_loop to get_running_loop (#35) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * converting all occurences of get_event_loop to get_running_loop (#35) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Update Tekton output-image tags to version odh-v3.2 (#37) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore(konflux): Bump release tag to odh-v3.3 (#39) Co-authored-by: Release Bot <github-actions[bot]@users.noreply.github.com> * Upgrade sklearn images used in testing to the latest version (#44) * upgrade sklearn images used in testing to the latest version Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * downgrading to 1.6.1 for python 3.9 compatibility Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> --------- Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * disabling security scan workflows from running on ODH fork sine we have onboarded MLServer to RHOAI snyk already (#45) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Podman Support for MLServer Tests (#43) * adding documentation on podman usage. updating tox.ini to support podman and skip cli tests Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * removing unneeded TF_USE_LEGACY_KERAS env variable from odh-all-runtimes tox env Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> --------- Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Upgrade sklearn images used in testing to the latest version (#44) * upgrade sklearn images used in testing to the latest version Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * downgrading to 1.6.1 for python 3.9 compatibility Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> --------- Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * disabling security scan workflows from running on ODH fork sine we have onboarded MLServer to RHOAI snyk already (#45) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Podman Support for MLServer Tests (#43) * adding documentation on podman usage. updating tox.ini to support podman and skip cli tests Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * removing unneeded TF_USE_LEGACY_KERAS env variable from odh-all-runtimes tox env Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> --------- Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * add pipelineruns for odh ci builds * update target branch to master * making poetry version configurable in tests workflow Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * fix: XGBoost model loading issue with modelcar (#70) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * making poetry version configurable in tests workflow Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * fix: XGBoost model loading issue with modelcar (#70) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * make permissions explicit in merge workflow (#76) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * feat(runtimes): add ONNX runtime support (mlserver_onnx) (#73) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * feat(runtimes): add ONNX runtime support (mlserver_onnx) (#73) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * ci: Add AIPCC wheels requirements file generation script and github workflow (#88) Signed-off-by: Snomaan6846 <syedali@redhat.com> * onnx runtime: align version constraints and stabilize test model metadata (#95) Signed-off-by: Snomaan6846 <syedali@redhat.com> * onnx runtime: align version constraints and stabilize test model metadata (#95) (#98) Signed-off-by: Snomaan6846 <syedali@redhat.com> * updating push job to create odh-v3.4-EA1 tag (#101) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * updating push job to create odh-v3.4-EA2 tag (#102) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * bumping tag in tekton push job to odh-v3.4 (#103) Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * Add mlserver-onnx to requirements-config.json Signed-off-by: Snomaan6846 <syedali@redhat.com> * Various improvements to how MLServer gets built (#94) * Start Dockerfile Review This is the first in a series of patches that update the Dockerfile to solve several issues. Look at each commit for an explanation. * Remove development items These items are used to download and build the alibi extensions. * Setup python3 using alternatives Using alternatives is the standard way to maintain the synlinks. * Remove the python-devel package This was missed when removing the other devel packages. Remove it. * Add the sticky bit to mlserver directory The Dockerfile is creating a world writable directory. It is unclear why that is needed. Set the sticky bit on it to enforce some sane security assumptions (different users can't overwrite each other's files.) * Remove PATH and LD_LIBRARY_PATH They point to directories that don't exist. * Remove the leftover dist directory The dist directory was being copied into the mlserver home dir. It was not cleaned up after installation. Use the wheel-builder directory directly instead of copying it. This way it disappears after the RUN command. * Use UBI 9 image for wheel-builder Change from Debian based image to UBI9. This is to ensure future compatibility if we start building elf components of python dependencies. * Remove white space Remove white space after the '\'. * Add libgomp back Libgomp is used by LightGBM. Add it back. * chore(renovate): add renovate config for aipcc base image updates on rhoai-staging (opendatahub-io#111) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore: Use single reference of base image (opendatahub-io#113) Signed-off-by: Snomaan6846 <syedali@redhat.com> * chore(renovate): Update renovate config to remove includePaths config (opendatahub-io#114) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore(renovate): add daily schedule for dockerfile manager for renovate (opendatahub-io#115) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * fix: ONNX model loading failure with KServe Modelcar symlinks (opendatahub-io#117) * Fix ONNX model loading failure with KServe Modelcar symlinks by reading model bytes via Python open() Signed-off-by: Jooho Lee <jlee@redhat.com> * Support ONNX models with external data files via onnx.load() with load_external_data=True Signed-off-by: Jooho Lee <jlee@redhat.com> --------- Signed-off-by: Jooho Lee <jlee@redhat.com> * Fix ONNX model loading failure with KServe Modelcar symlinks by reading model bytes via Python open() Signed-off-by: Jooho Lee <jlee@redhat.com> * Support ONNX models with external data files via onnx.load() with load_external_data=True Signed-off-by: Jooho Lee <jlee@redhat.com> * Cherry pick from master to release 1.7.x (opendatahub-io#122) * ci: Add AIPCC wheels requirements file generation script and github workflow (#88) Signed-off-by: Snomaan6846 <syedali@redhat.com> * Add mlserver-onnx to requirements-config.json Signed-off-by: Snomaan6846 <syedali@redhat.com> * Various improvements to how MLServer gets built (#94) * Start Dockerfile Review This is the first in a series of patches that update the Dockerfile to solve several issues. Look at each commit for an explanation. * Remove development items These items are used to download and build the alibi extensions. * Setup python3 using alternatives Using alternatives is the standard way to maintain the synlinks. * Remove the python-devel package This was missed when removing the other devel packages. Remove it. * Add the sticky bit to mlserver directory The Dockerfile is creating a world writable directory. It is unclear why that is needed. Set the sticky bit on it to enforce some sane security assumptions (different users can't overwrite each other's files.) * Remove PATH and LD_LIBRARY_PATH They point to directories that don't exist. * Remove the leftover dist directory The dist directory was being copied into the mlserver home dir. It was not cleaned up after installation. Use the wheel-builder directory directly instead of copying it. This way it disappears after the RUN command. * Use UBI 9 image for wheel-builder Change from Debian based image to UBI9. This is to ensure future compatibility if we start building elf components of python dependencies. * Remove white space Remove white space after the '\'. * Add libgomp back Libgomp is used by LightGBM. Add it back. * chore(renovate): add renovate config for aipcc base image updates on rhoai-staging (opendatahub-io#111) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore: Use single reference of base image (opendatahub-io#113) Signed-off-by: Snomaan6846 <syedali@redhat.com> * chore(renovate): Update renovate config to remove includePaths config (opendatahub-io#114) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore(renovate): add daily schedule for dockerfile manager for renovate (opendatahub-io#115) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED --------- Signed-off-by: Snomaan6846 <syedali@redhat.com> Co-authored-by: Steven Grubb <sgrubb@redhat.com> * chore(ci): harden release-to-staging sync workflow merge and policy handling (opendatahub-io#123) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore(ci): harden release-to-staging sync workflow merge and policy handling (opendatahub-io#124) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED Co-authored-by: Snomaan6846 <syedali@redhat.com> * chore(ci): require manual pyproject sync policy acknowledgement in release sync workflow (opendatahub-io#126) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore(ci): require manual pyproject sync policy acknowledgement in release sync workflow (opendatahub-io#127) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED Co-authored-by: Snomaan6846 <syedali@redhat.com> * Make runtime allowlist flexible (#110) * fix(cli): require runtime source paths for custom allowlisted runtimes Enforce that custom runtimes passed through --allow-runtime also provide matching --runtime-path sources so runtime code is explicitly baked into the image. Align CLI/build tests and user/docs-gb documentation to reflect the allowlist + runtime-path workflow and avoid implicit model-folder imports. Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * adding mlserver runtime security modes Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * addressing all security vulnerabilities and adding tests Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * addressing comments + adding more tests Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> * addressing comments Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> --------- Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> Co-authored-by: Snomaan6846 <syedali@redhat.com> * chore: install mlserver wheel prior to runtime wheels (opendatahub-io#131) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore(ci): remove mlserver-pull-request.yaml from release branch Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * master to release sync and lock the poetry.lock files of MLServer and Runtimes to 1.7.1 version (opendatahub-io#135) * fix(cli): normalize MLServer version for custom runtime base image tags (opendatahub-io#134) Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore: lock the poetry.lock files of MLServer and Runtimes to 1.7.1 version Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED --------- Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> Signed-off-by: Snomaan6846 <syedali@redhat.com> Signed-off-by: Jooho Lee <jlee@redhat.com> Co-authored-by: Rajie Kodhandapani <rajakavitha.kodhandapani@seldon.io> Co-authored-by: paulb-seldon <141156400+paulb-seldon@users.noreply.github.com> Co-authored-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Jooho Lee <ljhiyh@gmail.com> Co-authored-by: Snomaan6846 <syedali@redhat.com> Co-authored-by: SYED NOMAAN ALI <nomaan.syed.ali@gmail.com> Co-authored-by: openshift-merge-bot[bot] <148852131+openshift-merge-bot[bot]@users.noreply.github.com> Co-authored-by: odh-devops-app[bot] <140140902+odh-devops-app[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: MohammadiIram <mohammadiiram@gmail.com> Co-authored-by: Mohammadi Iram <89964724+MohammadiIram@users.noreply.github.com> Co-authored-by: Steven Grubb <sgrubb@redhat.com> Co-authored-by: Jooho Lee <jlee@redhat.com> Co-authored-by: OpenShift Cherrypick Robot <openshift-cherrypick-robot@redhat.com>
moulalis
pushed a commit
that referenced
this pull request
Apr 27, 2026
Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
moulalis
pushed a commit
that referenced
this pull request
Apr 27, 2026
Signed-off-by: Snomaan6846 <syedali@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.4.0->0.4.3Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
florimondmanca/httpx-sse (httpx-sse)
v0.4.3Compare Source
Fixed
v0.4.2Compare Source
Fixed
v0.4.1Compare Source
Fixed
aiter_sse(). (Pull #30)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.