Skip to content

Commit 1b6fd95

Browse files
committed
pydantic
1 parent 35fe816 commit 1b6fd95

3 files changed

Lines changed: 75 additions & 46 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@
7777
"initializeCommand": "sh .devcontainer/initialize-command.sh",
7878
"onCreateCommand": "sh .devcontainer/on-create-command.sh",
7979
"postStartCommand": "sh .devcontainer/post-start-command.sh"
80-
// Devcontainer context hash (do not manually edit this, it's managed by a pre-commit hook): eec843eb # spellchecker:disable-line
80+
// Devcontainer context hash (do not manually edit this, it's managed by a pre-commit hook): ae2b32eb # spellchecker:disable-line
8181
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919

2020
]
2121
dependencies = [
22-
"pydantic>=2.10.3",
22+
"pydantic>=2.12.5",
2323
"inflection>=0.5.1",
2424
"lxml>=6.0.2",
2525
]

0 commit comments

Comments
 (0)