[PR #243] [MERGED] fix: update request timeout to use configurable MAX_REQUEST_TIMEOUT #252

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/243
Author: @ZhouhaoJiang
Created: 11/19/2025
Status: Merged
Merged: 11/21/2025
Merged by: @Yeuoly

Base: mainHead: fix/oai-request-timeout


📝 Commits (3)

  • b1d1579 fix: update request timeout to use configurable MAX_REQUEST_TIMEOUT
  • 20376f0 chore: lint
  • 9d0648a fix: Import block is un-sorted or un-formatted (I001)

📊 Changes

1 file changed (+8 additions, -1 deletions)

View changed files

📝 python/dify_plugin/interfaces/model/openai_compatible/llm.py (+8 -1)

📄 Description

Pull Request Checklist

Thank you for your contribution! Before submitting your PR, please make sure you have completed the following checks:

Compatibility Check

  • I have checked whether this change affects the backward compatibility of the plugin declared in README.md
  • I have checked whether this change affects the forward compatibility of the plugin declared in README.md
  • If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the README.md
  • I have described the compatibility impact and the corresponding version number in the PR description
  • I have checked whether the plugin version is updated in the README.md

Available Checks

  • Code has passed local tests
  • Relevant documentation has been updated (if necessary)

🔄 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-plugin-sdks/pull/243 **Author:** [@ZhouhaoJiang](https://github.com/ZhouhaoJiang) **Created:** 11/19/2025 **Status:** ✅ Merged **Merged:** 11/21/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix/oai-request-timeout` --- ### 📝 Commits (3) - [`b1d1579`](https://github.com/langgenius/dify-plugin-sdks/commit/b1d157974d55d4b3e2496c8f4598f8a09ea182cc) fix: update request timeout to use configurable MAX_REQUEST_TIMEOUT - [`20376f0`](https://github.com/langgenius/dify-plugin-sdks/commit/20376f0b3d85ce6a79a019dcd89ad2a7df39b905) chore: lint - [`9d0648a`](https://github.com/langgenius/dify-plugin-sdks/commit/9d0648a7aad3945a77a57d1957e7ec50c7ba880b) fix: Import block is un-sorted or un-formatted (I001) ### 📊 Changes **1 file changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/interfaces/model/openai_compatible/llm.py` (+8 -1) </details> ### 📄 Description # Pull Request Checklist Thank you for your contribution! Before submitting your PR, please make sure you have completed the following checks: ## Compatibility Check - [ ] I have checked whether this change affects the **backward compatibility** of the plugin declared in `README.md` - [ ] I have checked whether this change affects the **forward compatibility** of the plugin declared in `README.md` - [ ] If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the `README.md` - [ ] I have described the compatibility impact and the corresponding version number in the PR description - [ ] I have checked whether the plugin version is updated in the `README.md` ## Available Checks - [ ] Code has passed local tests - [ ] Relevant documentation has been updated (if necessary) --- <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 21:16:26 -05:00
yindo closed this issue 2026-02-15 21:16:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-sdks#252