[PR #1665] [MERGED] sdk-py: add versioning for assistants #2213

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1665
Author: @isahers1
Created: 9/9/2024
Status: Merged
Merged: 9/20/2024
Merged by: @isahers1

Base: mainHead: isaac/assistantversionspythonsdk


📝 Commits (10+)

📊 Changes

5 files changed (+145 additions, -7 deletions)

View changed files

📝 libs/sdk-js/src/client.ts (+46 -0)
📝 libs/sdk-js/src/index.ts (+3 -0)
📝 libs/sdk-js/src/schema.ts (+9 -2)
📝 libs/sdk-py/langgraph_sdk/client.py (+68 -1)
📝 libs/sdk-py/langgraph_sdk/schema.py (+19 -4)

📄 Description

  • Lists all the versions for a given assistant
  • Allows you to change assistant to point to specific version

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/1665 **Author:** [@isahers1](https://github.com/isahers1) **Created:** 9/9/2024 **Status:** ✅ Merged **Merged:** 9/20/2024 **Merged by:** [@isahers1](https://github.com/isahers1) **Base:** `main` ← **Head:** `isaac/assistantversionspythonsdk` --- ### 📝 Commits (10+) - [`e9ff862`](https://github.com/langchain-ai/langgraph/commit/e9ff8627d43e9402352a2a6a8866153d667bdf34) add get_versions to python sdk - [`02ee724`](https://github.com/langchain-ai/langgraph/commit/02ee724e1b00e9dea8209dd8d0fdb40d1ab5b121) fml - [`8636538`](https://github.com/langchain-ai/langgraph/commit/8636538b623621576d2a33ed7a1f887dd0716003) add change_version to sdk - [`4c3d36c`](https://github.com/langchain-ai/langgraph/commit/4c3d36cc6b401f4215038a6cabade7ef4f2338de) add assistant name to create - [`d71050b`](https://github.com/langchain-ai/langgraph/commit/d71050b6409956ca5546f369fc595542fa85d3b2) document assistant name - [`718bafc`](https://github.com/langchain-ai/langgraph/commit/718bafcdb0ce309f3163652542e89b80136dc1ff) change method - [`aec9429`](https://github.com/langchain-ai/langgraph/commit/aec94296330be70125b60dafcabad8778fab3a58) version in payload - [`2d9b2c6`](https://github.com/langchain-ai/langgraph/commit/2d9b2c624dcc73a2f1640357225bac5a3d893619) fml - [`5562397`](https://github.com/langchain-ai/langgraph/commit/5562397e376becd7e99d76a5e3c5c9926009a34f) add js methods and types - [`742eec6`](https://github.com/langchain-ai/langgraph/commit/742eec603f51038399ff4620b915a5740bb93441) name -> assistant_name ### 📊 Changes **5 files changed** (+145 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `libs/sdk-js/src/client.ts` (+46 -0) 📝 `libs/sdk-js/src/index.ts` (+3 -0) 📝 `libs/sdk-js/src/schema.ts` (+9 -2) 📝 `libs/sdk-py/langgraph_sdk/client.py` (+68 -1) 📝 `libs/sdk-py/langgraph_sdk/schema.py` (+19 -4) </details> ### 📄 Description - Lists all the versions for a given assistant - Allows you to change assistant to point to specific version --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:46:33 -05:00
yindo closed this issue 2026-02-20 17:46:33 -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#2213