diff --git a/packages/vendor-connectors/pyproject.toml b/packages/vendor-connectors/pyproject.toml index fc32375..5caaa1e 100644 --- a/packages/vendor-connectors/pyproject.toml +++ b/packages/vendor-connectors/pyproject.toml @@ -53,12 +53,12 @@ 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.15", + "boto3>=1.43.22", ] # Google Cloud connector google = [ - "google-api-python-client>=2.196.0", - "google-cloud-billing>=1.19.0", + "google-api-python-client>=2.197.0", + "google-cloud-billing>=1.20.0", "google-cloud-resource-manager>=1.17.0", ] # GitHub connector @@ -78,7 +78,7 @@ vault = [ zoom = [] # Anthropic connector anthropic = [ - "anthropic>=0.104.1", + "anthropic>=0.105.2", ] # Cursor connector (no extra deps) cursor = [] @@ -87,7 +87,7 @@ meshy = [ "rich>=15.0.0,<16.0.0", "numpy>=2.2.6", "validators>=0.35.0", - "filelock>=3.29.0", + "filelock>=3.29.1", ] # Secrets connector (native bindings optional, CLI fallback available) # Note: secretssync native bindings must be built separately via gopy @@ -102,40 +102,40 @@ secrets = [ langchain = [ "langchain-core>=1.4.0", # Intentionally pinned here to enforce the safe transitive minimum used by `langchain-core`. - "langsmith>=0.8.5", + "langsmith>=0.8.9", ] # 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.5", + "crewai[tools]>=1.14.6", # Intentionally pinned here to enforce the safe transitive minimum used by `crewai`. - "uv>=0.11.16", + "uv>=0.11.19", ] # AWS Strands agents support strands = [ - "strands-agents>=1.41.0", + "strands-agents>=1.42.0", ] # MCP server support mcp = [ # CrewAI currently caps MCP below 1.27; keep this extra jointly resolvable. - "mcp>=1.27.1,<1.28", + "mcp>=1.27.2,<1.28", ] # All AI frameworks ai = [ "langchain-core>=1.4.0", - "langsmith>=0.8.5", - "crewai[tools]>=1.14.5", - "uv>=0.11.16", - "strands-agents>=1.41.0", - "mcp>=1.27.1,<1.28", + "langsmith>=0.8.9", + "crewai[tools]>=1.14.6", + "uv>=0.11.19", + "strands-agents>=1.42.0", + "mcp>=1.27.2,<1.28", ] # === Feature Extras === # Meshy webhooks support webhooks = [ "fastapi>=0.136.3", - "uvicorn>=0.48.0", + "uvicorn>=0.49.0", "pyngrok>=8.1.2", ] # Vector store for Meshy RAG embeddings @@ -173,9 +173,9 @@ tests-e2e-langchain = [ "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.2", + "langsmith>=0.8.9", + "langchain-anthropic>=1.4.4", + "langgraph>=1.2.4", ] # E2E tests for CrewAI tests-e2e-crewai = [ @@ -186,8 +186,8 @@ tests-e2e-crewai = [ "pytest-timeout>=2.4.0", "pytest-vcr>=1.0.2", "vcrpy>=8.1.1", - "crewai[tools]>=1.14.5", - "uv>=0.11.16", + "crewai[tools]>=1.14.6", + "uv>=0.11.19", ] # E2E tests for Strands tests-e2e-strands = [ @@ -198,7 +198,7 @@ tests-e2e-strands = [ "pytest-timeout>=2.4.0", "pytest-vcr>=1.0.2", "vcrpy>=8.1.1", - "strands-agents>=1.41.0", + "strands-agents>=1.42.0", ] # All E2E tests tests-e2e-all = [ @@ -210,12 +210,12 @@ tests-e2e-all = [ "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.2", - "crewai[tools]>=1.14.5", - "uv>=0.11.16", - "strands-agents>=1.41.0", + "langsmith>=0.8.9", + "langchain-anthropic>=1.4.4", + "langgraph>=1.2.4", + "crewai[tools]>=1.14.6", + "uv>=0.11.19", + "strands-agents>=1.42.0", ] # === Documentation === @@ -243,29 +243,29 @@ dev = [ # === Full Installation (all vendors + all AI frameworks) === all = [ # Vendors - "boto3>=1.43.15", - "google-api-python-client>=2.196.0", - "google-cloud-billing>=1.19.0", + "boto3>=1.43.22", + "google-api-python-client>=2.197.0", + "google-cloud-billing>=1.20.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.104.1", + "anthropic>=0.105.2", "rich>=15.0.0,<16.0.0", "numpy>=2.2.6", "validators>=0.35.0", - "filelock>=3.29.0", + "filelock>=3.29.1", # AI frameworks "langchain-core>=1.4.0", - "langsmith>=0.8.5", - "crewai[tools]>=1.14.5", - "uv>=0.11.16", - "strands-agents>=1.41.0", - "mcp>=1.27.1,<1.28", + "langsmith>=0.8.9", + "crewai[tools]>=1.14.6", + "uv>=0.11.19", + "strands-agents>=1.42.0", + "mcp>=1.27.2,<1.28", # Features "fastapi>=0.136.3", - "uvicorn>=0.48.0", + "uvicorn>=0.49.0", "pyngrok>=8.1.2", "sqlite-vec>=0.1.9", "sentence-transformers>=5.5.1",