mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-06 17:57:49 +02:00
Converting __init__.py to use __getattr__ defers loading of Auth, get_client/get_sync_client, Encryption, and EncryptionContext until first access. This removes ~13ms from langgraph.runtime import time, since importing BaseUser from langgraph_sdk.auth.types no longer triggers the full client/auth/encryption module graph. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>