Skip to content

Commit fdf6f92

Browse files
Reverts grpc bump
Signed-off-by: Elena Kolevska <[email protected]>
1 parent ab833e2 commit fdf6f92

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)