From 2ca11c1847d25e61fb884ea3de846ae0d0d837f6 Mon Sep 17 00:00:00 2001 From: Hana Joo Date: Fri, 23 Jan 2026 07:04:15 -0800 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 860093050 --- pybind11_protobuf/tests/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/pybind11_protobuf/tests/BUILD b/pybind11_protobuf/tests/BUILD index 19f6d0e..3aba76a 100644 --- a/pybind11_protobuf/tests/BUILD +++ b/pybind11_protobuf/tests/BUILD @@ -12,6 +12,7 @@ licenses(["notice"]) py_library( name = "compare", srcs = ["compare.py"], + strict_deps = False, visibility = ["//visibility:public"], deps = ["@com_google_protobuf//:protobuf_python"], )