From d31f4a1619f109694dfad8c8b6b56f7ef543432e Mon Sep 17 00:00:00 2001 From: Kalo Chin Date: Sat, 25 Oct 2025 19:57:15 +0900 Subject: [PATCH 1/3] Update version range for dify_plugin in README --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index 49d4530c..9f0a985e 100644 --- a/python/README.md +++ b/python/README.md @@ -20,5 +20,5 @@ When depending on this SDK, it's recommended to specify version constraints that Example in your project's dependency management: ```python -dify_plugin>=0.3.0,<0.5.0 +dify_plugin>=0.3.0,<0.6.0 ``` From 62134f40015ee5c375f63006817b7f7410f44398 Mon Sep 17 00:00:00 2001 From: Kalo Chin Date: Mon, 8 Dec 2025 16:22:36 +0900 Subject: [PATCH 2/3] Update dependency version range for dify_plugin --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index 9f0a985e..c2b00b74 100644 --- a/python/README.md +++ b/python/README.md @@ -20,5 +20,5 @@ When depending on this SDK, it's recommended to specify version constraints that Example in your project's dependency management: ```python -dify_plugin>=0.3.0,<0.6.0 +dify_plugin>=0.3.0,<0.7.0 ``` From f6a0d0110e918e0d47390a1adb11099414647a39 Mon Sep 17 00:00:00 2001 From: Kalo Chin Date: Tue, 9 Dec 2025 18:43:53 +0900 Subject: [PATCH 3/3] Update version range for dify_plugin in README --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index c2b00b74..7ffbbc1e 100644 --- a/python/README.md +++ b/python/README.md @@ -20,5 +20,5 @@ When depending on this SDK, it's recommended to specify version constraints that Example in your project's dependency management: ```python -dify_plugin>=0.3.0,<0.7.0 +dify_plugin>=0.3.0,<0.8.0 ```