Skip to content

Commit 57bf873

Browse files
partheaLinchin
andauthored
fix: Allow protobuf 5.x; require protobuf >=3.20.2; proto-plus >=1.22.3 (#1976)
* fix: Allow protobuf 5.x; require protobuf >=3.20.2; proto-plus >=1.22.3 * Update constraints --------- Co-authored-by: Lingqing Gan <[email protected]>
1 parent 14986bb commit 57bf873

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
"opentelemetry-instrumentation >= 0.20b0",
7676
],
7777
"bigquery_v2": [
78-
"proto-plus >= 1.22.0, <2.0.0dev",
79-
"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.
78+
"proto-plus >= 1.22.3, <2.0.0dev",
79+
"protobuf>=3.20.2,<6.0.0dev,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", # For the legacy proto-based types.
8080
],
8181
}
8282

testing/constraints-3.7.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ opentelemetry-instrumentation==0.20b0
2626
opentelemetry-sdk==1.1.0
2727
packaging==20.0.0
2828
pandas==1.1.0
29-
proto-plus==1.22.0
30-
protobuf==3.19.5
29+
proto-plus==1.22.3
30+
protobuf==3.20.2
3131
pyarrow==3.0.0
3232
python-dateutil==2.7.3
3333
requests==2.21.0

0 commit comments

Comments
 (0)