mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1605] [MERGED] fix(feat/datasource): bump sdk version to support new ref format for output schema #1983
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/1605
Author: @kurokobo
Created: 8/28/2025
Status: ✅ Merged
Merged: 8/28/2025
Merged by: @crazywoola
Base:
feat/datasource← Head:ref📝 Commits (1)
60ec2cafix(feat/datasource): bump sdk version to support new ref format for output schema📊 Changes
6 files changed (+6 additions, -6 deletions)
View changed files
📝
tools/general_chunk/manifest.yaml(+1 -1)📝
tools/general_chunk/requirements.txt(+1 -1)📝
tools/parent_child_chunk/manifest.yaml(+1 -1)📝
tools/parent_child_chunk/requirements.txt(+1 -1)📝
tools/qa_chunk/manifest.yaml(+1 -1)📝
tools/qa_chunk/requirements.txt(+1 -1)📄 Description
Related Issues or Context
NOTE: This is intended for the ✨ feat/datasource branch, not for main.
New
$ref: "https://..."format does not work with old SDK version.This PR bumps SDK version for the plugin which has new ref format and uses old SDK version.
Follow-up for: https://github.com/langgenius/dify-official-plugins/commit/4a3f0478c8c224114e9f2937fd048bed2bacffb9
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.