Skip to content

Commit bb428f7

Browse files
authored
fix: relax protobuf lower bound to restore a2a-sdk compatibility (#285)
1 parent d1bf978 commit bb428f7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dependencies = [
2121
"opentelemetry-instrumentation-langchain>=0.61.0",
2222
"httpx>=0.27.0",
2323
"PyJWT>=2.13.0",
24-
"protobuf>=7.0.0",
25-
"protovalidate>=0.13.0",
24+
"protobuf>=5.29.5",
25+
"protovalidate>=0.14.1",
2626
"grpcio>=1.60.0",
2727
"opentelemetry-api>=1.43.0",
2828
"opentelemetry-sdk>=1.43.0",

uv.lock

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

0 commit comments

Comments
 (0)