You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function actions.deploy_python_fastapi is a deprecated code path, and many similar functions were removed in #566. This function was kept because it is used by vetiver here.
At some point, we should:
Replace actions.deploy_python_fastapi with one that calls the python fastapi deployment code in main.py.
Update vetiver to call the function from main.py.
After some time, remove actions.deploy_python_fastapi.
The text was updated successfully, but these errors were encountered:
The function
actions.deploy_python_fastapi
is a deprecated code path, and many similar functions were removed in #566. This function was kept because it is used by vetiver here.At some point, we should:
actions.deploy_python_fastapi
with one that calls the python fastapi deployment code inmain.py
.main.py
.actions.deploy_python_fastapi
.The text was updated successfully, but these errors were encountered: