From 6d5ad4a9982301fc05000986149870841da841dd Mon Sep 17 00:00:00 2001 From: Erica Pisani Date: Mon, 29 Jun 2026 09:52:46 -0400 Subject: [PATCH] (test): need to include the alpha tag for mcp package inclusion --- scripts/populate_tox/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/populate_tox/config.py b/scripts/populate_tox/config.py index 6bd54ed263..a25170fc0d 100644 --- a/scripts/populate_tox/config.py +++ b/scripts/populate_tox/config.py @@ -303,7 +303,7 @@ "deps": { "*": ["pytest-asyncio"], }, - "include": "<2.0.0", # Alphas are currently being released, will come back to these before the release that's expected at the end of July 2026 + "include": "<2.0.0a1", # Alphas are currently being released, will come back to these before the release that's expected at the end of July 2026 }, "fastmcp": { "package": "fastmcp",