Skip to content

Commit

Permalink
upgrade FastAPI to 0.99.0 and Starlette for OpenAPI 3.1.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
joshimai committed Jul 7, 2024
1 parent 9492e4e commit a8e682b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pccommon/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cryptography==42.0.5
# pyjwt
exceptiongroup==1.2.0
# via anyio
fastapi==0.92.0
fastapi==0.99.0
# via pccommon (pccommon/setup.py)
google-api-core==2.18.0
# via opencensus
Expand Down Expand Up @@ -137,7 +137,7 @@ sniffio==1.3.1
# via anyio
soupsieve==2.5
# via beautifulsoup4
starlette==0.25.0
starlette==0.27.0
# via
# fastapi
# pccommon (pccommon/setup.py)
Expand All @@ -149,6 +149,7 @@ typing-extensions==4.10.0
# azure-core
# azure-data-tables
# azure-storage-blob
# fastapi
# pydantic
# starlette
urllib3==2.2.2
Expand Down
2 changes: 1 addition & 1 deletion pccommon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Runtime requirements.
inst_reqs = [
"fastapi==0.92.0",
"fastapi==0.99.0",
"starlette>=0.25.0,<0.28.0",
"opencensus-ext-azure==1.1.13",
"opencensus-ext-logging==0.1.1",
Expand Down

0 comments on commit a8e682b

Please sign in to comment.