Skip to content

Commit e6038d8

Browse files
pin grpcio to 1.64.1 (#86)
* pin grpcio to 1.64.1 To avoid unwanted log issue with latest version grpc/grpc#37178 * Update requirements.txt
1 parent 157576c commit e6038d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
setuptools>=65
2-
grpcio-tools
2+
grpcio==1.64.1
3+
grpcio-tools==1.64.1

0 commit comments

Comments
 (0)