aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Boccon-Gibod <bok@bok.net>2024-04-01 18:00:51 -0700
committerGitHub <noreply@github.com>2024-04-01 18:00:51 -0700
commit84fcba2762f6cd95e055ab0e1e5058a71ad8b2af (patch)
treeb6a1314317966636cb545f04305da893b77edd2c
parent188b8309598e6f30c48cf10170b48a300a752580 (diff)
downloadbt-test-interfaces-84fcba2762f6cd95e055ab0e1e5058a71ad8b2af.tar.gz
Update grpc dependencies (#21)
This makes it possible to build/install on macOS with Apple Silicon and python 3.12
-rw-r--r--python/pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 0e82566..0fcd7fc 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -7,7 +7,7 @@ classifiers = [
"License :: OSI Approved :: Apache Software License"
]
dependencies = [
- "grpcio==1.57",
+ "grpcio>=1.62.1",
"protobuf>=4.22.0"
]
@@ -40,6 +40,6 @@ reportImportCycles = false
reportPrivateUsage = false
[build-system]
-requires = ["flit_core==3.7.1", "grpcio-tools>=1.51.1"]
+requires = ["flit_core==3.7.1", "grpcio-tools>=1.62.1"]
build-backend = "_build.backend"
backend-path = ["."]