Skip to content

Commit b939371

Browse files
xyf5432claudedegenaro
authored
chore: raise minimum pydantic to 2.11.0 (#2340)
by_alias/by_name/extra were added to BaseModel.model_validate in pydantic 2.11.0; the lower bound now matches the version that introduced them. Signed-off-by: 谢翊凡 <xyf5432@users.noreply.github.com> Co-authored-by: 谢翊凡 <xyf5432@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Lou DeGenaro <lou.degenaro@gmail.com>
1 parent c185829 commit b939371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"paramiko==5.0.0",
4040
"ruamel.yaml",
4141
"furl",
42-
"pydantic[email]>=2.0.0",
42+
"pydantic[email]>=2.11.0",
4343
"python-dotenv>=0.10.4",
4444
"python-frontmatter",
4545
"pywin32 >= 1.0;platform_system=='Windows'",

0 commit comments

Comments
 (0)