Skip to content

Upgrade locked dependencies#1406

Open
tconley1428 wants to merge 1 commit intomainfrom
chore/update-uv-lock
Open

Upgrade locked dependencies#1406
tconley1428 wants to merge 1 commit intomainfrom
chore/update-uv-lock

Conversation

@tconley1428
Copy link
Copy Markdown
Contributor

@tconley1428 tconley1428 commented Apr 2, 2026

Summary

  • refresh uv.lock to current dependency versions
  • constrain types-protobuf to <7.0.0 so protobuf stubs stay aligned with the repo protobuf <7 runtime range
  • avoid pyright failures caused by protobuf 7 stubs resolving against protobuf 6 runtime packages

Validation

  • uv lock --check
  • uv sync --locked --all-extras
  • uv run pyright temporalio/converter/_failure_converter.py tests/worker/test_command_aware_visitor.py
  • poe lint

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.
@tconley1428 tconley1428 requested a review from a team as a code owner April 2, 2026 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants