Pydantic V2 BaseSettings moved to pydantic-settings
Deterministic patch indexed for AI coding agents (Cursor, Claude Code, Cline, Windsurf, OpenDevin).
Root Cause: Install and import from pydantic-settings.
pydantic fix --latest
Deterministic patch indexed for AI coding agents (Cursor, Claude Code, Cline, Windsurf, OpenDevin).
- from pydantic import BaseSettings
+ from pydantic_settings import BaseSettings, SettingsConfigDict
curl -X POST https://agentnow.in/api/v1/query \
-H "Content-Type: application/json" \
-d '{"error": "Pydantic V2 BaseSettings moved to pydantic-settings"}'