Skip to content

Commit aba2045

Browse files
Upgrade fastapi and starlette (#101)
1 parent 3d9abe4 commit aba2045

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

requirements.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile requirements.in
5+
# pip-compile
66
#
77
anyio==3.7.1
88
# via
@@ -14,9 +14,7 @@ certifi==2023.7.22
1414
# httpx
1515
click==8.1.7
1616
# via uvicorn
17-
exceptiongroup==1.2.0
18-
# via anyio
19-
fastapi==0.109.1
17+
fastapi==0.110.1
2018
# via -r requirements.in
2119
flagsmith-flag-engine==4.1.0
2220
# via -r requirements.in
@@ -57,7 +55,7 @@ sniffio==1.3.0
5755
# anyio
5856
# httpcore
5957
# httpx
60-
starlette==0.35.0
58+
starlette==0.37.2
6159
# via fastapi
6260
structlog==24.1.0
6361
# via -r requirements.in
@@ -66,6 +64,5 @@ typing-extensions==4.8.0
6664
# fastapi
6765
# pydantic
6866
# pydantic-collections
69-
# uvicorn
7067
uvicorn==0.23.2
7168
# via -r requirements.in

0 commit comments

Comments
 (0)