[PR #1059] [MERGED] fix(cua): Bump min version for OpenAI peer dep #1210

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1059
Author: @bracesproul
Created: 3/28/2025
Status: Merged
Merged: 3/28/2025
Merged by: @bracesproul

Base: mainHead: brace/bump-cua-oai-dep


📝 Commits (1)

  • 6bb300d fix(cua): Bump min version for OpenAI peer dep

📊 Changes

2 files changed (+8 additions, -8 deletions)

View changed files

📝 libs/langgraph-cua/package.json (+2 -2)
📝 yarn.lock (+6 -6)

📄 Description

@langchain/openai 0.5.1 fixed a bug with sending requests to OpenAI's responses API when the chat history is managed by the user, and previous_response_id is not used. Specifically for sending the reasoning output blocks back to the API.


🔄 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/langgraphjs/pull/1059 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 3/28/2025 **Status:** ✅ Merged **Merged:** 3/28/2025 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/bump-cua-oai-dep` --- ### 📝 Commits (1) - [`6bb300d`](https://github.com/langchain-ai/langgraphjs/commit/6bb300d6a4a87228b0e24ee6469c64e37d7f1eb5) fix(cua): Bump min version for OpenAI peer dep ### 📊 Changes **2 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph-cua/package.json` (+2 -2) 📝 `yarn.lock` (+6 -6) </details> ### 📄 Description `@langchain/openai` `0.5.1` fixed a bug with sending requests to OpenAI's responses API when the chat history is managed by the user, and `previous_response_id` is not used. Specifically for sending the `reasoning` output blocks back to the API. --- <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 19:17:40 -05:00
yindo closed this issue 2026-02-15 19:17:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1210