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
3 changes: 3 additions & 0 deletions apps/dify-plugin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ description = "Dify plugin for Daytona sandbox infrastructure"
readme = "README.md"
license = "Apache-2.0"
requires-python = ">=3.12"
authors = [
{name = "Daytona Platforms Inc.", email = "support@daytona.io"}
]

# uv pip compile pyproject.toml -o ./requirements.txt
dependencies = [
Expand Down
1 change: 1 addition & 0 deletions apps/inngest-agentkit-coding-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "daytona-coding-agent",
"version": "1.0.0",
"description": "AgentKit coding agent powered by Daytona",
"author": "Daytona Platforms Inc.",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/stripe-coding-agent-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"typescript",
"nextjs"
],
"author": "",
"author": "Daytona Platforms Inc.",
"license": "Apache-2.0",
"dependencies": {
"@ai-sdk/openai": "^3.0.36",
Expand Down
2 changes: 1 addition & 1 deletion packages/adk-plugin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires-python = ">=3.10"
license = "Apache-2.0"
license-files = ["LICENSE"]
authors = [
{name = "Mislav Ivanda", email = "mivanda@daytona.io"}
{name = "Daytona Platforms Inc.", email = "support@daytona.io"}
]
keywords = ["adk", "daytona", "sandbox", "plugin"]
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain-data-analysis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
name = "langchain-daytona-data-analysis"
version = "0.2.0"
description = "An integration package connecting DaytonaDataAnalysis and LangChain"
authors = []
authors = ["Daytona Platforms Inc. <support@daytona.io>"]
readme = "README.md"
repository = "https://github.com/daytona/integrations"
license = "MIT"
Expand Down
Loading