Skip to content

Commit 3e4a074

Browse files
authored
fix(deps): allow protobuf 3.19.5 (#1379)
* fix(deps): allow protobuf 3.19.5 * explicitly exclude protobuf 4.21.0
1 parent 2afd278 commit 3e4a074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"google-cloud-core >= 1.4.1, <3.0.0dev",
4343
"google-resumable-media >= 0.6.0, < 3.0dev",
4444
"packaging >= 14.3, <22.0.0dev",
45-
"protobuf >= 3.20.2, <5.0.0dev", # For the legacy proto-based types.
45+
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", # For the legacy proto-based types.
4646
"python-dateutil >= 2.7.2, <3.0dev",
4747
"pyarrow >= 3.0.0, < 10.0dev",
4848
"requests >= 2.18.0, < 3.0.0dev",

testing/constraints-3.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ opentelemetry-instrumentation==0.20b0
1818
opentelemetry-sdk==1.1.0
1919
pandas==1.1.0
2020
proto-plus==1.22.0
21-
protobuf==3.20.2
21+
protobuf==3.19.5
2222
pyarrow==3.0.0
2323
python-dateutil==2.7.3
2424
requests==2.18.0

0 commit comments

Comments
 (0)