mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-22 01:35:24 -04:00
91c5db64b5
* feat: prioritize `pyproject.toml` when installing plugin dependencies * refactor: rename variable for clarity in SDK version extraction logic * refactor: use local_runtime.ConstructPluginRuntime * refactor: use local_runtime.ConstructPluginRuntime * refactor: fail when uv not found * refactor: use more realistic test plugin data * refactor: don't accept dependencyFileType other than pyprojectTomlFile and requirementsTxtFile * refactor: use type-safe constant to replace hard-coded string * refactor: use factory function of LocalPluginRuntime