Skip to content

Commit 6df65ac

Browse files
committed
Fix protobuf dependency
Ensures the version specifier is the same as on the main branch.
1 parent 2f74bc8 commit 6df65ac

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
@@ -11,7 +11,7 @@ dependencies = [
1111
"httpx>=0.28.1",
1212
"httpx-sse>=0.4.0",
1313
"pydantic>=2.11.3",
14-
"protobuf==5.29.5",
14+
"protobuf>=5.29.5",
1515
"google-api-core>=1.26.0",
1616
]
1717

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)