Skip to content

Commit

Permalink
fix: package dependency
Browse files Browse the repository at this point in the history
Signed-off-by: taieeuu <[email protected]>
  • Loading branch information
taieeuu committed Dec 23, 2024
1 parent 3e27029 commit 61b35fd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ ipykernel
orjson
kubernetes>=12.0.1

grpcio-health-checking==1.66.0
grpcio-health-checking==1.49.0
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -565,4 +565,4 @@ zipp==3.19.1
# The following packages are considered to be unsafe in a requirements file:
# setuptools

grpcio-health-checking==1.66.0
grpcio-health-checking==1.49.0
1 change: 0 additions & 1 deletion flytekit/clients/auth_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ def wrap_exceptions_channel(cfg: PlatformConfig, in_channel: grpc.Channel) -> gr
:param in_channel: grpc.Channel
:return: grpc.Channel
"""
print("wrap_exceptions_channel")
return grpc.intercept_channel(in_channel, RetryExceptionWrapperInterceptor(max_retries=cfg.rpc_retries))


Expand Down

0 comments on commit 61b35fd

Please sign in to comment.