Skip to content

Commit 1701efa

Browse files
committed
deps - using pydantiv 2.10.5
1 parent 112722f commit 1701efa

File tree

3 files changed

+97
-91
lines changed

3 files changed

+97
-91
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.5",
1010
"email-validator",
1111
"yarl",
1212
"httpx",

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jmespath==1.0.1
1515
more-itertools==10.5.0
1616
multidict==6.1.0
1717
propcache==0.2.1
18-
pydantic==2.9.2
19-
pydantic-core==2.23.4
18+
pydantic==2.10.5
19+
pydantic-core==2.27.2
2020
pyyaml==6.0.2
2121
sniffio==1.3.1
2222
typing-extensions==4.12.2

0 commit comments

Comments
 (0)