fix: update GitHub Actions workflows for UV installation and cross-platform support #1510
Annotations
8 errors and 1 warning
Run jakebailey/pyright-action@v2:
instructor/dsl/partial.py#L22
Import "Type" is not accessed (reportUnusedImport)
|
Run jakebailey/pyright-action@v2:
instructor/dsl/partial.py#L69
Union requires two or more type arguments (reportInvalidTypeArguments)
|
Run jakebailey/pyright-action@v2:
instructor/dsl/partial.py#L69
Expected class but received "tuple[type[Any] | Any, ...]" (reportGeneralTypeIssues)
|
Run jakebailey/pyright-action@v2:
instructor/dsl/partial.py#L71
Unnecessary "cast" call; type is already "Any" (reportUnnecessaryCast)
|
Run jakebailey/pyright-action@v2:
instructor/dsl/partial.py#L76
Too many type arguments provided for "Partial"; expected 1 but received 2 (reportInvalidTypeArguments)
|
Run jakebailey/pyright-action@v2:
instructor/dsl/partial.py#L111
Type of "annotation" is partially unknown
Type of "annotation" is "Unknown | type[None] | type[Partial[BaseModel]]" (reportUnknownMemberType)
|
Run jakebailey/pyright-action@v2:
instructor/dsl/partial.py#L111
Return type, "tuple[Unknown | type[None] | type[Partial[BaseModel]], FieldInfo]", is partially unknown (reportUnknownVariableType)
|
Run jakebailey/pyright-action@v2
7 errors
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading