From 876be6c77c654e77de5140d8f435db5ff3fb48d1 Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Sun, 29 Mar 2026 16:27:12 +0200 Subject: [PATCH] LCOR-1117: updated Pyright exclusion --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a4a96e576..fe5c74f56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,9 +77,6 @@ dependencies = [ [tool.pyright] exclude = [ - # Agent API v1 endpoints - deprecated API but still supported - # Type errors due to llama-stack-client not exposing Agent API types - "src/app/endpoints/conversations.py", ] extraPaths = ["./src"]