From f915b15e928768bad075d1320e4e73a10b9dde39 Mon Sep 17 00:00:00 2001 From: shin-bot-litellm Date: Fri, 13 Feb 2026 18:20:31 -0800 Subject: [PATCH] fix(mypy): Fix type errors across multiple files (#21180) - vertex_ai/gemini/transformation.py: Fix TypedDict assignment via dict alias - mcp_server/server.py: Convert ASGI scope to dict for type compatibility - pass_through_endpoints.py: Add explicit Optional[dict] type annotation - vector_store_endpoints/endpoints.py: Add Any type for dynamic proxy hook - responses transformation.py: Use dict(Reasoning()) and setattr for compatibility - zscaler_ai_guard.py: Add assert for api_base nullability Co-authored-by: OpenClaw