Skip to content

Commit 5a9eb52

Browse files
Update grpcio and grpcio-tools dependencies to version 1.69.0 (#1641)
**Link the Issue(s) this Pull Request is related to.** #1635 **Summarize your change.** - Updated `grpcio` from 1.53.2 to 1.69.0 for Python versions >= 3.7 - Updated `grpcio-tools` from 1.53.0 to 1.69.0 for Python versions >= 3.7 - Fixes the error encountered when running: `pip install -r requirements.txt -r requirements_gui.txt` - This update reflects the tests conducted on a MacBook Pro with Apple M2 Max
1 parent 2142b42 commit 5a9eb52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
future==1.0.0
22
grpcio==1.48.2;python_version<"3.7"
33
grpcio-tools==1.48.2;python_version<"3.7"
4-
grpcio==1.53.2;python_version>="3.7"
5-
grpcio-tools==1.53.0;python_version>="3.7"
4+
grpcio==1.69.0;python_version>="3.7"
5+
grpcio-tools==1.69.0;python_version>="3.7"
66
mock==2.0.0
77
packaging==20.9;python_version<"3.7"
88
packaging==24.1;python_version>="3.7"

0 commit comments

Comments
 (0)