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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
# NOTE: grpcio-tools is deliberately NOT here. It is the protoc toolchain used to *generate*
# the stubs, not to run them -- nothing under src/ imports grpc_tools. Requiring it at runtime
# would force every consumer to install the compiler. It lives in the [codegen] extra instead.
"grpcio>=1.83.1",
"grpcio>=1.84.0",
"protobuf>=7.35.1",
"pydantic-settings",
"PyYAML",
Expand Down Expand Up @@ -69,7 +69,7 @@ dev = [
# Toolchain for regenerating the gRPC stubs in src/dp_python_lib/grpc from the upstream
# dp-grpc protos. Not needed to use or develop against the library.
codegen = [
"grpcio-tools>=1.83.1",
"grpcio-tools>=1.84.0",
]

[tool.setuptools.packages.find]
Expand Down
2 changes: 1 addition & 1 deletion src/dp_python_lib/grpc/annotation_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from . import annotation_pb2 as annotation__pb2

GRPC_GENERATED_VERSION = '1.83.1'
GRPC_GENERATED_VERSION = '1.84.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down
2 changes: 1 addition & 1 deletion src/dp_python_lib/grpc/common_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import warnings


GRPC_GENERATED_VERSION = '1.83.1'
GRPC_GENERATED_VERSION = '1.84.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down
2 changes: 1 addition & 1 deletion src/dp_python_lib/grpc/ingestion_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from . import ingestion_pb2 as ingestion__pb2

GRPC_GENERATED_VERSION = '1.83.1'
GRPC_GENERATED_VERSION = '1.84.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down
2 changes: 1 addition & 1 deletion src/dp_python_lib/grpc/ingestion_stream_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from . import ingestion_stream_pb2 as ingestion__stream__pb2

GRPC_GENERATED_VERSION = '1.83.1'
GRPC_GENERATED_VERSION = '1.84.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down
2 changes: 1 addition & 1 deletion src/dp_python_lib/grpc/query_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from . import query_pb2 as query__pb2

GRPC_GENERATED_VERSION = '1.83.1'
GRPC_GENERATED_VERSION = '1.84.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down