Skip to content

Commit 61357ca

Browse files
committed
feat: updated the protos and implimenation
1 parent 9153b37 commit 61357ca

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ classifiers = [
2323
requires-python = ">=3.9"
2424
dependencies = [
2525
"protobuf>=6.31.1",
26-
"grpcio>=1.74.0",
27-
"grpcio-tools>=1.74.0",
26+
"grpcio>=1.78.0",
27+
"grpcio-tools>=1.78.0",
2828
]
2929

3030
[project.optional-dependencies]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ annotated-types==0.7.0; python_version >= '3.8'
66
attrs==25.3.0; python_version >= '3.8'
77
frozenlist==1.7.0; python_version >= '3.9'
88
grpc-interceptor==0.15.4; python_version >= '3.7' and python_version < '4.0'
9-
grpcio==1.74.0; python_version >= '3.9'
10-
grpcio-tools==1.74.0; python_version >= '3.9'
9+
grpcio==1.78.0; python_version >= '3.9'
10+
grpcio-tools==1.78.0; python_version >= '3.9'
1111
idna==3.10; python_version >= '3.6'
1212
invoke==2.2.0; python_version >= '3.6'
1313
multidict==6.5.0; python_version >= '3.9'

0 commit comments

Comments
 (0)