Skip to content

Commit ae15d42

Browse files
See if we can loosen python pin for 3.14
May revert.
1 parent 99f466c commit ae15d42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
# Which appears to be fixed in v33 of the protobuf runtime:
2828
# https://github.com/protocolbuffers/protobuf/issues/12186
2929
# https://github.com/protocolbuffers/protobuf/commit/5b32936822e64b796fa18fcff53df2305c6b7686
30-
"protobuf>=6.33; python_version == '3.14'",
30+
"protobuf>=6; python_version == '3.14'",
3131
"protobuf>=5",
3232
"cel-python==0.2.*",
3333
# We need at least this version, which started publishing wheels for Python 3.14.

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)