Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/proto/MLDataFormats_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docker/pulsar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ RUN apk upgrade --no-cache
ARG PULSAR_CLIENT_PYTHON_VERSION
RUN pip3 install --break-system-packages --no-cache-dir \
--only-binary \
grpcio==1.73.1 \
protobuf==6.31.1 \
grpcio==1.78.0 \
protobuf==6.33.5 \
pulsar-client[all]==${PULSAR_CLIENT_PYTHON_VERSION} \
kazoo

Expand Down
4 changes: 2 additions & 2 deletions docker/pulsar/Dockerfile.wolfi
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ RUN apk add --no-cache \
ARG PULSAR_CLIENT_PYTHON_VERSION
RUN pip3 install --break-system-packages --no-cache-dir \
--only-binary \
grpcio==1.73.1 \
protobuf==6.31.1 \
grpcio==1.78.0 \
protobuf==6.33.5 \
pulsar-client[all]==${PULSAR_CLIENT_PYTHON_VERSION} \
kazoo \
pyyaml
Expand Down
2 changes: 1 addition & 1 deletion pulsar-functions/instance/src/main/python/Function_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import InstanceCommunication_pb2 as InstanceCommunication__pb2
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2

GRPC_GENERATED_VERSION = '1.73.1'
GRPC_GENERATED_VERSION = '1.78.0'
GRPC_VERSION = grpc.__version__


Expand Down
2 changes: 1 addition & 1 deletion src/update_python_protobuf_stubs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# This script generates Python gRPC and Protobuf stubs from the .proto files
# Set the version of PYTHON_GRPCIO_VERSION to the version which matches the version of grpcio in the Dockerfile
PYTHON_GRPCIO_VERSION=${PYTHON_GRPCIO_VERSION:-"1.73.1"}
PYTHON_GRPCIO_VERSION=${PYTHON_GRPCIO_VERSION:-"1.78.0"}

set -euo pipefail

Expand Down
Loading