File tree 3 files changed +102
-94
lines changed
3 files changed +102
-94
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = [
6
6
]
7
7
dependencies = [
8
8
" PyYaml" ,
9
- " pydantic!=2.10.* " ,
9
+ " pydantic!=2.10" ,
10
10
" email-validator" ,
11
11
" yarl" ,
12
12
" httpx" ,
Original file line number Diff line number Diff line change 2
2
# Please do not edit it manually.
3
3
4
4
annotated-types == 0.7.0
5
- anyio == 4.6.2.post1
6
- certifi == 2024.8.30
5
+ anyio == 4.7.0
6
+ certifi == 2024.12.14
7
7
dnspython == 2.7.0
8
8
email-validator == 2.2.0
9
9
exceptiongroup == 1.2.2
10
10
h11 == 0.14.0
11
- httpcore == 1.0.6
12
- httpx == 0.27.2
11
+ httpcore == 1.0.7
12
+ httpx == 0.28.1
13
13
idna == 3.10
14
14
jmespath == 1.0.1
15
15
more-itertools == 10.5.0
16
16
multidict == 6.1.0
17
- propcache == 0.2.0
18
- pydantic == 2.9.2
19
- pydantic-core == 2.23.4
17
+ propcache == 0.2.1
18
+ pydantic == 2.10.4
19
+ pydantic-core == 2.27.2
20
20
pyyaml == 6.0.2
21
21
sniffio == 1.3.1
22
22
typing-extensions == 4.12.2
23
- yarl == 1.17.1
23
+ yarl == 1.18.3
You can’t perform that action at this time.
0 commit comments