Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit 7e9b458

Browse files
authored
fix(deps): require protobuf<4.0.0 on v0 branch (#105)
1 parent d0f1af3 commit 7e9b458

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
# Until this issue is closed
3030
# https://github.com/googleapis/google-cloud-python/issues/10566
3131
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
32-
"proto-plus >= 1.15.0",
33-
"packaging >= 14.3",
32+
"proto-plus >= 1.15.0, <2.0.0dev",
33+
"packaging >= 14.3, <22.0.0dev",
34+
"protobuf<4.0.0dev",
3435
"google-cloud-source-context >= 0.1.0, < 1.0.0dev",
3536
]
3637

0 commit comments

Comments
 (0)