Skip to content

Commit 6552ce4

Browse files
committed
fix(deps): allow protobuf 3.19.5 (#839)
* fix(deps): allow protobuf 3.19.5 * explicitly exclude protobuf 4.21.0
1 parent e9832e1 commit 6552ce4

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
@@ -35,7 +35,7 @@
3535
"proto-plus >= 1.22.0, <2.0.0dev",
3636
"sqlparse >= 0.3.0",
3737
"packaging >= 14.3",
38-
"protobuf >= 3.20.2, <5.0.0dev",
38+
"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",
3939
]
4040
extras = {
4141
"tracing": [

testing/constraints-3.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ opentelemetry-api==1.1.0
1515
opentelemetry-sdk==1.1.0
1616
opentelemetry-instrumentation==0.20b0
1717
packaging==14.3
18-
protobuf==3.20.2
18+
protobuf==3.19.5

0 commit comments

Comments
 (0)