[PR #804] [MERGED] sdk-py: added Cron search functionality #1692

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/804
Author: @isahers1
Created: 6/25/2024
Status: Merged
Merged: 6/28/2024
Merged by: @andrewnguonly

Base: mainHead: isaac/cronlist


📝 Commits (10+)

📊 Changes

2 files changed (+36 additions, -0 deletions)

View changed files

📝 libs/sdk-py/langgraph_sdk/client.py (+19 -0)
📝 libs/sdk-py/langgraph_sdk/schema.py (+17 -0)

📄 Description

No description provided


🔄 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/804 **Author:** [@isahers1](https://github.com/isahers1) **Created:** 6/25/2024 **Status:** ✅ Merged **Merged:** 6/28/2024 **Merged by:** [@andrewnguonly](https://github.com/andrewnguonly) **Base:** `main` ← **Head:** `isaac/cronlist` --- ### 📝 Commits (10+) - [`629ce52`](https://github.com/langchain-ai/langgraph/commit/629ce520aa98cc0bed1cf3afed9dac8593f8d93e) first draft - [`e6b6c8d`](https://github.com/langchain-ai/langgraph/commit/e6b6c8d727ae730113ff7f0b709c8d6478cc6d6a) minor fix - [`bc41152`](https://github.com/langchain-ai/langgraph/commit/bc41152b7f4cded938e6c796f5f01d7db900976f) second draft - [`91e517f`](https://github.com/langchain-ai/langgraph/commit/91e517f6e0632362f2efae8cb314491376f15813) reformat - [`388112f`](https://github.com/langchain-ai/langgraph/commit/388112f3f6d07314268c54d8c025bdf15c12505e) rename - [`608331f`](https://github.com/langchain-ai/langgraph/commit/608331f2d561df6661e32b4781b9058f1fd2090f) remove f-string - [`4fcabeb`](https://github.com/langchain-ai/langgraph/commit/4fcabebde9a67768f23307745b69bc4c32c26a7a) Merge branch 'main' into isaac/cronlist - [`bcd0c02`](https://github.com/langchain-ai/langgraph/commit/bcd0c02d996778c8d27e405e2a043e82e38f79ab) fmt - [`a477f08`](https://github.com/langchain-ai/langgraph/commit/a477f082748313c7394dbdb3d192820451bf80ff) Merge https://github.com/langchain-ai/langgraph into isaac/cronlist - [`43cb838`](https://github.com/langchain-ai/langgraph/commit/43cb83834e2f39c9be4bcb4a0194d620185aa95b) Merge branch 'main' into isaac/cronlist ### 📊 Changes **2 files changed** (+36 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `libs/sdk-py/langgraph_sdk/client.py` (+19 -0) 📝 `libs/sdk-py/langgraph_sdk/schema.py` (+17 -0) </details> ### 📄 Description _No description provided_ --- <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:45:20 -05:00
yindo closed this issue 2026-02-20 17:45:20 -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#1692