Skip to content

Commit

Permalink
Upgrade fastapi and starlette (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Apr 16, 2024
1 parent 3d9abe4 commit aba2045
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements.in
# pip-compile
#
anyio==3.7.1
# via
Expand All @@ -14,9 +14,7 @@ certifi==2023.7.22
# httpx
click==8.1.7
# via uvicorn
exceptiongroup==1.2.0
# via anyio
fastapi==0.109.1
fastapi==0.110.1
# via -r requirements.in
flagsmith-flag-engine==4.1.0
# via -r requirements.in
Expand Down Expand Up @@ -57,7 +55,7 @@ sniffio==1.3.0
# anyio
# httpcore
# httpx
starlette==0.35.0
starlette==0.37.2
# via fastapi
structlog==24.1.0
# via -r requirements.in
Expand All @@ -66,6 +64,5 @@ typing-extensions==4.8.0
# fastapi
# pydantic
# pydantic-collections
# uvicorn
uvicorn==0.23.2
# via -r requirements.in

0 comments on commit aba2045

Please sign in to comment.