File tree Expand file tree Collapse file tree 3 files changed +53
-17
lines changed
Expand file tree Collapse file tree 3 files changed +53
-17
lines changed Original file line number Diff line number Diff line change 1+ annotated-types==0.7.0
2+ cachetools==6.2.2
3+ certifi==2025.11.12
4+ cffi==2.0.0
5+ chardet==5.2.0
6+ charset-normalizer==3.4.4
7+ click==8.3.1
8+ colorama==0.4.6
9+ cryptography==46.0.3
10+ distlib==0.4.0
11+ docutils==0.22.3
12+ filelock==3.20.0
13+ h11==0.16.0
14+ id==1.5.0
15+ idna==3.11
16+ jaraco-classes==3.4.0
17+ jaraco-context==6.0.1
18+ jaraco-functools==4.3.0
19+ jeepney==0.9.0
20+ keyring==25.7.0
21+ markdown-it-py==4.0.0
22+ mdurl==0.1.2
23+ more-itertools==10.8.0
24+ nh3==0.3.2
25+ packaging==25.0
26+ platformdirs==4.5.1
27+ pluggy==1.6.0
28+ pycparser==2.23
29+ pydantic==2.12.5
30+ pydantic-core==2.41.5
31+ pygments==2.19.2
32+ pyproject-api==1.10.0
33+ readme-renderer==44.0
34+ requests==2.32.5
35+ requests-toolbelt==1.0.0
36+ rfc3986==2.0.0
37+ rich==14.2.0
38+ secretstorage==3.5.0
39+ tox==4.14.1
40+ twine==6.2.0
41+ typing-extensions==4.15.0
42+ typing-inspection==0.4.2
43+ urllib3==2.6.2
44+ uvicorn==0.38.0
45+ virtualenv==20.35.4
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ dependencies = [
1717 " requests==2.32.2" ,
1818 " tqdm==4.66.3" ,
1919 " urllib3==2.2.2" ,
20- " pydantic==2.9.2 " ,
21- " pywin32==306 ; sys_platform == 'win32'" ,
22- " uvicorn==0.34 .0" ,
20+ " pydantic==2.12.5 " ,
21+ " pywin32==311 ; sys_platform == 'win32'" ,
22+ " uvicorn==0.38 .0" ,
2323]
2424
2525[project .urls ]
Original file line number Diff line number Diff line change 1- certifi == 2024.7.4
2- charset-normalizer == 3.3.2
3- idna == 3.7
4- requests == 2.32.2
5- tqdm == 4.66.3
6- urllib3 == 2.2.2
71tox == 4.14.1
8- wheel == 0.42.0
9- setuptools == 70.0.0
10- twine == 5.0.0
11- build == 1.1.1
12- httpx == 0.27.0
13- pydantic == 2.9.2
14- pywin32 == 306 ; sys_platform == 'win32'
15- uvicorn == 0.34.0
2+ twine == 6.2.0
3+ pydantic == 2.12.5
4+ pywin32 == 311 ; sys_platform == 'win32'
5+ uvicorn == 0.38.0
6+ -r ./lock.txt
You can’t perform that action at this time.
0 commit comments