Skip to content

feat: introduce TransportProtocol validation #1905

feat: introduce TransportProtocol validation

feat: introduce TransportProtocol validation #1905

Triggered via pull request October 31, 2025 12:07
Status Failure
Total duration 52s
Artifacts

linter.yaml

on: pull_request
Lint Code Base
44s
Lint Code Base
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 notice
Lint Code Base
Process completed with exit code 1.
Lint Code Base
1 error
Lint Code Base: src/a2a/client/client_factory.py#L212
Argument of type "TransportProtocol | str" cannot be assigned to parameter "key" of type "TransportProtocol" in function "__getitem__"   Type "TransportProtocol | str" is not assignable to type "TransportProtocol"     "str" is not assignable to "TransportProtocol" (reportArgumentType)
Lint Code Base
Process completed with exit code 1.
Lint Code Base
repository contains 20 duplications. 0 duplications were part of this PR and were annotated