Skip to content

Commit dd62d8c

Browse files
authored
Bump default FastAPI version from 0.70.0 to 0.85.0 (#94)
1 parent 16ab2db commit dd62d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage_fastapi/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
FASTAPI_VERSION = fastapi.__version__
99
except ModuleNotFoundError:
10-
FASTAPI_VERSION = "0.70.0"
10+
FASTAPI_VERSION = "0.85.0"

0 commit comments

Comments
 (0)