pip install "pydantic==2.7.2"

This commit is contained in:
Ishaan Jaff 2025-03-21 19:03:31 -07:00
parent 7b5c0de978
commit ff2aed0e2f

View file

@ -700,6 +700,7 @@ jobs:
pip install "pytest-cov==5.0.0"
pip install "pytest-asyncio==0.21.1"
pip install "respx==0.21.1"
pip install "pydantic==2.7.2"
pip install "mcp==1.4.1"
# Run pytest and generate JUnit XML report
- run: