Skip to content

Commit

Permalink
Merge pull request #220 from thodkatz/fix-proto
Browse files Browse the repository at this point in the history
Bump grpcio to 1.44 to be compatible with protobuf 5
  • Loading branch information
thodkatz authored Oct 11, 2024
2 parents c546e4b + e91bd2c commit fb680c1
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 1,349 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ repos:
rev: 5.12.0
hooks:
- id: isort
exclude: (.*_pb2.py|.*_pb2_grpc.py)
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8
exclude: (.*_pb2.py|.*_pb2_grpc.py)
2 changes: 2 additions & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ requirements:
host:
- pip
- python >=3.8
- setuptools >=40.0
- setuptools_scm
run:
- python >=3.8
{% for dep in setup_py_data['install_requires'] %}
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
# - bioimage.core via submodule
- python 3.9.*
- numpy
- grpcio=1.41
- grpcio=1.44 # protobuf 5 requires protoc version > 3.19.0 that requires grpcio >= 1.44
- marshmallow-union
- marshmallow=3.12.*
- marshmallow-jsonschema
Expand Down
261 changes: 23 additions & 238 deletions tiktorch/proto/data_store_pb2.py

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

Loading

0 comments on commit fb680c1

Please sign in to comment.