rsconnect-python
rsconnect-python copied to clipboard
remove `conda_mode` as a required argument for `deploy_python_fastapi`
as of v1.21.0, conda_mode is no longer supported. However, it is currently still a required argument for deploy_python_fastapi. It might make more sense for users to make this optional/raise a deprecation warning/as a kwarg since it can no longer be used.
CC: @tdstein @mmarchetti