chore: add daytona dependency to pyproject.toml and update uv.lock

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-03-22 01:55:56 -07:00
parent 0cd596b91f
commit 43c9a09a6c
2 changed files with 3 additions and 0 deletions

View file

@ -69,6 +69,7 @@ dependencies = [
"pypandoc_binary>=1.16.2",
"typst>=0.14.0",
"deepagents>=0.4.3",
"daytona>=0.146.0",
"langchain-daytona>=0.0.2",
"pypandoc>=1.16.2",
]

View file

@ -7860,6 +7860,7 @@ dependencies = [
{ name = "chonkie", extra = ["all"] },
{ name = "composio" },
{ name = "datasets" },
{ name = "daytona" },
{ name = "deepagents" },
{ name = "discord-py" },
{ name = "docling" },
@ -7940,6 +7941,7 @@ requires-dist = [
{ name = "chonkie", extras = ["all"], specifier = ">=1.5.0" },
{ name = "composio", specifier = ">=0.10.9" },
{ name = "datasets", specifier = ">=2.21.0" },
{ name = "daytona", specifier = ">=0.146.0" },
{ name = "deepagents", specifier = ">=0.4.3" },
{ name = "discord-py", specifier = ">=2.5.2" },
{ name = "docling", specifier = ">=2.15.0" },