From 5032af04ce1e2a7c690b059bae0873dabf6f2db9 Mon Sep 17 00:00:00 2001 From: Donatas-L Date: Mon, 4 May 2026 10:53:28 +0300 Subject: [PATCH 1/2] Update protobuf --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8c8e1a..c403993 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: Set up protoc uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 with: - version: '25.x' + version: '29.x' - name: Generate proto files run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8e1de3a..abc140c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: - name: Set up protoc uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 with: - version: '25.x' + version: '29.x' - name: Generate proto files run: | diff --git a/pyproject.toml b/pyproject.toml index 72c4259..fa63178 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ [project.optional-dependencies] proto = [ - "protobuf==4.25.8", + "protobuf==5.29.6", "types-protobuf", ] test = [ From 29103b8728a6077709fe00e5e70f54d76d7c5630 Mon Sep 17 00:00:00 2001 From: Donatas-L Date: Mon, 4 May 2026 11:31:50 +0300 Subject: [PATCH 2/2] Enable 3.14 --- .github/workflows/ci.yml | 3 ++- .github/workflows/publish.yml | 2 +- pyproject.toml | 3 +-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c403993..a15dc83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: - "3.11" - "3.12" - "3.13" + - "3.14" steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -50,7 +51,7 @@ jobs: - name: Set up protoc uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 with: - version: '29.x' + version: '29.6' - name: Generate proto files run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index abc140c..76bc686 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: - name: Set up protoc uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 with: - version: '29.x' + version: '29.6' - name: Generate proto files run: | diff --git a/pyproject.toml b/pyproject.toml index fa63178..c49ad3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,8 +30,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", - # Our current protobuf version is not compatible with 3.14. - #"Programming Language :: Python :: 3.14", + "Programming Language :: Python :: 3.14", "License :: OSI Approved :: MIT License", ]