Skip to content
Closed
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
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ letta = [
]
pydantic-ai = [
"pydantic-ai-slim[anthropic]>=1.56.0",
"openai>=1.0.0",
"openai>=2.41.1",
]
anthropic = [
"anthropic>=0.75.0",
Expand All @@ -54,20 +54,20 @@ langgraph = [
"langchain-anthropic>=0.3.0",
"langchain-community>=0.4.0", # 0.4.0+ required for langchain 1.0 compatibility
"langchain-text-splitters>=0.3.0",
"openai>=1.0.0",
"openai>=2.41.1",
"beautifulsoup4>=4.12.0",
]
claude_sdk = [
"claude-agent-sdk>=0.1.16", # Requires Node.js 20+ and @anthropic-ai/claude-code CLI
]
parlant = [
"parlant>=3.0.0",
"openai>=1.0.0",
"openai>=2.41.1",
"werkzeug>=3.1.6",
]
crewai = [
"crewai==1.14.3",
"openai>=2.0.0", # crewai 1.14.3 requires openai>=2.0.0
"openai>=2.41.1", # crewai 1.14.3 requires openai>=2.0.0
"nest-asyncio>=1.6.0", # Required for sync-to-async bridging in CrewAI tools
"pillow>=12.1.1",
]
Expand Down Expand Up @@ -154,7 +154,7 @@ dev = [
"langchain-anthropic>=0.3.0",
"langchain-community>=0.4.0",
"langchain-text-splitters>=0.3.0",
"openai>=1.0.0",
"openai>=2.41.1",
"beautifulsoup4>=4.12.0",
# Include a2a-sdk for testing
"a2a-sdk>=0.3.22",
Expand Down Expand Up @@ -202,7 +202,7 @@ dev-crewai = [
"httpx>=0.24.0",
# CrewAI and its deps
"crewai==1.14.3",
"openai>=2.0.0",
"openai>=2.41.1",
"nest-asyncio>=1.6.0",
"pillow>=12.1.1",
# Development tools
Expand Down
20 changes: 10 additions & 10 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading