File tree Expand file tree Collapse file tree 4 files changed +33
-17
lines changed
Expand file tree Collapse file tree 4 files changed +33
-17
lines changed Original file line number Diff line number Diff line change 1- fastapi==0.104.1
2- motor== 3.3.1
3- uvicorn==0.23.2
4- pydantic[email]==2.4.2
1+ fastapi ~=0.110
2+ motor ~= 3.3
3+ uvicorn ~=0.28
4+ pydantic[email]
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.11
2+ # This file is autogenerated by pip-compile with Python 3.12
33# by the following command:
44#
55# pip-compile --strip-extras requirements.in
66#
77annotated-types == 0.6.0
88 # via pydantic
99anyio == 3.7.1
10- # via
11- # fastapi
12- # starlette
10+ # via starlette
1311click == 8.1.7
1412 # via uvicorn
1513dnspython == 2.4.2
@@ -18,7 +16,7 @@ dnspython==2.4.2
1816 # pymongo
1917email-validator == 2.1.0.post1
2018 # via pydantic
21- fastapi == 0.104.1
19+ fastapi == 0.110.0
2220 # via -r requirements.in
2321h11 == 0.14.0
2422 # via uvicorn
@@ -28,23 +26,22 @@ idna==3.4
2826 # email-validator
2927motor == 3.3.1
3028 # via -r requirements.in
31- pydantic == 2.4.2
29+ pydantic == 2.6.3
3230 # via
3331 # -r requirements.in
3432 # fastapi
35- # pydantic
36- pydantic-core == 2.10.1
33+ pydantic-core == 2.16.3
3734 # via pydantic
3835pymongo == 4.5.0
3936 # via motor
4037sniffio == 1.3.0
4138 # via anyio
42- starlette == 0.27.0
39+ starlette == 0.36.3
4340 # via fastapi
4441typing-extensions == 4.8.0
4542 # via
4643 # fastapi
4744 # pydantic
4845 # pydantic-core
49- uvicorn == 0.23.2
46+ uvicorn == 0.28.0
5047 # via -r requirements.in
Original file line number Diff line number Diff line change 11requests
2- pytest
2+ pytest
3+ pip-tools
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.11
2+ # This file is autogenerated by pip-compile with Python 3.12
33# by the following command:
44#
55# pip-compile --strip-extras test-requirements.in
66#
7+ build==1.1.1
8+ # via pip-tools
79certifi==2023.7.22
810 # via requests
911charset-normalizer==3.3.1
1012 # via requests
13+ click==8.1.7
14+ # via pip-tools
1115idna==3.4
1216 # via requests
1317iniconfig==2.0.0
1418 # via pytest
1519packaging==23.2
16- # via pytest
20+ # via
21+ # build
22+ # pytest
23+ pip-tools==7.4.1
24+ # via -r test-requirements.in
1725pluggy==1.3.0
1826 # via pytest
27+ pyproject-hooks==1.0.0
28+ # via
29+ # build
30+ # pip-tools
1931pytest==7.4.3
2032 # via -r test-requirements.in
2133requests==2.31.0
2234 # via -r test-requirements.in
2335urllib3==2.0.7
2436 # via requests
37+ wheel==0.42.0
38+ # via pip-tools
39+
40+ # The following packages are considered to be unsafe in a requirements file:
41+ # pip
42+ # setuptools
You can’t perform that action at this time.
0 commit comments