We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent314e348 commit687be7cCopy full SHA for 687be7c
pyproject.toml
@@ -44,12 +44,12 @@ classifiers = [
44
"Topic :: Internet",
45
]
46
dependencies = [
47
-"googleapis-common-protos >= 1.56.2, < 2.0.dev0",
48
-"protobuf >= 3.19.5, <6.0.0.dev0, != 3.20.0, != 3.20.1, != 4.21.0, != 4.21.1, != 4.21.2, != 4.21.3, != 4.21.4, != 4.21.5",
49
-"proto-plus >= 1.22.3, < 2.0.0dev",
50
-"proto-plus >= 1.25.0, < 2.0.0dev; python_version >= '3.13'",
51
-"google-auth >= 2.14.1, < 3.0.dev0",
52
-"requests >= 2.18.0, < 3.0.0.dev0",
+"googleapis-common-protos >= 1.56.2, < 2.0.0",
+"protobuf >= 3.19.5, <7.0.0, != 3.20.0, != 3.20.1, != 4.21.0, != 4.21.1, != 4.21.2, != 4.21.3, != 4.21.4, != 4.21.5",
+"proto-plus >= 1.22.3, < 2.0.0",
+"proto-plus >= 1.25.0, < 2.0.0; python_version >= '3.13'",
+"google-auth >= 2.14.1, < 3.0.0",
+"requests >= 2.18.0, < 3.0.0",
53
54
dynamic = ["version"]
55