Skip to content

Commit 2105f12

Browse files
Update dependency grpcio to v1.73.0
1 parent 6015ddf commit 2105f12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ googleapis-common-protos==1.56.1
7777
# via
7878
# a3m (setup.py)
7979
# grpcio-status
80-
grpcio==1.46.3
80+
grpcio==1.73.0
8181
# via
8282
# a3m (setup.py)
8383
# grpcio-reflection

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ googleapis-common-protos==1.56.1
4040
# via
4141
# a3m (setup.py)
4242
# grpcio-status
43-
grpcio==1.46.3
43+
grpcio==1.73.0
4444
# via
4545
# a3m (setup.py)
4646
# grpcio-reflection

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ install_requires =
5555
boto3~=1.20
5656
# MCPServer
5757
jsonschema~=4.3
58-
grpcio~=1.46.3
58+
grpcio~=1.73.0
5959
grpcio-reflection~=1.46.3
6060
grpcio-status~=1.46.3
6161
googleapis-common-protos~=1.56.1

0 commit comments

Comments
 (0)