fix(deps): update dependency anthropic to ~=0.107.1 #1799
Annotations
6 errors
|
checks
Process completed with exit code 1.
|
|
checks
4 errors
|
|
checks:
src/utils/llm/anthropic.py#L38
Argument of type "NotGiven | str" cannot be assigned to parameter "system" of type "str | Iterable[TextBlockParam] | Omit" in function "create"
Type "NotGiven | str" is not assignable to type "str | Iterable[TextBlockParam] | Omit"
Type "NotGiven" is not assignable to type "str | Iterable[TextBlockParam] | Omit"
"NotGiven" is not assignable to "str"
"NotGiven" is incompatible with protocol "Iterable[TextBlockParam]"
"__iter__" is not present
"NotGiven" is not assignable to "Omit" (reportArgumentType)
|
|
checks:
src/utils/llm/anthropic.py#L37
No overloads for "create" match the provided arguments (reportCallIssue)
|
|
checks:
src/utils/llm/anthropic.py#L30
Argument of type "NotGiven | str" cannot be assigned to parameter "system" of type "str | Iterable[TextBlockParam] | Omit" in function "create"
Type "NotGiven | str" is not assignable to type "str | Iterable[TextBlockParam] | Omit"
Type "NotGiven" is not assignable to type "str | Iterable[TextBlockParam] | Omit"
"NotGiven" is not assignable to "str"
"NotGiven" is incompatible with protocol "Iterable[TextBlockParam]"
"__iter__" is not present
"NotGiven" is not assignable to "Omit" (reportArgumentType)
|
|
checks:
src/utils/llm/anthropic.py#L30
No overloads for "create" match the provided arguments (reportCallIssue)
|