Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-05-30 11:41:52 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-05-30 11:41:52 +0300
commit43815e936d3dcf00818b18ca132606cba754fb04 (patch)
tree015b81e1a786cba707c019964ea0d87a563c356c /extra
parent1ed261750915de96ddcf07b4c469e57f988d4db2 (diff)
Fix compatibility problems in pip package with newest python-protobuf
https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
Diffstat (limited to 'extra')
-rw-r--r--extra/poetry/pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/poetry/pyproject.toml b/extra/poetry/pyproject.toml
index 07910a9..b9af332 100644
--- a/extra/poetry/pyproject.toml
+++ b/extra/poetry/pyproject.toml
@@ -18,8 +18,8 @@ protoc-gen-nanopb = "nanopb.generator.nanopb_generator:main_plugin"
[tool.poetry.dependencies]
python = ">=2.7"
-protobuf = ">=3.6"
-grpcio-tools = {version = ">=1.26.0rc1", allow-prereleases = true, optional=true}
+protobuf = ">=3.19"
+grpcio-tools = ">=1.46.0"
[tool.poetry.dev-dependencies]