We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cd0ee commit a43e1f4Copy full SHA for a43e1f4
.github/workflows/autobump.yml
@@ -24,6 +24,8 @@ jobs:
24
python-version: "3.11.8"
25
- name: Install Protoc
26
uses: arduino/setup-protoc@v3
27
+ with:
28
+ version: "30.2"
29
- name: Install uv
30
uses: astral-sh/setup-uv@v5
31
- name: fetch new proto files
pyproject.toml
@@ -9,7 +9,7 @@ dependencies = [
9
"linkpreview>=0.11.0",
10
"phonenumbers>=8.13.52",
11
"pillow>=11.1.0",
12
- "protobuf>=5.29.3",
+ "protobuf==6.30.2",
13
"python-magic>=0.4.27 ; sys_platform != 'win32'",
14
"python-magic-bin>=0.4.14 ; sys_platform == 'win32'",
15
"requests>=2.32.3",
0 commit comments