Skip to content

Remove flask api

Remove flask api #1580

Triggered via pull request March 23, 2026 20:50
Status Failure
Total duration 1m 5s
Artifacts

verify-api.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff (TC002): apps/api/e2e/test_model_configs.py#L5
apps/api/e2e/test_model_configs.py:5:19: TC002 Move third-party import `httpx.AsyncClient` into a type-checking block help: Move into type-checking block
ruff (TC002): apps/api/e2e/test_labels.py#L4
apps/api/e2e/test_labels.py:4:19: TC002 Move third-party import `httpx.AsyncClient` into a type-checking block help: Move into type-checking block
ruff (TC002): apps/api/e2e/test_chat.py#L7
apps/api/e2e/test_chat.py:7:19: TC002 Move third-party import `httpx.AsyncClient` into a type-checking block help: Move into type-checking block
ruff (TC002): apps/api/e2e/test_auth.py#L1
apps/api/e2e/test_auth.py:1:19: TC002 Move third-party import `httpx.AsyncClient` into a type-checking block help: Move into type-checking block
ruff (TC001): apps/api/e2e/create_test_thread.py#L6
apps/api/e2e/create_test_thread.py:6:47: TC001 Move application import `e2e.conftest.DatabaseSession` into a type-checking block help: Move into type-checking block
ruff (TC001): apps/api/e2e/create_test_thread.py#L6
apps/api/e2e/create_test_thread.py:6:26: TC001 Move application import `e2e.conftest.AuthenticatedClient` into a type-checking block help: Move into type-checking block
ruff (TC001): apps/api/e2e/create_test_thread.py#L1
apps/api/e2e/create_test_thread.py:1:31: TC001 Move application import `core.object_id` into a type-checking block help: Move into type-checking block
ruff (UP035): apps/api/e2e/conftest.py#L16
apps/api/e2e/conftest.py:16:1: UP035 Import from `typing` instead: `override` help: Import from `typing`
ruff (TC002): apps/api/e2e/conftest.py#L11
apps/api/e2e/conftest.py:11:21: TC002 Move third-party import `psycopg.AsyncConnection` into a type-checking block help: Move into type-checking block
ruff (TC002): apps/api/e2e/_util.py#L3
apps/api/e2e/_util.py:3:19: TC002 Move third-party import `httpx.Response` into a type-checking block help: Move into type-checking block