Skip to content

Commit

Permalink
Update grpcio requirement from <1.66.0,>=1.56.2 to >=1.56.2,<1.69.0
Browse files Browse the repository at this point in the history
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.56.2...v1.68.1)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent f875b78 commit 56e495f
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 @@ -153,7 +153,7 @@ def run(self):
'docker',
'dynaconf==3.2.6',
'flatten_json',
'grpcio>=1.56.2,<1.66.0',
'grpcio>=1.56.2,<1.69.0',
'ipykernel',
'jupyterlab',
'numpy',
Expand Down

0 comments on commit 56e495f

Please sign in to comment.