Skip to content

Commit

Permalink
Version cap grpcio<1.66.0 (#1171)
Browse files Browse the repository at this point in the history
* Version cap grpcio to <1.66

Signed-off-by: Shah, Karan <[email protected]>

* Run E2E pytest on PRs

Signed-off-by: Shah, Karan <[email protected]>

* Revert "Run E2E pytest on PRs"

This reverts commit 85bd64f.

Signed-off-by: Shah, Karan <[email protected]>

---------

Signed-off-by: Shah, Karan <[email protected]>
  • Loading branch information
MasterSkepticista authored Nov 21, 2024
1 parent 3f4ce31 commit 728f665
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 @@ -152,7 +152,7 @@ def run(self):
'docker',
'dynaconf==3.2.6',
'flatten_json',
'grpcio>=1.56.2',
'grpcio>=1.56.2,<1.66.0',
'ipykernel',
'jupyterlab',
'numpy',
Expand Down

0 comments on commit 728f665

Please sign in to comment.