Skip to content

Commit e603a58

Browse files
Update protobuf requirement from >=4.23,<4.25 to >=4.23,<4.26 (#86)
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v4.23.0...v4.25.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 268c32e commit e603a58

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
@@ -22,7 +22,7 @@ classifiers = [
2222

2323
[tool.poetry.dependencies]
2424
python = "~3.11"
25-
protobuf = ">=4.23,<4.25"
25+
protobuf = ">=4.23,<4.26"
2626
grpcio = ">=1.54,<1.60"
2727
grpcio-tools = ">=1.54,<1.60"
2828
jsonpickle = "~3.0"

0 commit comments

Comments
 (0)