Skip to content

Commit

Permalink
build(deps-dev): update grpcio-tools requirement from <1.66.0,>=1.56.…
Browse files Browse the repository at this point in the history
…2 to >=1.56.2,<1.67.0 (securefederatedai#1035)

* build(deps-dev): update grpcio-tools requirement

Updates the requirements on [grpcio-tools](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.56.2...v1.66.0)

---
updated-dependencies:
- dependency-name: grpcio-tools
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* Set protobuf range to be compatible with tensorflow

* Update setup.py

* Update setup.py

* Update setup.py

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patrick Foley <[email protected]>
  • Loading branch information
dependabot[bot] and psfoley authored Aug 23, 2024
1 parent 0dda444 commit 7acc610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def run(self):
'jupyterlab',
'numpy',
'pandas',
'protobuf>=3.20.3',
'protobuf>=4.22,<5.0.0dev',
'pyzmq<=26.1.1',
'requests',
'rich',
Expand Down

0 comments on commit 7acc610

Please sign in to comment.