Skip to content

Commit

Permalink
Updated FastAPI and Python Runtime (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnusunny authored Feb 12, 2024
1 parent f9f9942 commit 3cecc31
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions examples/fastapi-zip/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
anyio==3.6.2
click==8.1.3
fastapi==0.95.2
annotated-types==0.6.0
anyio==4.2.0
click==8.1.7
exceptiongroup==1.2.0
fastapi==0.109.2
h11==0.14.0
idna==3.4
importlib-metadata==6.0.0
pydantic==1.10.5
idna==3.6
pydantic==2.6.1
pydantic_core==2.16.2
sniffio==1.3.0
starlette==0.27.0
typing_extensions==4.5.0
uvicorn==0.20.0
zipp==3.13.0
starlette==0.36.3
typing_extensions==4.9.0
uvicorn==0.27.0.post1
2 changes: 1 addition & 1 deletion examples/fastapi-zip/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Resources:
Properties:
CodeUri: app/
Handler: run.sh
Runtime: python3.11
Runtime: python3.12
MemorySize: 256
Environment:
Variables:
Expand Down

0 comments on commit 3cecc31

Please sign in to comment.