mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
Version 0.2.3 is broken #38
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?
Originally created by @DavideDelbianco on GitHub (May 13, 2025).
Installing any plugin that accepts any version of the SDK will result in an error:

I have tested repackaging the same plugin, but locking version < 0.2.3 and it works as expected:

@kazuhisa-wada commented on GitHub (May 14, 2025):
@DavideDelbianco
This issue has so broad impact.
https://github.com/langgenius/dify-plugin-sdks/pull/136 has serious impact on all environment for all users.
Once servers are rebooted where plugins are re-installed, this issue never fails to happen if version 0.2.3 is included in the requirements.txt. Very serious and it should be immediately reverted.
@Yeuoly commented on GitHub (May 14, 2025):
Fixed #142