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

Commita369f04

Browse files
chore: Remove restriction that protobuf should be less than 5 (#1193)
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent0b8d7b9 commita369f04

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

‎pytest.ini‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ filterwarnings =
1717
# Added to suppress "DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html"
1818
# Remove once the minimum supported version of googleapis-common-protos is 1.62.0
1919
ignore:.*pkg_resources.declare_namespace:DeprecationWarning
20-
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
20+
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
21+
# Remove once https://github.com/googleapis/python-pubsub/issues/1206 is fixed.
22+
ignore:.*connections\(\) is deprecated and will be removed; use net_connections\(\) instead:DeprecationWarning

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"google-api-core[grpc] >= 1.34.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
4343
"proto-plus >= 1.22.0, <2.0.0dev",
4444
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
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",
45+
"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",
4646
"grpc-google-iam-v1 >= 0.12.4, < 1.0.0dev",
4747
"grpcio-status >= 1.33.2",
4848
]

‎testing/constraints-3.7.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
google-api-core==1.34.0
88
google-auth==2.14.1
99
proto-plus==1.22.0
10-
protobuf==3.19.5
10+
protobuf==3.20.2
1111
grpc-google-iam-v1==0.12.4
1212
grpcio==1.51.3
1313
grpcio-status==1.33.2

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp