Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```