File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,12 @@ bazel_dep(name = "platforms", version = "0.0.11")
77bazel_dep (name = "protobuf" , version = "29.3" )
88bazel_dep (name = "rules_java" , version = "8.6.3" )
99bazel_dep (name = "rules_proto" , version = "7.1.0" )
10- bazel_dep (name = "rules_python" , version = "1.2.0-rc0 " )
10+ bazel_dep (name = "rules_python" , version = "1.2.0" )
1111bazel_dep (name = "rules_rust" , version = "0.59.1" )
1212bazel_dep (name = "rules_rust_prost" , version = "0.59.1" )
1313bazel_dep (name = "rules_go" , version = "0.53.0" )
1414bazel_dep (name = "rules_uv" , version = "0.56.0" )
1515
16- # Need https://github.com/bazelbuild/rules_python/pull/2620
17- git_override (
18- module_name = "rules_python" ,
19- commit = "e95f95f75c9078f252f5b03eca18cba12d2e2166" ,
20- remote = "https://github.com/alexeagle/rules_python.git" ,
21- )
22-
2316# This example is in the same repo with the ruleset, so we should point to the code at HEAD
2417# rather than use any release on the Bazel Central Registry.
2518local_path_override (
You can’t perform that action at this time.
0 commit comments