You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: set DEFER_PYDANTIC_BUILD in deployment instead of settings.py
The DEFER_PYDANTIC_BUILD=0 workaround for the OpenAI SDK MockValSer error is
applied manually in the deployment config, so drop the os.environ.setdefault
from config/settings.py. Keep the documented entry in .env.example (without the
now-removed settings.py reference). See openai/openai-python#1306.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments