Skip to content

Commit

Permalink
Update grpc dependencies (#81)
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 Apr 3, 2024
1 parent 6b21659 commit bb7ec54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ classifiers = [
"License :: OSI Approved :: Apache Software License"
]
dependencies = [
"bt-test-interfaces>=0.0.4",
"bt-test-interfaces>=0.0.6",
"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 @@ -25,8 +25,8 @@ avatar = "avatar:main"

[project.optional-dependencies]
dev = [
"rootcanal==1.10.0",
"grpcio-tools>=1.57",
"rootcanal>=1.10.0",
"grpcio-tools>=1.62.1",
"pyright==1.1.298",
"mypy==1.5.1",
"black==23.7.0",
Expand Down

0 comments on commit bb7ec54

Please sign in to comment.