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

Commit c0f7e3d

Browse files
authored
fix(deps): require protobuf <4.0.0dev (#90)
* fix(deps): require protobuf <4.0.0dev * update constraints
1 parent 603f5f4 commit c0f7e3d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
# Until this issue is closed
4444
# https://github.com/googleapis/google-cloud-python/issues/10566
4545
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
46-
"proto-plus >= 1.15.0",
47-
"packaging >= 14.3",
48-
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
46+
"proto-plus >= 1.15.0, <2.0.0dev",
47+
"protobuf >= 3.19.0, <4.0.0dev",
48+
"grpc-google-iam-v1 >=0.12.4, <1.0.0dev",
4949
),
5050
python_requires=">=3.6",
5151
classifiers=[

testing/constraints-3.6.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
# Then this file should have foo==1.14.0
88
google-api-core==1.31.5
99
proto-plus==1.15.0
10-
packaging==14.3
11-
grpc-google-iam-v1==0.12.3
10+
grpc-google-iam-v1==0.12.4
11+
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