File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -849,6 +849,7 @@ def deploy_python_fastapi(
849
849
app_id : int ,
850
850
title : str ,
851
851
python : str ,
852
+ conda_mode : bool ,
852
853
force_generate : bool ,
853
854
log_callback : typing .Callable ,
854
855
image : str = None ,
@@ -869,6 +870,7 @@ def deploy_python_fastapi(
869
870
:param title: an optional title for the deploy. If this is not provided, one will
870
871
be generated. Previous default = None.
871
872
:param python: the optional name of a Python executable. Previous default = None.
873
+ :param conda_mode: depricated parameter, included for compatibility. Ignored.
872
874
:param force_generate: force generating "requirements.txt" or "environment.yml",
873
875
even if it already exists. Previous default = False.
874
876
:param log_callback: the callback to use to write the log to. If this is None
You can’t perform that action at this time.
0 commit comments