Skip to content

Commit 9f1a78a

Browse files
fix(deps): update dependency pydantic to v2
1 parent 1b7ea1b commit 9f1a78a

3 files changed

Lines changed: 149 additions & 32 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"jenkinsapi==0.3.17",
2121
"jsonschema==4.25.1",
2222
"ops==3.5.0",
23-
"pydantic==1.10.26",
23+
"pydantic==2.12.5",
2424
"requests==2.32.5",
2525
]
2626

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ cosl==1.4.0
22
jenkinsapi==0.3.17
33
jsonschema==4.26.0
44
ops==3.5.0
5-
pydantic==1.10.26
5+
pydantic==2.12.5
66
requests==2.32.5

0 commit comments

Comments
 (0)