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 7f00150 commit 5956a44Copy full SHA for 5956a44
pyproject.toml
@@ -22,12 +22,6 @@ classifiers = [
22
]
23
dynamic = ["version"]
24
dependencies = [
25
- # 3.14 balks on protobuf==5 with:
26
- # TypeError: Metaclasses with custom tp_new are not supported.
27
- # Which appears to be fixed in v33 of the protobuf runtime:
28
- # https://github.com/protocolbuffers/protobuf/issues/12186
29
- # https://github.com/protocolbuffers/protobuf/commit/5b32936822e64b796fa18fcff53df2305c6b7686
30
- # "protobuf>=5.26; python_version == '3.14'",
31
"protobuf>=5",
32
"cel-python==0.2.*",
33
# We need at least this version, which started publishing wheels for Python 3.14.
0 commit comments