Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions apps/dify-plugin/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.0.1
version: 0.0.2
type: plugin
author: daytonaio
name: daytona
Expand All @@ -20,7 +20,7 @@ plugins:
tools:
- provider/daytona.yaml
meta:
version: 0.0.1
version: 0.0.2
arch:
- amd64
- arm64
Expand Down
2 changes: 1 addition & 1 deletion apps/dify-plugin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires-python = ">=3.12"

# uv pip compile pyproject.toml -o ./requirements.txt
dependencies = [
"dify_plugin>=0.3.0,<0.6.0",
"dify_plugin>=0.9.0,<0.10.0",
"daytona>=0.193.0,<1.0.0",
]

Expand Down
2 changes: 1 addition & 1 deletion apps/dify-plugin/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dify_plugin>=0.3.0,<0.6.0
dify_plugin>=0.9.0,<0.10.0
daytona>=0.193.0,<1.0.0
Loading
Loading