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

Commit 6f292bd

Browse files
authored
fix(deps): require protobuf <4.0.0dev (#151)
1 parent 659e898 commit 6f292bd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
# Until this issue is closed
5151
# https://github.com/googleapis/google-cloud-python/issues/10566
5252
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
53-
"proto-plus >= 1.15.0",
53+
"proto-plus >= 1.15.0, <2.0.0dev",
54+
"protobuf >= 3.19.0, <4.0.0dev",
5455
),
5556
python_requires=">=3.6",
5657
classifiers=[

testing/constraints-3.6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
# Then this file should have foo==1.14.0
88
google-api-core==1.31.5
99
proto-plus==1.15.0
10+
protobuf==3.19.0

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy