Skip to content

Commit d4a1727

Browse files
authored
Upgrade protobuf dependency (#109)
Why === The rest of the python ecosystem is on protobuf 5, let's upgrade so we aren't stuck with old dependencies. What changed ============ - Upgrade protobuf to v5 Test plan ========= - Codegen should still work
1 parent 8b7034d commit d4a1727

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ classifiers = [
2020
"Programming Language :: Python :: 3.12",
2121
]
2222
dependencies = [
23-
"pydantic==2.9.2",
23+
"pydantic==2.9.2",
2424
"aiochannel>=1.2.1",
2525
"black>=23.11,<25.0",
2626
"grpcio-tools>=1.59.3",
2727
"grpcio>=1.59.3",
2828
"msgpack-types>=0.3.0",
2929
"msgpack>=1.0.7",
3030
"nanoid>=2.0.0",
31-
"protobuf>=4.24.4",
31+
"protobuf>=5.28.3",
3232
"pydantic-core>=2.20.1",
3333
"websockets>=12.0",
3434
]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)