[PR #569] [MERGED] fix(openai): temporarily pin sdk version #1445

Closed
opened 2026-02-16 10:22:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/569
Author: @kurokobo
Created: 3/26/2025
Status: Merged
Merged: 3/26/2025
Merged by: @crazywoola

Base: mainHead: openai-sdk-73


📝 Commits (1)

  • 971d3c1 fix: temporarily pin sdk version

📊 Changes

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

View changed files

📝 models/openai/manifest.yaml (+1 -1)
📝 models/openai/requirements.txt (+1 -1)

📄 Description

The SDK version 0.0.1b74 causes following issues:

This PR pins the SDK version to 0.0.1b73 as a temporary workaround.


🔄 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/langgenius/dify-official-plugins/pull/569 **Author:** [@kurokobo](https://github.com/kurokobo) **Created:** 3/26/2025 **Status:** ✅ Merged **Merged:** 3/26/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `openai-sdk-73` --- ### 📝 Commits (1) - [`971d3c1`](https://github.com/langgenius/dify-official-plugins/commit/971d3c1faeb16eb2303d3912a6c7f0b836ef9e58) fix: temporarily pin sdk version ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `models/openai/manifest.yaml` (+1 -1) 📝 `models/openai/requirements.txt` (+1 -1) </details> ### 📄 Description The SDK version 0.0.1b74 causes following issues: - https://github.com/langgenius/dify/issues/16353 - https://github.com/langgenius/dify/issues/16726 - https://github.com/langgenius/dify/issues/16816 This PR pins the SDK version to 0.0.1b73 as a temporary workaround. - For openai: https://github.com/langgenius/dify-official-plugins/pull/569 - For azure_openai: https://github.com/langgenius/dify-official-plugins/pull/568 - For openrouter: https://github.com/langgenius/dify-official-plugins/pull/572 --- <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-16 10:22:57 -05:00
yindo closed this issue 2026-02-16 10:22:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1445