Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fastapi from 0.89.1 to 0.109.1 #119

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ click==8.1.7
colorama==0.4.6
dnspython==2.4.2
email-validator==2.1.0.post1
fastapi==0.105.0
fastapi==0.109.1
greenlet==3.0.3
h11==0.14.0
httpcore==1.0.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.app.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
asyncpg==0.27.0
fastapi==0.89.1
fastapi==0.109.1
ormar==0.12.1
psycopg2-binary==2.9.5
uvicorn==0.20.0
8 changes: 5 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ databases==0.6.2
# via ormar
defusedxml==0.7.1
# via cairosvg
fastapi==0.89.1
fastapi==0.109.1
# via -r requirements.app.in
ghp-import==2.1.0
# via mkdocs
Expand Down Expand Up @@ -183,7 +183,7 @@ sqlalchemy==1.4.41
# via
# databases
# ormar
starlette==0.22.0
starlette==0.35.1
# via fastapi
termcolor==2.4.0
# via mkdocs-macros-plugin
Expand All @@ -192,7 +192,9 @@ tinycss2==1.2.1
# cairosvg
# cssselect2
typing-extensions==4.9.0
# via pydantic
# via
# fastapi
# pydantic
urllib3==2.1.0
# via requests
uvicorn==0.20.0
Expand Down
Loading