[PR #449] [MERGED] Fix missing import in rerank.py for openai-compatible plugin #1373

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/449
Author: @cherrymorning
Created: 3/13/2025
Status: Merged
Merged: 3/14/2025
Merged by: @crazywoola

Base: mainHead: fix-missing-import


📝 Commits (3)

  • 4303bf1 fix:add missing import to rerank.py
  • b63092e Merge branch 'langgenius:main' into fix-missing-import
  • d36d162 Update manifest.yaml

📊 Changes

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

View changed files

📝 models/openai_api_compatible/manifest.yaml (+1 -1)
📝 models/openai_api_compatible/models/rerank/rerank.py (+3 -1)

📄 Description

add missing import of CredentialsValidateFailedError for openai-compatible plugin


🔄 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/449 **Author:** [@cherrymorning](https://github.com/cherrymorning) **Created:** 3/13/2025 **Status:** ✅ Merged **Merged:** 3/14/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix-missing-import` --- ### 📝 Commits (3) - [`4303bf1`](https://github.com/langgenius/dify-official-plugins/commit/4303bf1e15541c64ea26fdecfa53f10e4d5f5aee) fix:add missing import to rerank.py - [`b63092e`](https://github.com/langgenius/dify-official-plugins/commit/b63092e0249bde7b0c92927aff14374321dab997) Merge branch 'langgenius:main' into fix-missing-import - [`d36d162`](https://github.com/langgenius/dify-official-plugins/commit/d36d16200dbc658ed3276979fcc950cd7efc86c2) Update manifest.yaml ### 📊 Changes **2 files changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `models/openai_api_compatible/manifest.yaml` (+1 -1) 📝 `models/openai_api_compatible/models/rerank/rerank.py` (+3 -1) </details> ### 📄 Description add missing import of CredentialsValidateFailedError for openai-compatible plugin --- <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:45 -05:00
yindo closed this issue 2026-02-16 10:22:45 -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#1373