Skip to content

Commit f7a8db8

Browse files
committed
Remove transitive legacy struct provider usage
1 parent b07525c commit f7a8db8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ test --test_output=errors
1717
# Python targets as required.
1818
build --incompatible_default_to_explicit_init_py
1919

20+
# Ensure ongoing compatibility with this flag.
21+
common --incompatible_disallow_struct_provider_syntax
22+
2023
# Windows makes use of runfiles for some rules
2124
build --enable_runfiles
2225

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bazel_dep(name = "platforms", version = "0.0.4")
1111

1212
# Those are loaded only when using py_proto_library
1313
bazel_dep(name = "rules_proto", version = "6.0.0-rc1")
14-
bazel_dep(name = "protobuf", version = "21.7", repo_name = "com_google_protobuf")
14+
bazel_dep(name = "protobuf", version = "23.1", repo_name = "com_google_protobuf")
1515

1616
internal_deps = use_extension("//python/private/bzlmod:internal_deps.bzl", "internal_deps")
1717
use_repo(

0 commit comments

Comments
 (0)