@@ -19,11 +19,11 @@ tflint = "latest"
19
19
# Python Packages - Managed by uv #
20
20
# ##################################
21
21
pipx = " 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" }
23
23
"pipx:ansible-lint" = " latest"
24
24
"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" }
27
27
"pipx:pgcli" = " latest"
28
28
"pipx:readmeai" = " latest"
29
29
"pipx:spiel" = " 0.5.1"
@@ -71,11 +71,11 @@ pipx = "latest"
71
71
"ubi:joschi/dive" = " 0.13.1"
72
72
73
73
[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 :
75
75
# https://github.com/astral-sh/uv/issues/6314
76
76
# https://github.com/astral-sh/uv/pull/7592
77
77
# 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
79
79
pin = true
80
80
experimental = true
81
81
0 commit comments