Skip to content

Commit 9f8faeb

Browse files
partheaohmayr
andauthored
fix: Allow Protobuf 6.x (#557)
Co-authored-by: ohmayr <omairn@google.com>
1 parent ce1ecd1 commit 9f8faeb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

β€Žsetup.pyβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
release_status = "Development Status :: 5 - Production/Stable"
3939

4040
dependencies = [
41-
"google-cloud-logging>=1.14.0, <4.0.0dev",
41+
"google-cloud-logging>=1.14.0, <4.0.0",
4242
# Exclude incompatible versions of `google-auth`
4343
# See https://github.com/googleapis/google-cloud-python/issues/12364
44-
"google-auth >= 2.14.1, <3.0.0dev,!=2.24.0,!=2.25.0",
45-
"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.*",
46-
"proto-plus >= 1.22.0, <2.0.0dev",
47-
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
48-
"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",
44+
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
45+
"google-api-core[grpc] >= 1.34.0, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
46+
"proto-plus >= 1.22.0, <2.0.0",
47+
"proto-plus >= 1.22.2, <2.0.0; python_version>='3.11'",
48+
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
4949
]
5050
url = "https://github.com/googleapis/python-error-reporting"
5151

0 commit comments

Comments
 (0)