What's Changed
* Fix client config typing by DanielArndt in https://github.com/gtsystem/lightkube/pull/60
* Document support for Kubernetes 1.30 by gtsystem in https://github.com/gtsystem/lightkube/pull/61
* Fix issue 63, where pyright cannot recognize the correct type for some client methods by gtsystem in https://github.com/gtsystem/lightkube/pull/64
* Update 'config' type hint for lightkube.core.async_client.AsyncClient by benfiola in https://github.com/gtsystem/lightkube/pull/67
* Ensure apiVersion and kind are set for 'list' requests by benfiola in https://github.com/gtsystem/lightkube/pull/68
* Set `__all__` in `__init__.py` by max-muoto in https://github.com/gtsystem/lightkube/pull/70
* Add support for dry-run by michaeldmitry in https://github.com/gtsystem/lightkube/pull/74
New Contributors
* DanielArndt made their first contribution in https://github.com/gtsystem/lightkube/pull/60
* benfiola made their first contribution in https://github.com/gtsystem/lightkube/pull/67
* max-muoto made their first contribution in https://github.com/gtsystem/lightkube/pull/70
* michaeldmitry made their first contribution in https://github.com/gtsystem/lightkube/pull/74
**Full Changelog**: https://github.com/gtsystem/lightkube/compare/v0.15.2...v0.15.4