Skip to content

Commit 317285b

Browse files
comnikclaude
andauthored
Fix Python SDK protobuf compatibility lower bound (#240)
* Tighten our compat bound * Include uv.lock update from compat bound tightening The lock file was not staged in afed8c0, leaving it out of sync with pyproject.toml. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9a8b7e3 commit 317285b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
]
1414
requires-python = ">=3.10"
1515
dependencies = [
16-
"protobuf>=3.20.3,<6.0.0",
16+
"protobuf>=5.28,<6.0.0",
1717
]
1818

1919
[project.scripts]

sdks/python/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)