Skip to content

Commit 0f9589e

Browse files
committed
chore: bumpgoogleapis-common-protos to vbersion supporting protobuf 4.x
See https://github.com/googleapis/google-cloud-python/commits/main/packages/googleapis-common-protos/pyproject.toml
1 parent 2a57035 commit 0f9589e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ classifiers = [
4444
"Topic :: Internet",
4545
]
4646
dependencies = [
47-
"googleapis-common-protos >= 1.56.2, < 2.0.0",
47+
"googleapis-common-protos >= 1.56.3, < 2.0.0",
4848
"protobuf >= 4.25.8, < 7.0.0",
4949
"proto-plus >= 1.22.3, < 2.0.0",
5050
"proto-plus >= 1.25.0, < 2.0.0; python_version >= '3.13'",

testing/constraints-3.9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# e.g., if pyproject.toml has "foo >= 1.14.0, < 2.0.0dev",
77
# Then this file should have foo==1.14.0
8-
googleapis-common-protos==1.56.2
8+
googleapis-common-protos==1.56.3
99
protobuf==4.25.8
1010
google-auth==2.14.1
1111
requests==2.18.0

0 commit comments

Comments
 (0)