Skip to content

Commit

Permalink
Update grpc dependencies
Browse files Browse the repository at this point in the history
This makes it possible to build on macOS with Apple Silicon and python 3.12
  • Loading branch information
barbibulle authored Mar 28, 2024
1 parent 14f9eed commit e5a0592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"bt-test-interfaces>=0.0.4",
"bumble>=0.0.186",
"protobuf==4.24.2",
"grpcio==1.57",
"grpcio>=1.62.1",
"mobly==1.12.2",
"portpicker>=1.5.2",
]
Expand All @@ -26,7 +26,7 @@ avatar = "avatar:main"
[project.optional-dependencies]
dev = [
"rootcanal>=1.9.0",
"grpcio-tools>=1.57",
"grpcio-tools>=1.62.1",
"pyright==1.1.298",
"mypy==1.5.1",
"black==23.7.0",
Expand Down

0 comments on commit e5a0592

Please sign in to comment.