Skip to content

Commit 687be7c

Browse files
authored
fix(deps): allow protobuf 6.x (#804)
1 parent 314e348 commit 687be7c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ classifiers = [
4444
"Topic :: Internet",
4545
]
4646
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",
47+
"googleapis-common-protos >= 1.56.2, < 2.0.0",
48+
"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",
49+
"proto-plus >= 1.22.3, < 2.0.0",
50+
"proto-plus >= 1.25.0, < 2.0.0; python_version >= '3.13'",
51+
"google-auth >= 2.14.1, < 3.0.0",
52+
"requests >= 2.18.0, < 3.0.0",
5353
]
5454
dynamic = ["version"]
5555

0 commit comments

Comments
 (0)