Skip to content

Commit

Permalink
build(deps): update grpc to v1.70.0 (#317)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and autofix-ci[bot] authored Feb 8, 2025
1 parent 3a6d9f0 commit d8d4926
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions api/v1/timeline_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 api/v1/timeline_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from api.v1 import timeline_pb2 as api_dot_v1_dot_timeline__pb2

GRPC_GENERATED_VERSION = '1.68.0'
GRPC_GENERATED_VERSION = '1.70.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires-python = '~=3.10.0'
dependencies = [
'SQLAlchemy (==2.0.38)',
'aiomysql (==0.2.0)',
'grpcio (==1.68.0)',
'grpcio (==1.70.0)',
'protobuf (==5.29.3)',
'pydantic (==2.10.6)',
'pydantic-settings (==2.7.1)',
Expand All @@ -24,7 +24,7 @@ dependencies = [
[dependency-groups]
dev = [
'grpc-stubs (==1.53.0.5)',
'grpcio-tools (==1.68.0)',
'grpcio-tools (==1.70.0)',
'mypy (==1.15.0)',
'pytest (==8.3.4)',
'pytest-dotenv (==0.5.2)',
Expand Down
48 changes: 24 additions & 24 deletions uv.lock

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

0 comments on commit d8d4926

Please sign in to comment.