Skip to content

Commit

Permalink
Update grpcio and grpcio-tools dependencies to version 1.69.0 (#1641)
Browse files Browse the repository at this point in the history
**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
  • Loading branch information
ramonfigueiredo authored Jan 27, 2025
1 parent 2142b42 commit 5a9eb52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
future==1.0.0
grpcio==1.48.2;python_version<"3.7"
grpcio-tools==1.48.2;python_version<"3.7"
grpcio==1.53.2;python_version>="3.7"
grpcio-tools==1.53.0;python_version>="3.7"
grpcio==1.69.0;python_version>="3.7"
grpcio-tools==1.69.0;python_version>="3.7"
mock==2.0.0
packaging==20.9;python_version<"3.7"
packaging==24.1;python_version>="3.7"
Expand Down

0 comments on commit 5a9eb52

Please sign in to comment.