Skip to content

chore(deps)(deps): bump uvicorn[standard] from 0.40.0 to 0.42.0 #987

chore(deps)(deps): bump uvicorn[standard] from 0.40.0 to 0.42.0

chore(deps)(deps): bump uvicorn[standard] from 0.40.0 to 0.42.0 #987

Triggered via pull request March 16, 2026 09:20
Status Failure
Total duration 4m 9s
Artifacts

lint.yml

on: pull_request
Lint with Ruff
12s
Lint with Ruff
Type Check (Optional)
3m 43s
Type Check (Optional)
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff (F541): backend/api/handlers/llm_handler.py#L280
backend/api/handlers/llm_handler.py:280:29: F541 f-string without any placeholders help: Remove extraneous `f` prefix
ruff (F541): backend/api/handlers/llm_handler.py#L269
backend/api/handlers/llm_handler.py:269:25: F541 f-string without any placeholders help: Remove extraneous `f` prefix
ruff (F541): backend/api/handlers/llm_handler.py#L171
backend/api/handlers/llm_handler.py:171:28: F541 f-string without any placeholders help: Remove extraneous `f` prefix
ruff (F541): backend/api/handlers/llm_handler.py#L156
backend/api/handlers/llm_handler.py:156:32: F541 f-string without any placeholders help: Remove extraneous `f` prefix
ruff (F541): backend/api/handlers/llm_handler.py#L96
backend/api/handlers/llm_handler.py:96:25: F541 f-string without any placeholders help: Remove extraneous `f` prefix
ruff (F401): arxiv/figures/generate_fig3_results.py#L7
arxiv/figures/generate_fig3_results.py:7:17: F401 `numpy` imported but unused help: Remove unused import: `numpy`
ruff (F401): arxiv/figures/generate_fig2_validation_chain.py#L7
arxiv/figures/generate_fig2_validation_chain.py:7:30: F401 `matplotlib.patches` imported but unused help: Remove unused import: `matplotlib.patches`
ruff (F401): arxiv/figures/generate_fig1_architecture.py#L8
arxiv/figures/generate_fig1_architecture.py:8:65: F401 `matplotlib.patches.ConnectionPatch` imported but unused help: Remove unused import: `matplotlib.patches.ConnectionPatch`
ruff (F401): arxiv/figures/generate_fig1_architecture.py#L7
arxiv/figures/generate_fig1_architecture.py:7:30: F401 `matplotlib.patches` imported but unused help: Remove unused import: `matplotlib.patches`
ruff (F401): arxiv/figures/generate_all_figures.py#L20
arxiv/figures/generate_all_figures.py:20:12: F401 `matplotlib` imported but unused; consider using `importlib.util.find_spec` to test for availability help: Remove unused import: `matplotlib`