[PR #2041] [MERGED] fix(js): Make JS client respect max ops size limit #2034

Closed
opened 2026-02-15 23:16:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-sdk/pull/2041
Author: @jacoblee93
Created: 9/26/2025
Status: Merged
Merged: 9/26/2025
Merged by: @jacoblee93

Base: mainHead: jacob/size_limit


📝 Commits (4)

📊 Changes

4 files changed (+157 additions, -10 deletions)

View changed files

📝 js/package.json (+1 -1)
📝 js/src/client.ts (+60 -8)
📝 js/src/index.ts (+1 -1)
📝 js/src/tests/batch_client.test.ts (+95 -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/langsmith-sdk/pull/2041 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 9/26/2025 **Status:** ✅ Merged **Merged:** 9/26/2025 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/size_limit` --- ### 📝 Commits (4) - [`b3b9038`](https://github.com/langchain-ai/langsmith-sdk/commit/b3b903808c484d4c5687960793a485e586cd729f) Make JS client respect max ops size limit - [`78aaeb6`](https://github.com/langchain-ai/langsmith-sdk/commit/78aaeb6837f66c32dcd4b192a2ff8f9726f70eb2) Fix - [`abe0244`](https://github.com/langchain-ai/langsmith-sdk/commit/abe0244e02e2f7fbd4f4998b21aed06326be9617) Add unit test - [`08ccb43`](https://github.com/langchain-ai/langsmith-sdk/commit/08ccb43c3bcb239dfbdf3d134b259f9afec2771e) Bump version ### 📊 Changes **4 files changed** (+157 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `js/package.json` (+1 -1) 📝 `js/src/client.ts` (+60 -8) 📝 `js/src/index.ts` (+1 -1) 📝 `js/src/tests/batch_client.test.ts` (+95 -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-15 23:16:17 -05:00
yindo closed this issue 2026-02-15 23:16:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-sdk#2034