Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3e4a074

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 parent2afd278 commit3e4a074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎setup.py‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp