test: Pydantic version up

mcp 1.25.0 depends on pydantic<3.0.0 and >=2.11.0
This commit is contained in:
Yuta Saito
2026-01-20 10:49:33 +09:00
parent b229410fb5
commit 7d7b78a53d
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
poetry run pip install "pytest-cov==5.0.0"
poetry run pip install "pytest-asyncio==0.21.1"
poetry run pip install "respx==0.22.0"
poetry run pip install "pydantic==2.10.2"
poetry run pip install "pydantic==2.11.0"
poetry run pip install "mcp==1.25.0"
poetry run pip install pytest-xdist