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
74 changes: 37 additions & 37 deletions packages/vendor-connectors/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ dependencies = [
"tenacity>=9.1.4,<10.0.0",
# CrewAI currently caps pydantic below 2.12, and all optional extras must
# remain jointly resolvable for the workspace lock.
"pydantic>=2.13.3,<2.14",
"requests>=2.33.1",
"pydantic>=2.13.4,<2.14",
"requests>=2.34.0",
# Utilities
"deepmerge>=2.0",
"more-itertools>=11.0.2",
Expand All @@ -53,11 +53,11 @@ 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.3",
"boto3>=1.43.6",
]
# Google Cloud connector
google = [
"google-api-python-client>=2.195.0",
"google-api-python-client>=2.196.0",
"google-cloud-billing>=1.19.0",
"google-cloud-resource-manager>=1.17.0",
]
Expand All @@ -78,7 +78,7 @@ vault = [
zoom = []
# Anthropic connector
anthropic = [
"anthropic>=0.98.1",
"anthropic>=0.101.0",
]
# Cursor connector (no extra deps)
cursor = []
Expand All @@ -100,35 +100,35 @@ secrets = [
# langchain-core provides standard StructuredTool definitions that work with
# LangChain, LangGraph, and any framework that uses LangChain tool format.
langchain = [
"langchain-core>=1.3.2",
"langchain-core>=1.4.0",
# Intentionally pinned here to enforce the safe transitive minimum used by `langchain-core`.
"langsmith>=0.8.0",
"langsmith>=0.8.3",
]
# CrewAI tools support
crewai = [
# `1.14.2rc1` is the first CrewAI line that carries the patched `uv`
# and `requests` transitive requirements.
"crewai[tools]>=1.14.4",
# Intentionally pinned here to enforce the safe transitive minimum used by `crewai`.
"uv>=0.11.9",
"uv>=0.11.14",
]
# AWS Strands agents support
strands = [
"strands-agents>=1.38.0",
"strands-agents>=1.39.0",
]
# MCP server support
mcp = [
# CrewAI currently caps MCP below 1.27; keep this extra jointly resolvable.
"mcp>=1.27.0,<1.28",
"mcp>=1.27.1,<1.28",
]
# All AI frameworks
ai = [
"langchain-core>=1.3.2",
"langsmith>=0.8.0",
"langchain-core>=1.4.0",
"langsmith>=0.8.3",
"crewai[tools]>=1.14.4",
"uv>=0.11.9",
"strands-agents>=1.38.0",
"mcp>=1.27.0,<1.28",
"uv>=0.11.14",
"strands-agents>=1.39.0",
"mcp>=1.27.1,<1.28",
]

# === Feature Extras ===
Expand All @@ -141,7 +141,7 @@ webhooks = [
# Vector store for Meshy RAG embeddings
vector = [
"sqlite-vec>=0.1.9",
"sentence-transformers>=5.4.1",
"sentence-transformers>=5.5.0",
]

# === Testing Extras ===
Expand Down Expand Up @@ -172,10 +172,10 @@ tests-e2e-langchain = [
"pytest-timeout>=2.4.0",
"pytest-vcr>=1.0.2",
"vcrpy>=8.1.1",
"langchain-core>=1.3.2",
"langsmith>=0.8.0",
"langchain-core>=1.4.0",
"langsmith>=0.8.3",
"langchain-anthropic>=1.4.3",
"langgraph>=1.1.10",
"langgraph>=1.2.0",
]
# E2E tests for CrewAI
tests-e2e-crewai = [
Expand All @@ -187,7 +187,7 @@ tests-e2e-crewai = [
"pytest-vcr>=1.0.2",
"vcrpy>=8.1.1",
"crewai[tools]>=1.14.4",
"uv>=0.11.9",
"uv>=0.11.14",
]
# E2E tests for Strands
tests-e2e-strands = [
Expand All @@ -198,7 +198,7 @@ tests-e2e-strands = [
"pytest-timeout>=2.4.0",
"pytest-vcr>=1.0.2",
"vcrpy>=8.1.1",
"strands-agents>=1.38.0",
"strands-agents>=1.39.0",
]
# All E2E tests
tests-e2e-all = [
Expand All @@ -209,13 +209,13 @@ tests-e2e-all = [
"pytest-timeout>=2.4.0",
"pytest-vcr>=1.0.2",
"vcrpy>=8.1.1",
"langchain-core>=1.3.2",
"langsmith>=0.8.0",
"langchain-core>=1.4.0",
"langsmith>=0.8.3",
"langchain-anthropic>=1.4.3",
"langgraph>=1.1.10",
"langgraph>=1.2.0",
"crewai[tools]>=1.14.4",
"uv>=0.11.9",
"strands-agents>=1.38.0",
"uv>=0.11.14",
"strands-agents>=1.39.0",
]

# === Documentation ===
Expand All @@ -232,8 +232,8 @@ dev = [
"pytest-cov>=7.1.0",
"pytest-mock>=3.15.1",
"pytest-asyncio>=1.3.0",
"mypy>=1.20.2",
"types-requests>=2.33.0.20260503",
"mypy>=2.1.0",
"types-requests>=2.33.0.20260508",
# Development tools
# CrewAI tools currently require beautifulsoup4 below 4.14.
"beautifulsoup4>=4.14.3,<4.15",
Expand All @@ -243,32 +243,32 @@ dev = [
# === Full Installation (all vendors + all AI frameworks) ===
all = [
# Vendors
"boto3>=1.43.3",
"google-api-python-client>=2.195.0",
"boto3>=1.43.6",
"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.41.0",
"hvac>=2.4.0",
"anthropic>=0.98.1",
"anthropic>=0.101.0",
"rich>=15.0.0,<16.0.0",
"numpy>=2.2.6",
"validators>=0.35.0",
"filelock>=3.29.0",
# AI frameworks
"langchain-core>=1.3.2",
"langsmith>=0.8.0",
"langchain-core>=1.4.0",
"langsmith>=0.8.3",
"crewai[tools]>=1.14.4",
"uv>=0.11.9",
"strands-agents>=1.38.0",
"mcp>=1.27.0,<1.28",
"uv>=0.11.14",
"strands-agents>=1.39.0",
"mcp>=1.27.1,<1.28",
# Features
"fastapi>=0.136.1",
"uvicorn>=0.46.0",
"pyngrok>=8.1.2",
"sqlite-vec>=0.1.9",
"sentence-transformers>=5.4.1",
"sentence-transformers>=5.5.0",
]

[project.scripts]
Expand Down
Loading