cf-python-client
cf-python-client copied to clipboard
Small cloudfoundry client implemented in python
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.29.2 to 5.29.3. Commits b407e84 Updating version.json and repo version numbers to: 29.3 9a5d2c3 Add .bazeliskrc for protobuf repo to tell bazelisk to use 7.1.2 by default....
Hey, not sure if it's missing or I don't know how to exactly use it. However, I can't retrieve 'included' from any out of the box options eg. list, get,...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.2 to 6.0.3. Release notes Sourced from pyyaml's releases. 6.0.3 What's Changed Support for Python 3.14 and free-threading (experimental). Full Changelog: https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3 Changelog Sourced from pyyaml's changelog....
# Problem Calling the organization update API without passing a `suspended` parameter raises a `TypeError` about a missing required positional argument, even though `suspended` is `Optional`: https://github.com/cloudfoundry-community/cf-python-client/blob/54274723906dd92500d7f18b4b22689ad7cdd660/cloudfoundry_client/v3/organizations.py#L23 # Example Using...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 8.4.2. Release notes Sourced from pytest's releases. 8.4.2 pytest 8.4.2 (2025-09-03) Bug fixes #13478: Fixed a crash when using console_output_style{.interpreted-text role="confval"} with times and a...
Bumps [twine](https://github.com/pypa/twine) from 6.1.0 to 6.2.0. Changelog Sourced from twine's changelog. twine 6.2.0 (2025-09-04) Features ^^^^^^^^ Automatically refresh short-lived PyPI token in long running Trusted Publishing uploads. In the event...
fields
Are fields anyhow available/supported via this client? Since there is no include for service instances to obtain just org and space names the amount of calls grows.