Skip to content

sdk==0.1.48

Choose a tag to compare

@github-actions github-actions released this 18 Dec 19:43
09a6450

langgraph-sdk 0.1.48

Summary of Changes

  • Added new StudioUser class to enable authorization handling for users accessing from LangGraph Studio UI (#2813)

Detailed Changes

StudioUser

  • Added new StudioUser class in langgraph_sdk/auth/types.py that represents authenticated users from LangGraph Studio UI (#2813)
  • Provides properties for username, authentication status, display name, identity, and permissions
  • Enables developers to create custom authorization handlers that specifically handle studio access
  • Can be used with isinstance checks in authorization handlers to control access for Studio users
  • Studio authentication can be disabled in langgraph.json config with disable_studio_auth: true