Skip to content

Commit d2c3e21

Browse files
committed
upgrade to pydantic 2.10.0 to fix type issues
1 parent 0b09fa5 commit d2c3e21

File tree

2 files changed

+95
-77
lines changed

2 files changed

+95
-77
lines changed

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"anyio>=4.5",
2626
"httpx>=0.27",
2727
"httpx-sse>=0.4",
28-
"pydantic>=2.7.2,<3.0.0",
28+
"pydantic>=2.10.0,<3.0.0",
2929
"starlette>=0.27",
3030
"sse-starlette>=1.6.1",
3131
"pydantic-settings>=2.6.1",
@@ -43,7 +43,7 @@ resolution = "lowest-direct"
4343
dev-dependencies = [
4444
"pyright>=1.1.378",
4545
"pytest>=8.3.3",
46-
"ruff>=0.6.9",
46+
"ruff>=0.8.1",
4747
"trio>=0.26.2",
4848
"pytest-flakefinder>=1.1.0",
4949
"pytest-xdist>=3.6.1",

0 commit comments

Comments
 (0)