@@ -19,11 +19,11 @@ tflint = "latest"
1919# Python Packages - Managed by uv #
2020# ##################################
2121pipx = " latest"
22- "pipx:ansible" = { version = " 11.1.0" , pipx_args = " --include-deps" }
22+ "pipx:ansible" = { version = " 11.1.0" , uvx = " false " , pipx_args = " --include-deps" }
2323"pipx:ansible-lint" = " latest"
2424"pipx:aws-gate" = " latest"
25- "pipx:gnome-extensions-cli" = { version = " 0.10.4" , pipx_args = " --preinstall pycairo --preinstall PyGObject" }
26- "pipx:harlequin" = { version = " latest " , extras = " postgres" , pipx_args = " --python 3.12 " } # Python 3.13 not yet supported: https://github.com/tconbeer/harlequin/issues/697
25+ "pipx:gnome-extensions-cli" = { version = " 0.10.4" , uvx = " false " , pipx_args = " --preinstall pycairo --preinstall PyGObject" }
26+ "pipx:harlequin" = { version = " 2.0.0 " , extras = " postgres" }
2727"pipx:pgcli" = " latest"
2828"pipx:readmeai" = " latest"
2929"pipx:spiel" = " 0.5.1"
@@ -71,11 +71,11 @@ pipx = "latest"
7171"ubi:joschi/dive" = " 0.13.1"
7272
7373[settings ]
74- # Issues I'd like to see implemented/fixed before enabling uvx:
74+ # Issues I'd like to see implemented/fixed before enabling uvx for all packages :
7575# https://github.com/astral-sh/uv/issues/6314
7676# https://github.com/astral-sh/uv/pull/7592
7777# https://github.com/astral-sh/uv/issues/4466
78- pipx_uvx = false # uv does not yet support --system-site-packages flag, which we need for gnome-extensions-cli
78+ pipx_uvx = true
7979pin = true
8080experimental = true
8181
0 commit comments