Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update grpc version to 1.70.0
Browse files Browse the repository at this point in the history
This is to check if it fixes Executor SIGSEGVs on ubuntu-latest.
eabatalov committed Jan 28, 2025
1 parent 2b69cc3 commit 545230e
Showing 4 changed files with 121 additions and 121 deletions.
230 changes: 115 additions & 115 deletions indexify/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions indexify/pyproject.toml
Original file line number Diff line number Diff line change
@@ -19,10 +19,10 @@ python = "^3.9"
structlog = "^24.4.0"
pyyaml = "^6"
httpx = { version = "^0.27", extras = ["http2"] }
grpcio = "1.68.1"
grpcio = "1.70.0"

# Function Executor only
grpcio-tools = "1.68.1"
grpcio-tools = "1.70.0"
tensorlake = ">=0.1.11"

# Executor only
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
function_executor_pb2 as indexify_dot_function__executor_dot_proto_dot_function__executor__pb2,
)

GRPC_GENERATED_VERSION = "1.68.1"
GRPC_GENERATED_VERSION = "1.70.0"
GRPC_VERSION = grpc.__version__
_version_not_supported = False

0 comments on commit 545230e

Please sign in to comment.