Skip to content

Commit

Permalink
upgrade grpcio version (#47982)
Browse files Browse the repository at this point in the history
to at least 1.66.1

this is already being overwritten to 1.66.1+ when during release tests

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
  • Loading branch information
aslonnie authored Oct 11, 2024
1 parent 62b0205 commit 211e739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/requirements/anyscale-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ opentelemetry-api
opentelemetry-sdk
opentelemetry-exporter-otlp
google-cloud-storage
grpcio==1.60.0
grpcio>=1.66.1
grpcio-tools
pyyaml
pyopenssl
Expand Down
2 changes: 1 addition & 1 deletion python/requirements_compiled.txt
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ graphql-core==3.2.3
# via moto
greenlet==3.0.1
# via sqlalchemy
grpcio==1.60.0 ; sys_platform != "darwin"
grpcio==1.66.2 ; sys_platform != "darwin"
# via
# -r /ray/ci/../python/requirements.txt
# -r /ray/ci/../python/requirements/anyscale-requirements.txt
Expand Down

0 comments on commit 211e739

Please sign in to comment.