pip install "mcp==1.4.1"

This commit is contained in:
Ishaan Jaff 2025-03-21 19:04:53 -07:00
parent ff2aed0e2f
commit 0eb3ceff60

View file

@ -788,6 +788,8 @@ jobs:
pip install "pytest-asyncio==0.21.1"
pip install "respx==0.21.1"
pip install "hypercorn==0.17.3"
pip install "pydantic==2.7.2"
pip install "mcp==1.4.1"
# Run pytest and generate JUnit XML report
- run:
name: Run tests