From 8fe6425d28a66a7da1159121d4c811868c0296d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:07:08 +0000 Subject: [PATCH] deps: bump the pip-connectors group Updates the requirements on [more-itertools](https://github.com/more-itertools/more-itertools), [boto3](https://github.com/boto/boto3), [anthropic](https://github.com/anthropics/anthropic-sdk-python), [uv](https://github.com/astral-sh/uv), [strands-agents](https://github.com/strands-agents/sdk-python), [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn), [sentence-transformers](https://github.com/huggingface/sentence-transformers), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [langgraph](https://github.com/langchain-ai/langgraph) to permit the latest version. Updates `more-itertools` to 11.1.0 - [Release notes](https://github.com/more-itertools/more-itertools/releases) - [Commits](https://github.com/more-itertools/more-itertools/compare/v11.0.2...v11.1.0) Updates `boto3` to 1.43.15 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.11...1.43.15) Updates `anthropic` to 0.104.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.103.1...v0.104.1) Updates `uv` to 0.11.16 - [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.15...0.11.16) Updates `strands-agents` to 1.41.0 - [Release notes](https://github.com/strands-agents/sdk-python/releases) - [Commits](https://github.com/strands-agents/sdk-python/compare/v1.40.0...v1.41.0) Updates `fastapi` to 0.136.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.1...0.136.3) Updates `uvicorn` to 0.48.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.47.0...0.48.0) Updates `sentence-transformers` to 5.5.1 - [Release notes](https://github.com/huggingface/sentence-transformers/releases) - [Commits](https://github.com/huggingface/sentence-transformers/compare/v5.5.0...v5.5.1) Updates `pytest-asyncio` to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.3.0...v1.4.0) Updates `langgraph` to 1.2.2 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/1.2.0...1.2.2) --- updated-dependencies: - dependency-name: more-itertools dependency-version: 11.1.0 dependency-type: direct:production dependency-group: pip-connectors - dependency-name: boto3 dependency-version: 1.43.15 dependency-type: direct:development dependency-group: pip-connectors - dependency-name: anthropic dependency-version: 0.104.1 dependency-type: direct:development dependency-group: pip-connectors - dependency-name: uv dependency-version: 0.11.16 dependency-type: direct:development dependency-group: pip-connectors - dependency-name: strands-agents dependency-version: 1.41.0 dependency-type: direct:development dependency-group: pip-connectors - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:development dependency-group: pip-connectors - dependency-name: uvicorn dependency-version: 0.48.0 dependency-type: direct:development dependency-group: pip-connectors - dependency-name: sentence-transformers dependency-version: 5.5.1 dependency-type: direct:development dependency-group: pip-connectors - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development dependency-group: pip-connectors - dependency-name: langgraph dependency-version: 1.2.2 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 425b401..fc32375 100644 --- a/packages/vendor-connectors/pyproject.toml +++ b/packages/vendor-connectors/pyproject.toml @@ -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] @@ -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 = [ @@ -78,7 +78,7 @@ vault = [ zoom = [] # Anthropic connector anthropic = [ - "anthropic>=0.103.1", + "anthropic>=0.104.1", ] # Cursor connector (no extra deps) cursor = [] @@ -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 = [ @@ -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 === @@ -150,7 +150,7 @@ 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) @@ -158,7 +158,7 @@ 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", @@ -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 === @@ -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 @@ -243,7 +243,7 @@ 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", @@ -251,7 +251,7 @@ all = [ "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", @@ -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]