[PR #6482] feat: custom encryption at rest #5064

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

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

State: closed
Merged: Yes


Description:
This PR adds the Python SDK types necessary for langgraph platform users to inject their own custom encryption-at-rest functions. See docs PR for more details.

note: this PR adds a starlette dev dependency so that custom encryption can access BaseUser information.

Issue:
required for LSD-172

Dependencies:

TODO:

  • move docs to docs repo
  • bump package versions before merge
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/6482 **State:** closed **Merged:** Yes --- **Description:** This PR adds the Python SDK types necessary for langgraph platform users to inject their own custom encryption-at-rest functions. See [docs PR](https://github.com/langchain-ai/docs/pull/1715) for more details. note: this PR adds a starlette dev dependency so that custom encryption can access BaseUser information. **Issue:** required for LSD-172 **Dependencies:** - [depended upon by associated langgraph-api changes](https://github.com/langchain-ai/langgraph-api/pull/1773)(this PR must merge before that one) - [docs PR](https://github.com/langchain-ai/docs/pull/1715) **TODO:** - [x] move docs to docs repo - [x] bump package versions before merge
yindo added the pull-request label 2026-02-20 17:51:10 -05:00
yindo closed this issue 2026-02-20 17:51:10 -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#5064