Skip to content

Commit

Permalink
Merged in feature/PROTO-226-integrate-protobuf-27.1 (pull request #167)
Browse files Browse the repository at this point in the history
Upgraded the version of Protobuf to version 27.1
  • Loading branch information
BartHertog committed Jun 10, 2024
2 parents bcea81a + 6d5ec14 commit b8bffc0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
protoc-version: ["26.x"]
protoc-version: ["27.x"]
python-version: ["3.8", "3.11"]
runs-on: ${{ matrix.os }}
steps:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ This document details the following:

To stay up to date, signup for our [User Update](https://EmbeddedProto.com/signup).

## 3.5.2
* Updated to Protobuf version 27.1.

## 3.5.1
* Updated to Protobuf version 26.1.

Expand Down
2 changes: 1 addition & 1 deletion generator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ classifiers = [ ]
dependencies = [
"Jinja2>=3,<4",
"MarkupSafe>=2.0,<3",
"protobuf>=5.26.1,<6",
"protobuf>=5.27.1,<6",
"six>=1.16.0,<2",
"toposort>=1.7,<2",
]
Expand Down

0 comments on commit b8bffc0

Please sign in to comment.