chore(python): add openapi-python-client to uv tools

This commit is contained in:
2026-02-05 21:53:57 +02:00
parent 08de5ea4a6
commit 9de394d8e9

View File

@@ -18,7 +18,8 @@ fi
# CLI tools — installed isolated with `uv tool install`
tools=(
ansible # IT automation and configuration management
ansible # IT automation and configuration management
openapi-python-client # Generate Python API clients from OpenAPI specs
)
# Library packages — installed into system Python with `uv pip install --system`