diff --git a/lib/crewai-tools/pyproject.toml b/lib/crewai-tools/pyproject.toml index b69d4f17ca..100b53e446 100644 --- a/lib/crewai-tools/pyproject.toml +++ b/lib/crewai-tools/pyproject.toml @@ -100,7 +100,7 @@ couchbase = [ "couchbase>=4.3.5", ] mcp = [ - "mcp>=1.6.0", + "mcp>=1.28.1", "mcpadapt>=0.1.9", ] stagehand = [ diff --git a/lib/crewai/pyproject.toml b/lib/crewai/pyproject.toml index 3b6a6f35e7..46ad3bfcff 100644 --- a/lib/crewai/pyproject.toml +++ b/lib/crewai/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "portalocker~=2.7.0", "pydantic-settings>=2.10.1,<3", "httpx~=0.28.1", - "mcp~=1.26.0", + "mcp~=1.28.1", "aiosqlite~=0.21.0", "pyyaml~=6.0", "aiofiles~=24.1.0", diff --git a/uv.lock b/uv.lock index 34c3da9f19..5153a3003d 100644 --- a/uv.lock +++ b/uv.lock @@ -13,7 +13,7 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-07-06T16:12:05.359448Z" +exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included for backwards compatibility when using relative exclude-newer values. exclude-newer-span = "P3D" [options.exclude-newer-package] @@ -1454,7 +1454,7 @@ requires-dist = [ { name = "jsonref", specifier = "~=1.1.0" }, { name = "lancedb", specifier = ">=0.29.2,<0.30.1" }, { name = "litellm", marker = "extra == 'litellm'", specifier = ">=1.84.0,<2" }, - { name = "mcp", specifier = "~=1.26.0" }, + { name = "mcp", specifier = "~=1.28.1" }, { name = "mem0ai", marker = "extra == 'mem0'", specifier = ">=2.0.0,<3" }, { name = "openai", specifier = ">=2.30.0,<3" }, { name = "openpyxl", specifier = "~=3.1.5" }, @@ -1764,7 +1764,7 @@ requires-dist = [ { name = "langchain-apify", marker = "extra == 'apify'", specifier = ">=0.1.2,<1.0.0" }, { name = "linkup-sdk", marker = "extra == 'linkup-sdk'", specifier = ">=0.2.2" }, { name = "lxml", marker = "extra == 'rag'", specifier = ">=6.1.0,<7" }, - { name = "mcp", marker = "extra == 'mcp'", specifier = ">=1.6.0" }, + { name = "mcp", marker = "extra == 'mcp'", specifier = ">=1.28.1" }, { name = "mcpadapt", marker = "extra == 'mcp'", specifier = ">=0.1.9" }, { name = "multion", marker = "extra == 'multion'", specifier = ">=1.1.0" }, { name = "nest-asyncio", marker = "extra == 'bedrock'", specifier = ">=1.6.0" }, @@ -4427,7 +4427,7 @@ wheels = [ [[package]] name = "mcp" -version = "1.26.0" +version = "1.28.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "anyio" }, @@ -4445,9 +4445,9 @@ dependencies = [ { name = "typing-inspection" }, { name = "uvicorn", marker = "sys_platform != 'emscripten'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/fc/6d/62e76bbb8144d6ed86e202b5edd8a4cb631e7c8130f3f4893c3f90262b10/mcp-1.26.0.tar.gz", hash = "sha256:db6e2ef491eecc1a0d93711a76f28dec2e05999f93afd48795da1c1137142c66", size = 608005, upload-time = "2026-01-24T19:40:32.468Z" } +sdist = { url = "https://files.pythonhosted.org/packages/6e/77/9450b8f251a13affb6281997d0523c4615f8a8b35d0b21ff30db3a5aac9d/mcp-1.28.1.tar.gz", hash = "sha256:d51e36a5f5644faea4f85ea649bfffa6bc6c26770d42798ad6a3de3d2ba69683", size = 638501, upload-time = "2026-06-26T12:57:29.093Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/fd/d9/eaa1f80170d2b7c5ba23f3b59f766f3a0bb41155fbc32a69adfa1adaaef9/mcp-1.26.0-py3-none-any.whl", hash = "sha256:904a21c33c25aa98ddbeb47273033c435e595bbacfdb177f4bd87f6dceebe1ca", size = 233615, upload-time = "2026-01-24T19:40:30.652Z" }, + { url = "https://files.pythonhosted.org/packages/e2/5e/d118fce19f87a2e7d8101c35c8ae0ec289098a4df0ff244cec23e415aca0/mcp-1.28.1-py3-none-any.whl", hash = "sha256:2726bca5e7193f61c5dde8b12500a6de2d9acf6d1a1c0be9e8c2e706437991df", size = 222620, upload-time = "2026-06-26T12:57:27.218Z" }, ] [package.optional-dependencies]