Skip to content
Merged
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
60 changes: 30 additions & 30 deletions packages/vendor-connectors/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"requests>=2.34.2",
# Utilities
"deepmerge>=2.0",
"more-itertools>=11.0.2",
"more-itertools>=11.1.0",
]

[project.urls]
Expand All @@ -53,7 +53,7 @@ Changelog = "https://github.com/jbcom/extended-data-library/blob/main/packages/v
# === Vendor Connector Extras (install what you need) ===
# AWS connector
aws = [
"boto3>=1.43.11",
"boto3>=1.43.15",
]
# Google Cloud connector
google = [
Expand All @@ -78,7 +78,7 @@ vault = [
zoom = []
# Anthropic connector
anthropic = [
"anthropic>=0.103.1",
"anthropic>=0.104.1",
]
# Cursor connector (no extra deps)
cursor = []
Expand Down Expand Up @@ -110,11 +110,11 @@ crewai = [
# and `requests` transitive requirements.
"crewai[tools]>=1.14.5",
# Intentionally pinned here to enforce the safe transitive minimum used by `crewai`.
"uv>=0.11.15",
"uv>=0.11.16",
]
# AWS Strands agents support
strands = [
"strands-agents>=1.40.0",
"strands-agents>=1.41.0",
]
# MCP server support
mcp = [
Expand All @@ -126,22 +126,22 @@ ai = [
"langchain-core>=1.4.0",
"langsmith>=0.8.5",
"crewai[tools]>=1.14.5",
"uv>=0.11.15",
"strands-agents>=1.40.0",
"uv>=0.11.16",
"strands-agents>=1.41.0",
"mcp>=1.27.1,<1.28",
]

# === Feature Extras ===
# Meshy webhooks support
webhooks = [
"fastapi>=0.136.1",
"uvicorn>=0.47.0",
"fastapi>=0.136.3",
"uvicorn>=0.48.0",
"pyngrok>=8.1.2",
]
# Vector store for Meshy RAG embeddings
vector = [
"sqlite-vec>=0.1.9",
"sentence-transformers>=5.5.0",
"sentence-transformers>=5.5.1",
]

# === Testing Extras ===
Expand All @@ -150,15 +150,15 @@ tests = [
"pytest>=9.0.3",
"pytest-cov>=7.1.0",
"pytest-mock>=3.15.1",
"pytest-asyncio>=1.3.0",
"pytest-asyncio>=1.4.0",
"pytest-timeout>=2.4.0",
]
# E2E test base (VCR for recording)
tests-e2e = [
"pytest>=9.0.3",
"pytest-cov>=7.1.0",
"pytest-mock>=3.15.1",
"pytest-asyncio>=1.3.0",
"pytest-asyncio>=1.4.0",
"pytest-timeout>=2.4.0",
"pytest-vcr>=1.0.2",
"vcrpy>=8.1.1",
Expand All @@ -168,54 +168,54 @@ tests-e2e-langchain = [
"pytest>=9.0.3",
"pytest-cov>=7.1.0",
"pytest-mock>=3.15.1",
"pytest-asyncio>=1.3.0",
"pytest-asyncio>=1.4.0",
"pytest-timeout>=2.4.0",
"pytest-vcr>=1.0.2",
"vcrpy>=8.1.1",
"langchain-core>=1.4.0",
"langsmith>=0.8.5",
"langchain-anthropic>=1.4.3",
"langgraph>=1.2.0",
"langgraph>=1.2.2",
]
# E2E tests for CrewAI
tests-e2e-crewai = [
"pytest>=9.0.3",
"pytest-cov>=7.1.0",
"pytest-mock>=3.15.1",
"pytest-asyncio>=1.3.0",
"pytest-asyncio>=1.4.0",
"pytest-timeout>=2.4.0",
"pytest-vcr>=1.0.2",
"vcrpy>=8.1.1",
"crewai[tools]>=1.14.5",
"uv>=0.11.15",
"uv>=0.11.16",
]
# E2E tests for Strands
tests-e2e-strands = [
"pytest>=9.0.3",
"pytest-cov>=7.1.0",
"pytest-mock>=3.15.1",
"pytest-asyncio>=1.3.0",
"pytest-asyncio>=1.4.0",
"pytest-timeout>=2.4.0",
"pytest-vcr>=1.0.2",
"vcrpy>=8.1.1",
"strands-agents>=1.40.0",
"strands-agents>=1.41.0",
]
# All E2E tests
tests-e2e-all = [
"pytest>=9.0.3",
"pytest-cov>=7.1.0",
"pytest-mock>=3.15.1",
"pytest-asyncio>=1.3.0",
"pytest-asyncio>=1.4.0",
"pytest-timeout>=2.4.0",
"pytest-vcr>=1.0.2",
"vcrpy>=8.1.1",
"langchain-core>=1.4.0",
"langsmith>=0.8.5",
"langchain-anthropic>=1.4.3",
"langgraph>=1.2.0",
"langgraph>=1.2.2",
"crewai[tools]>=1.14.5",
"uv>=0.11.15",
"strands-agents>=1.40.0",
"uv>=0.11.16",
"strands-agents>=1.41.0",
]

# === Documentation ===
Expand All @@ -231,7 +231,7 @@ dev = [
"pytest>=9.0.3",
"pytest-cov>=7.1.0",
"pytest-mock>=3.15.1",
"pytest-asyncio>=1.3.0",
"pytest-asyncio>=1.4.0",
"mypy>=2.1.0",
"types-requests>=2.33.0.20260518",
# Development tools
Expand All @@ -243,15 +243,15 @@ dev = [
# === Full Installation (all vendors + all AI frameworks) ===
all = [
# Vendors
"boto3>=1.43.11",
"boto3>=1.43.15",
"google-api-python-client>=2.196.0",
"google-cloud-billing>=1.19.0",
"google-cloud-resource-manager>=1.17.0",
"PyGithub>=2.9.1",
"python-graphql-client>=0.4.3",
"slack-sdk>=3.42.0",
"hvac>=2.4.0",
"anthropic>=0.103.1",
"anthropic>=0.104.1",
"rich>=15.0.0,<16.0.0",
"numpy>=2.2.6",
"validators>=0.35.0",
Expand All @@ -260,15 +260,15 @@ all = [
"langchain-core>=1.4.0",
"langsmith>=0.8.5",
"crewai[tools]>=1.14.5",
"uv>=0.11.15",
"strands-agents>=1.40.0",
"uv>=0.11.16",
"strands-agents>=1.41.0",
"mcp>=1.27.1,<1.28",
# Features
"fastapi>=0.136.1",
"uvicorn>=0.47.0",
"fastapi>=0.136.3",
"uvicorn>=0.48.0",
"pyngrok>=8.1.2",
"sqlite-vec>=0.1.9",
"sentence-transformers>=5.5.0",
"sentence-transformers>=5.5.1",
]

[project.scripts]
Expand Down
Loading