Skip to content

fix(deps): update dependency anthropic to ~=0.107.1 #1799

fix(deps): update dependency anthropic to ~=0.107.1

fix(deps): update dependency anthropic to ~=0.107.1 #1799

Triggered via pull request April 3, 2026 21:38
Status Failure
Total duration 20s
Artifacts

python.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)