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 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.11
2
+ # This file is autogenerated by pip-compile with Python 3.12
3
3
# by the following command:
4
4
#
5
5
# pip-compile --strip-extras requirements.in
6
6
#
7
7
annotated-types == 0.6.0
8
8
# via pydantic
9
9
anyio == 3.7.1
10
- # via
11
- # fastapi
12
- # starlette
10
+ # via starlette
13
11
click == 8.1.7
14
12
# via uvicorn
15
13
dnspython == 2.4.2
@@ -18,7 +16,7 @@ dnspython==2.4.2
18
16
# pymongo
19
17
email-validator == 2.1.0.post1
20
18
# via pydantic
21
- fastapi == 0.104.1
19
+ fastapi == 0.110.0
22
20
# via -r requirements.in
23
21
h11 == 0.14.0
24
22
# via uvicorn
@@ -28,23 +26,22 @@ idna==3.4
28
26
# email-validator
29
27
motor == 3.3.1
30
28
# via -r requirements.in
31
- pydantic == 2.4.2
29
+ pydantic == 2.6.3
32
30
# via
33
31
# -r requirements.in
34
32
# fastapi
35
- # pydantic
36
- pydantic-core == 2.10.1
33
+ pydantic-core == 2.16.3
37
34
# via pydantic
38
35
pymongo == 4.5.0
39
36
# via motor
40
37
sniffio == 1.3.0
41
38
# via anyio
42
- starlette == 0.27.0
39
+ starlette == 0.36.3
43
40
# via fastapi
44
41
typing-extensions == 4.8.0
45
42
# via
46
43
# fastapi
47
44
# pydantic
48
45
# pydantic-core
49
- uvicorn == 0.23.2
46
+ uvicorn == 0.28.0
50
47
# via -r requirements.in
Original file line number Diff line number Diff line change 1
1
requests
2
- pytest
2
+ pytest
3
+ pip-tools
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.11
2
+ # This file is autogenerated by pip-compile with Python 3.12
3
3
# by the following command:
4
4
#
5
5
# pip-compile --strip-extras test-requirements.in
6
6
#
7
+ build==1.1.1
8
+ # via pip-tools
7
9
certifi==2023.7.22
8
10
# via requests
9
11
charset-normalizer==3.3.1
10
12
# via requests
13
+ click==8.1.7
14
+ # via pip-tools
11
15
idna==3.4
12
16
# via requests
13
17
iniconfig==2.0.0
14
18
# via pytest
15
19
packaging==23.2
16
- # via pytest
20
+ # via
21
+ # build
22
+ # pytest
23
+ pip-tools==7.4.1
24
+ # via -r test-requirements.in
17
25
pluggy==1.3.0
18
26
# via pytest
27
+ pyproject-hooks==1.0.0
28
+ # via
29
+ # build
30
+ # pip-tools
19
31
pytest==7.4.3
20
32
# via -r test-requirements.in
21
33
requests==2.31.0
22
34
# via -r test-requirements.in
23
35
urllib3==2.0.7
24
36
# 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