[PR #6322] fix(sdk-py): remove body param (Auth.authenticate) #4976

Closed
opened 2026-02-20 17:51:02 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/6322

State: closed
Merged: Yes


Requests are not guaranteed to contain a body, and a request's body is not guaranteed to be valid JSON. This updates the type signature for authentication handlers to account for these scenarios.

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/6322 **State:** closed **Merged:** Yes --- Requests are not guaranteed to contain a body, and a request's body is not guaranteed to be valid JSON. This updates the type signature for authentication handlers to account for these scenarios.
yindo added the pull-request label 2026-02-20 17:51:02 -05:00
yindo closed this issue 2026-02-20 17:51:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#4976