File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -954,7 +954,7 @@ def deploy_app(
954954
955955deploy_api = generate_deploy_python (app_mode = AppModes .PYTHON_API , alias = "api" , min_version = "1.8.2" )
956956# TODO: set fastapi min_version correctly
957- deploy_fastapi = generate_deploy_python (app_mode = AppModes .PYTHON_FASTAPI , alias = "fastapi" , min_version = "1.8.8 " )
957+ deploy_fastapi = generate_deploy_python (app_mode = AppModes .PYTHON_FASTAPI , alias = "fastapi" , min_version = "2021.08.0 " )
958958deploy_dash_app = generate_deploy_python (app_mode = AppModes .DASH_APP , alias = "dash" , min_version = "1.8.2" )
959959deploy_streamlit_app = generate_deploy_python (app_mode = AppModes .STREAMLIT_APP , alias = "streamlit" , min_version = "1.8.4" )
960960deploy_bokeh_app = generate_deploy_python (app_mode = AppModes .BOKEH_APP , alias = "bokeh" , min_version = "1.8.4" )
You can’t perform that action at this time.
0 commit comments