mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-18 22:44:20 +01:00
upgrade to pydantic 2.10.0 to fix type issues
This commit is contained in:
@@ -25,7 +25,7 @@ dependencies = [
|
||||
"anyio>=4.5",
|
||||
"httpx>=0.27",
|
||||
"httpx-sse>=0.4",
|
||||
"pydantic>=2.7.2,<3.0.0",
|
||||
"pydantic>=2.10.0,<3.0.0",
|
||||
"starlette>=0.27",
|
||||
"sse-starlette>=1.6.1",
|
||||
"pydantic-settings>=2.6.1",
|
||||
@@ -43,7 +43,7 @@ resolution = "lowest-direct"
|
||||
dev-dependencies = [
|
||||
"pyright>=1.1.378",
|
||||
"pytest>=8.3.3",
|
||||
"ruff>=0.6.9",
|
||||
"ruff>=0.8.1",
|
||||
"trio>=0.26.2",
|
||||
"pytest-flakefinder>=1.1.0",
|
||||
"pytest-xdist>=3.6.1",
|
||||
|
||||
Reference in New Issue
Block a user