Skip to content

Commit 8df1774

Browse files
Reverts grpc bump
Signed-off-by: Elena Kolevska <[email protected]>
1 parent 4bd2310 commit 8df1774

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ include_package_data = True
2626
zip_safe = False
2727
install_requires =
2828
protobuf >= 4.22
29-
grpcio >= 1.67.0
30-
grpcio-status>=1.67.0
29+
grpcio >= 1.37.0
30+
grpcio-status>=1.37.0
3131
aiohttp >= 3.9.0b0
3232
python-dateutil >= 2.8.1
3333
typing-extensions>=4.4.0

tools/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
grpcio-tools>=1.67.0
1+
grpcio-tools>=1.57.0

0 commit comments

Comments
 (0)