Files
langgraph/libs
Sydney RunkleandClaude Sonnet 4.6 186d045947 perf(sdk): lazy-load langgraph_sdk top-level exports
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>
2026-04-21 12:56:32 -04:00
..
2026-04-16 13:48:02 -04:00