upgrade to pydantic 2.10.0 to fix type issues

This commit is contained in:
David Soria Parra
2024-12-19 23:19:52 +00:00
parent 0b09fa5944
commit d2c3e21173
2 changed files with 92 additions and 74 deletions

View File

@@ -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",