Skip to content

Commit e27d2ef

Browse files
committed
fix(deps): restrict protobuf dependency to version <8
1 parent da23565 commit e27d2ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"opentelemetry-instrumentation-langchain>=0.61.0,<1",
2222
"httpx>=0.27.0,<1",
2323
"PyJWT>=2.13.0,<3",
24-
"protobuf>=7.36.0",
24+
"protobuf>=7.36.0,<8",
2525
"protovalidate>=1.0.0,<2",
2626
"grpcio>=1.60.0,<2",
2727
"opentelemetry-api~=1.44.0",

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)