diff --git a/examples/MODULE.bazel b/examples/MODULE.bazel
index 310bfbf..7709daa 100644
--- a/examples/MODULE.bazel
+++ b/examples/MODULE.bazel
@@ -6,7 +6,14 @@ bazel_dep(name = "rules_java", version = "8.6.3")
 bazel_dep(name = "rules_proto", version = "7.1.0")
 bazel_dep(name = "rules_python", version = "1.0.0")
 bazel_dep(name = "rules_go", version = "0.52.0")
-bazel_dep(name = "rules_uv", version = "0.10.0")
+bazel_dep(name = "rules_uv", version = "0.52.0")
+
+# Pick up https://github.com/theoremlp/rules_uv/pull/207/commits
+git_override(
+    module_name = "rules_uv",
+    commit = "bcf9472ece66176de7d21856e95549b4200122ad",
+    remote = "git@github.com:alexeagle/rules_uv.git",
+)
 
 # This example is in the same repo with the ruleset, so we should point to the code at HEAD
 # rather than use any release on the Bazel Central Registry.