Skip to content

Commit

Permalink
pin grpcio to 1.64.1 (#86)
Browse files Browse the repository at this point in the history
* pin grpcio to 1.64.1

To avoid unwanted log issue with latest version grpc/grpc#37178

* Update requirements.txt
  • Loading branch information
virajkarandikar authored Jul 23, 2024
1 parent 157576c commit e6038d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
setuptools>=65
grpcio-tools
grpcio==1.64.1
grpcio-tools==1.64.1

0 comments on commit e6038d8

Please sign in to comment.