File tree 2 files changed +6
-6
lines changed
modules/openapi-generator/src/main/resources/python-fastapi
samples/server/petstore/python-fastapi
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ orjson==3.5.2
22
22
promise==2.3
23
23
pydantic>=2
24
24
python-dotenv==0.17.1
25
- python-multipart==0.0.5
25
+ python-multipart==0.0.7
26
26
PyYAML==5.4.1
27
- requests==2.25.1
27
+ requests==2.31.0
28
28
Rx==1.6.1
29
29
starlette==0.36.3
30
30
typing-extensions==4.8.0
31
31
ujson==4.0.2
32
- urllib3==1.26.5
32
+ urllib3==1.26.18
33
33
uvicorn==0.13.4
34
34
uvloop==0.19.0
35
35
watchgod==0.7
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ orjson==3.5.2
22
22
promise == 2.3
23
23
pydantic >= 2
24
24
python-dotenv == 0.17.1
25
- python-multipart == 0.0.5
25
+ python-multipart == 0.0.7
26
26
PyYAML == 5.4.1
27
- requests == 2.25.1
27
+ requests == 2.31.0
28
28
Rx == 1.6.1
29
29
starlette == 0.36.3
30
30
typing-extensions == 4.8.0
31
31
ujson == 4.0.2
32
- urllib3 == 1.26.5
32
+ urllib3 == 1.26.18
33
33
uvicorn == 0.13.4
34
34
uvloop == 0.19.0
35
35
watchgod == 0.7
You can’t perform that action at this time.
0 commit comments