Skip to content

Commit 50256a5

Browse files
Update grpcio requirement from ~1.54 to >=1.54,<1.57 (#27)
Updates the requirements on [grpcio](https://github.com/grpc/grpc) to permit the latest version. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.54.0...v1.56.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8fcb199 commit 50256a5

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
@@ -23,7 +23,7 @@ classifiers = [
2323
[tool.poetry.dependencies]
2424
python = "~3.11"
2525
protobuf = "~4.23"
26-
grpcio = "~1.54"
26+
grpcio = ">=1.54,<1.57"
2727
grpcio-tools = "~1.54"
2828
jsonpickle = "~3.0"
2929
pymitter = "~0.4"

0 commit comments

Comments
 (0)