Skip to content

Commit 4a8bc5f

Browse files
fix(deps): update dependency pydantic to !=2.10
1 parent eb0a943 commit 4a8bc5f

File tree

2 files changed

+97
-87
lines changed

2 files changed

+97
-87
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
]
77
dependencies = [
88
"PyYaml",
9-
"pydantic!=2.10.*",
9+
"pydantic!=2.10",
1010
"email-validator",
1111
"yarl",
1212
"httpx",

0 commit comments

Comments
 (0)