chore(deps): bump the poetry group across 1 directory with 21 updates #1593
Annotations
10 errors and 1 warning
Run jakebailey/pyright-action@v2:
instructor/batch.py#L3
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
|
Run jakebailey/pyright-action@v2:
instructor/client_anthropic.py#L87
Type of "create" is unknown (reportUnknownVariableType)
|
Run jakebailey/pyright-action@v2:
instructor/client_anthropic.py#L87
Type of "prompt_caching" is unknown (reportUnknownMemberType)
|
Run jakebailey/pyright-action@v2:
instructor/client_anthropic.py#L87
Type of "messages" is unknown (reportUnknownMemberType)
|
Run jakebailey/pyright-action@v2:
instructor/client_anthropic.py#L87
Type of "create" is unknown (reportUnknownMemberType)
|
Run jakebailey/pyright-action@v2:
instructor/client_anthropic.py#L87
Cannot access attribute "prompt_caching" for class "Beta"
Attribute "prompt_caching" is unknown (reportAttributeAccessIssue)
|
Run jakebailey/pyright-action@v2:
instructor/client_anthropic.py#L87
Cannot access attribute "prompt_caching" for class "AsyncBeta"
Attribute "prompt_caching" is unknown (reportAttributeAccessIssue)
|
Run jakebailey/pyright-action@v2:
instructor/client_anthropic.py#L103
Argument type is unknown
Argument corresponds to parameter "create" in function "patch" (reportUnknownArgumentType)
|
Run jakebailey/pyright-action@v2:
instructor/client_anthropic.py#L112
Argument type is unknown
Argument corresponds to parameter "create" in function "patch" (reportUnknownArgumentType)
|
Run jakebailey/pyright-action@v2:
instructor/multimodal.py#L21
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Loading