mirror of
https://github.com/browser-use/browser-use
synced 2026-05-13 17:56:35 +02:00
- agent/views.py: Move RateLimitError import inside format_error() function to avoid loading openai SDK (~800ms) at module level - llm/messages.py: Replace openai.BaseModel with pydantic.BaseModel directly to remove unnecessary openai dependency - filesystem/file_system.py: Move reportlab imports inside sync_to_disk_sync() to avoid ~40ms startup cost when PDF generation is not used - utils.py: Convert OpenAIBadRequestError and GroqBadRequestError to lazy loaders to avoid loading SDKs at module level This improves import time for users who don't use OpenAI provider, especially when using Anthropic, Google, or other providers. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>