Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51ba025

Browse files
authored
fix(deps): allow protobuf 6.x (#536)
* fix(deps): allow protobuf 6.x * Remove 'dev'
1 parent 205bc92 commit 51ba025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ classifiers = [
4040
"Topic :: Software Development :: Code Generators",
4141
"Topic :: Software Development :: Libraries :: Python Modules",
4242
]
43-
dependencies = ["protobuf >=3.19.0, < 6.0.0dev"]
43+
dependencies = ["protobuf >=3.19.0, < 7.0.0"]
4444
dynamic = ["version"]
4545

4646
[project.urls]

0 commit comments

Comments
 (0)