From 7c47848c3d657360366353d3b99db21a0e4ce8de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 00:59:10 +0000 Subject: [PATCH] deps: bump the pip-connectors group Updates the requirements on [requests](https://github.com/psf/requests), [boto3](https://github.com/boto/boto3), [slack-sdk](https://github.com/slackapi/python-slack-sdk), [anthropic](https://github.com/anthropics/anthropic-sdk-python), [langsmith](https://github.com/langchain-ai/langsmith-sdk), [crewai](https://github.com/crewAIInc/crewAI), [uv](https://github.com/astral-sh/uv), [strands-agents](https://github.com/strands-agents/sdk-python), [uvicorn](https://github.com/Kludex/uvicorn) and [types-requests](https://github.com/python/typeshed) to permit the latest version. Updates `requests` to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.34.0...v2.34.2) Updates `boto3` to 1.43.11 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.6...1.43.11) Updates `slack-sdk` to 3.42.0 - [Release notes](https://github.com/slackapi/python-slack-sdk/releases) - [Commits](https://github.com/slackapi/python-slack-sdk/compare/v3.41.0...v3.42.0) Updates `anthropic` to 0.103.1 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-python/compare/v0.101.0...v0.103.1) Updates `langsmith` to 0.8.5 - [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases) - [Commits](https://github.com/langchain-ai/langsmith-sdk/compare/v0.8.3...v0.8.5) Updates `crewai` to 1.14.5 - [Release notes](https://github.com/crewAIInc/crewAI/releases) - [Commits](https://github.com/crewAIInc/crewAI/compare/1.14.4...1.14.5) Updates `uv` to 0.11.15 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.11.14...0.11.15) Updates `strands-agents` to 1.40.0 - [Release notes](https://github.com/strands-agents/sdk-python/releases) - [Commits](https://github.com/strands-agents/sdk-python/compare/v1.39.0...v1.40.0) Updates `uvicorn` to 0.47.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.46.0...0.47.0) Updates `types-requests` to 2.33.0.20260518 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production dependency-group: pip-connectors - dependency-name: boto3 dependency-version: 1.43.11 dependency-type: direct:development dependency-group: pip-connectors - dependency-name: slack-sdk dependency-version: 3.42.0 dependency-type: direct:development dependency-group: pip-connectors - dependency-name: anthropic dependency-version: 0.103.1 dependency-type: direct:development dependency-group: pip-connectors - dependency-name: langsmith dependency-version: 0.8.5 dependency-type: direct:development dependency-group: pip-connectors - dependency-name: crewai dependency-version: 1.14.5 dependency-type: direct:development dependency-group: pip-connectors - dependency-name: uv dependency-version: 0.11.15 dependency-type: direct:development dependency-group: pip-connectors - dependency-name: strands-agents dependency-version: 1.40.0 dependency-type: direct:development dependency-group: pip-connectors - dependency-name: uvicorn dependency-version: 0.47.0 dependency-type: direct:development dependency-group: pip-connectors - dependency-name: types-requests dependency-version: 2.33.0.20260518 dependency-type: direct:development dependency-group: pip-connectors ... Signed-off-by: dependabot[bot] --- packages/vendor-connectors/pyproject.toml | 60 +++++++++++------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/packages/vendor-connectors/pyproject.toml b/packages/vendor-connectors/pyproject.toml index 32f193f..425b401 100644 --- a/packages/vendor-connectors/pyproject.toml +++ b/packages/vendor-connectors/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ # CrewAI currently caps pydantic below 2.12, and all optional extras must # remain jointly resolvable for the workspace lock. "pydantic>=2.13.4,<2.14", - "requests>=2.34.0", + "requests>=2.34.2", # Utilities "deepmerge>=2.0", "more-itertools>=11.0.2", @@ -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.6", + "boto3>=1.43.11", ] # Google Cloud connector google = [ @@ -68,7 +68,7 @@ github = [ ] # Slack connector slack = [ - "slack-sdk>=3.41.0", + "slack-sdk>=3.42.0", ] # HashiCorp Vault connector vault = [ @@ -78,7 +78,7 @@ vault = [ zoom = [] # Anthropic connector anthropic = [ - "anthropic>=0.101.0", + "anthropic>=0.103.1", ] # Cursor connector (no extra deps) cursor = [] @@ -102,19 +102,19 @@ secrets = [ langchain = [ "langchain-core>=1.4.0", # Intentionally pinned here to enforce the safe transitive minimum used by `langchain-core`. - "langsmith>=0.8.3", + "langsmith>=0.8.5", ] # 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", + "crewai[tools]>=1.14.5", # Intentionally pinned here to enforce the safe transitive minimum used by `crewai`. - "uv>=0.11.14", + "uv>=0.11.15", ] # AWS Strands agents support strands = [ - "strands-agents>=1.39.0", + "strands-agents>=1.40.0", ] # MCP server support mcp = [ @@ -124,10 +124,10 @@ mcp = [ # All AI frameworks ai = [ "langchain-core>=1.4.0", - "langsmith>=0.8.3", - "crewai[tools]>=1.14.4", - "uv>=0.11.14", - "strands-agents>=1.39.0", + "langsmith>=0.8.5", + "crewai[tools]>=1.14.5", + "uv>=0.11.15", + "strands-agents>=1.40.0", "mcp>=1.27.1,<1.28", ] @@ -135,7 +135,7 @@ ai = [ # Meshy webhooks support webhooks = [ "fastapi>=0.136.1", - "uvicorn>=0.46.0", + "uvicorn>=0.47.0", "pyngrok>=8.1.2", ] # Vector store for Meshy RAG embeddings @@ -173,7 +173,7 @@ tests-e2e-langchain = [ "pytest-vcr>=1.0.2", "vcrpy>=8.1.1", "langchain-core>=1.4.0", - "langsmith>=0.8.3", + "langsmith>=0.8.5", "langchain-anthropic>=1.4.3", "langgraph>=1.2.0", ] @@ -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.4", - "uv>=0.11.14", + "crewai[tools]>=1.14.5", + "uv>=0.11.15", ] # 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.39.0", + "strands-agents>=1.40.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.3", + "langsmith>=0.8.5", "langchain-anthropic>=1.4.3", "langgraph>=1.2.0", - "crewai[tools]>=1.14.4", - "uv>=0.11.14", - "strands-agents>=1.39.0", + "crewai[tools]>=1.14.5", + "uv>=0.11.15", + "strands-agents>=1.40.0", ] # === Documentation === @@ -233,7 +233,7 @@ dev = [ "pytest-mock>=3.15.1", "pytest-asyncio>=1.3.0", "mypy>=2.1.0", - "types-requests>=2.33.0.20260508", + "types-requests>=2.33.0.20260518", # Development tools # CrewAI tools currently require beautifulsoup4 below 4.14. "beautifulsoup4>=4.14.3,<4.15", @@ -243,29 +243,29 @@ dev = [ # === Full Installation (all vendors + all AI frameworks) === all = [ # Vendors - "boto3>=1.43.6", + "boto3>=1.43.11", "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", + "slack-sdk>=3.42.0", "hvac>=2.4.0", - "anthropic>=0.101.0", + "anthropic>=0.103.1", "rich>=15.0.0,<16.0.0", "numpy>=2.2.6", "validators>=0.35.0", "filelock>=3.29.0", # AI frameworks "langchain-core>=1.4.0", - "langsmith>=0.8.3", - "crewai[tools]>=1.14.4", - "uv>=0.11.14", - "strands-agents>=1.39.0", + "langsmith>=0.8.5", + "crewai[tools]>=1.14.5", + "uv>=0.11.15", + "strands-agents>=1.40.0", "mcp>=1.27.1,<1.28", # Features "fastapi>=0.136.1", - "uvicorn>=0.46.0", + "uvicorn>=0.47.0", "pyngrok>=8.1.2", "sqlite-vec>=0.1.9", "sentence-transformers>=5.5.0",