Skip to content

Commit

Permalink
Bump grpcio to 1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
thodkatz committed Dec 20, 2024
1 parent e27db39 commit 4a5ed85
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
# - bioimage.core via submodule
- python 3.9.*
- numpy >=1.21,<2
- grpcio=1.49.1 # protobuf 5 requires protoc version > 3.19.0 that requires grpcio >= 1.44
- grpcio=1.67
- marshmallow-union
- marshmallow=3.12.*
- marshmallow-jsonschema
Expand Down
6 changes: 3 additions & 3 deletions tiktorch/proto/data_store_pb2.py

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

2 changes: 1 addition & 1 deletion tiktorch/proto/data_store_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from . import data_store_pb2 as data__store__pb2

GRPC_GENERATED_VERSION = '1.68.1'
GRPC_GENERATED_VERSION = '1.67.1'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down
6 changes: 3 additions & 3 deletions tiktorch/proto/inference_pb2.py

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

2 changes: 1 addition & 1 deletion tiktorch/proto/inference_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from . import inference_pb2 as inference__pb2
from . import utils_pb2 as utils__pb2

GRPC_GENERATED_VERSION = '1.68.1'
GRPC_GENERATED_VERSION = '1.67.1'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down
6 changes: 3 additions & 3 deletions tiktorch/proto/training_pb2.py

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

2 changes: 1 addition & 1 deletion tiktorch/proto/training_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from . import training_pb2 as training__pb2
from . import utils_pb2 as utils__pb2

GRPC_GENERATED_VERSION = '1.68.1'
GRPC_GENERATED_VERSION = '1.67.1'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down
6 changes: 3 additions & 3 deletions tiktorch/proto/utils_pb2.py

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

2 changes: 1 addition & 1 deletion tiktorch/proto/utils_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.68.1'
GRPC_GENERATED_VERSION = '1.67.1'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down

0 comments on commit 4a5ed85

Please sign in to comment.