Skip to content

Commit a43e1f4

Browse files
committed
fix: warning protobuf version
1 parent f9cd0ee commit a43e1f4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/autobump.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
python-version: "3.11.8"
2525
- name: Install Protoc
2626
uses: arduino/setup-protoc@v3
27+
with:
28+
version: "30.2"
2729
- name: Install uv
2830
uses: astral-sh/setup-uv@v5
2931
- name: fetch new proto files

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"linkpreview>=0.11.0",
1010
"phonenumbers>=8.13.52",
1111
"pillow>=11.1.0",
12-
"protobuf>=5.29.3",
12+
"protobuf==6.30.2",
1313
"python-magic>=0.4.27 ; sys_platform != 'win32'",
1414
"python-magic-bin>=0.4.14 ; sys_platform == 'win32'",
1515
"requests>=2.32.3",

0 commit comments

Comments
 (0)