feat(server): allow standard FastAPI Security in routes #2629
Annotations
3 errors and 1 notice
|
Lint Code Base
Process completed with exit code 1.
|
|
Lint Code Base
Process completed with exit code 1.
|
|
ruff (TC004):
src/a2a/server/apps/jsonrpc/fastapi_app.py#L9
src/a2a/server/apps/jsonrpc/fastapi_app.py:9:32: TC004 Move import `fastapi.params.Depends` out of type-checking block. Import is used for more than type hinting.
src/a2a/server/apps/jsonrpc/fastapi_app.py:125:32: Used at runtime here
help: Move out of type-checking block
|
|
Lint Code Base
repository contains 25 duplications.
0 duplications were part of this PR and were annotated
|