Skip to content

Commit cf0857c

Browse files
committed
Upgrade locked dependencies
Refresh uv.lock to current package versions and constrain types-protobuf to <7.0.0 so the installed protobuf stubs stay aligned with the repo's protobuf<7 runtime range. This avoids pyright failures introduced by protobuf 7 stubs while keeping the broader lockfile upgrade.
1 parent d9e5219 commit cf0857c

2 files changed

Lines changed: 1620 additions & 1495 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"nexus-rpc==1.4.0",
1313
"protobuf>=3.20,<7.0.0",
1414
"python-dateutil>=2.8.2,<3 ; python_version < '3.11'",
15-
"types-protobuf>=3.20",
15+
"types-protobuf>=3.20,<7.0.0",
1616
"typing-extensions>=4.2.0,<5",
1717
]
1818
classifiers = [

0 commit comments

Comments
 (0)