codeflare-sdk
codeflare-sdk copied to clipboard
An intuitive, easy-to-use python interface for batch resource requesting, access, job submission, and observation. Simplifying the developer's life while enabling access to high-performance compute re...
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.7 to 7.6.1. Changelog Sourced from coverage's changelog. Version 7.6.1 — 2024-08-04 Fix: coverage used to fail when measuring code using :func:runpy.run_path <python:runpy.run_path> with a :class:Path <python:pathlib.Path>...
Bumps [kubernetes](https://github.com/kubernetes-client/python) from 26.1.0 to 30.1.0. Release notes Sourced from kubernetes's releases. Kubernetes Python Client v30.1.0 Stable Release Getting started: pip install --pre --upgrade kubernetes Or from source, download attached...
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.17 to 2.8.2. Release notes Sourced from pydantic's releases. v2.8.2 (2024-07-03) What's Changed Fixes Fix issue with assertion caused by pluggable schema validator by @dmontagu in #9838...
Bumps [openshift-client](https://github.com/openshift/openshift-client-python) from 1.0.18 to 2.0.4. Release notes Sourced from openshift-client's releases. 2.0.4 What's Changed Updating the frameinfo check with the new package name by @bradmwilliams in openshift/openshift-client-python#160 More examples...
Bumps [executing](https://github.com/alexmojaki/executing) from 1.2.0 to 2.0.1. Commits af25587 Set python_requires 4caf5a7 add 3.12 to setup.cfg 83572e5 Drop Python 2 from setup.cfg 2086083 Allow triggering GitHub actions workflow manually (#73) 05d6c67...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 8.3.2. Release notes Sourced from pytest's releases. 8.3.2 pytest 8.3.2 (2024-07-24) Bug fixes #12652: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected. --...
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.11.1 to 3.14.0. Release notes Sourced from pytest-mock's releases. v3.14.0 #415: MockType and AsyncMockType can be imported from pytest_mock for type annotation purposes. #420: Fixed a regression...
Bumps [pdoc3](https://github.com/pdoc3/pdoc) from 0.10.0 to 0.11.1. Changelog Sourced from pdoc3's changelog. 0.11.1 (2024-06-26) Handle union type expressions (|) for Google style docstrings (#443) Fix bug with Lunr.js search when node...
# Issue link # What changes have been made This PR adds a new util function, generateClusterConfig. The function will simplify the process of setting up a cluster by providing...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.2. Release notes Sourced from aiohttp's releases. 3.10.2 Bug fixes Fixed server checks for circular symbolic links to be compatible with Python 3.13 -- by...