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"]