Skip to content

Commit 8734435

Browse files
chore(deps): update python packages (#898)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 36adb9c commit 8734435

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

poetry.lock

Lines changed: 29 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ grpcio-tools = [
7373
{ version = "1.67.0", python = ">=3.13,<3.14" },
7474
{ version = "1.75.1", python = "^3.14" },
7575
]
76-
mypy-protobuf = ">=3.4"
76+
# mypy-protobuf 3.6 is the last version that supports protobuf v4.
77+
mypy-protobuf = ">=3.4,<3.7"
7778

7879
[tool.poetry.group.docs]
7980
optional = true

0 commit comments

Comments
 (0)