diff --git a/plugins/modules/uv_python.py b/plugins/modules/uv_python.py index b79f23c3a9..980856e917 100644 --- a/plugins/modules/uv_python.py +++ b/plugins/modules/uv_python.py @@ -139,7 +139,7 @@ class UV: required_version=MINIMUM_UV_VERSION, ) - def install_python(self) -> tuple[bool, str, str, int, list, list]: + def install_python(self) -> tuple[bool, str, str, int, list[str], list[str]]: """ Runs command 'uv python install X.Y.Z' which installs specified python version. If patch version is not specified uv installs latest available patch version.