Skip to content

Commit

Permalink
update python fastapi dependencies (#18624)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed May 9, 2024
1 parent 75dd531 commit 29cfa33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ httptools==0.1.2
httpx==0.24.1
idna==3.7
itsdangerous==1.1.0
Jinja2==2.11.3
Jinja2==3.1.4
MarkupSafe==2.0.1
orjson==3.9.15
promise==2.3
Expand Down
2 changes: 1 addition & 1 deletion samples/server/petstore/python-fastapi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ httptools==0.1.2
httpx==0.24.1
idna==3.7
itsdangerous==1.1.0
Jinja2==2.11.3
Jinja2==3.1.4
MarkupSafe==2.0.1
orjson==3.9.15
promise==2.3
Expand Down

0 comments on commit 29cfa33

Please sign in to comment.