Skip to content

Commit 60655f8

Browse files
authored
Add missing dependency on googleapis-common-protos when using protobufs (#1881)
When using the Schema Registry with Protobufs, `confluent_kafka/schema_registry/protobuf.py` imports from the `google.type` package, which is part of the googleapis-common-protos library, but the library is not specified as a dependency. This adds that library as a dependency to make sure it is installed, so users won't hit an issue trying to import to Protobuf schema registry code in case they don't have googleapis-common-protos installed.
1 parent 4b4a0a4 commit 60655f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
googleapis-common-protos
12
protobuf

0 commit comments

Comments
 (0)