Skip to content

Commit

Permalink
Bump protobuf to 25.5 (aka PyPi 4.25.5) (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Dec 6, 2024
1 parent 88a55b1 commit 1034a22
Show file tree
Hide file tree
Showing 4 changed files with 631 additions and 1,957 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.10

ENV PROTOC_VERSION 3.19.6
ENV PROTOC_VERSION 25.5

ARG TARGETARCH

Expand Down
53 changes: 9 additions & 44 deletions aioesphomeapi/api_options_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,530 changes: 619 additions & 1,911 deletions aioesphomeapi/api_pb2.py

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ disable = [
"bad-mcs-classmethod-argument",
"duplicate-code",
"too-many-lines",
"too-many-positional-arguments"
"too-many-positional-arguments",
"no-name-in-module"
]

[tool.ruff]
Expand Down

0 comments on commit 1034a22

Please sign in to comment.