Skip to content

Commit e661b8b

Browse files
authored
fix(deps): require protobuf <4.0.0dev (#242)
1 parent 8fe3f95 commit e661b8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/google-analytics-data/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
# Until this issue is closed
5050
# https://github.com/googleapis/google-cloud-python/issues/10566
5151
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
52-
"proto-plus >= 1.15.0",
53-
"packaging >= 14.3",
52+
"proto-plus >= 1.15.0, <2.0.0dev",
53+
"protobuf >= 3.19.0, <4.0.0dev",
5454
),
5555
python_requires=">=3.6",
5656
classifiers=[

packages/google-analytics-data/testing/constraints-3.6.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +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-
packaging==14.3
10+
protobuf==3.19.0

0 commit comments

Comments
 (0)