From 9de394d8e930198bea9be545e45a3c1b51c0621f Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 5 Feb 2026 21:53:57 +0200 Subject: [PATCH] chore(python): add openapi-python-client to uv tools --- scripts/install-python-packages.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install-python-packages.sh b/scripts/install-python-packages.sh index 801e487..9429510 100755 --- a/scripts/install-python-packages.sh +++ b/scripts/install-python-packages.sh @@ -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`