Skip to content

Commit b70c207

Browse files
[Python] Update fastapi to 0.50 (the-benchmarker#2316)
1 parent 4746565 commit b70c207

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/fastapi/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework:
22
website: fastapi.tiangolo.com
3-
version: 0.49
3+
version: 0.50
44

55
command: >
66
gunicorn \

python/fastapi/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
fastapi>=0.49.0,<0.50
1+
fastapi>=0.50.0,<0.51
22
gunicorn
33
uvicorn

0 commit comments

Comments
 (0)