diff --git a/CHANGELOG.md b/CHANGELOG.md index b87b9f3a..1b4c1a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- You can now deploy Gradio applications. This requires Posit Connect release 2024.11.0 +- You can now deploy Gradio applications. This requires Posit Connect release 2024.12.0 or later. Use `rsconnect deploy gradio` to deploy, or `rsconnect write-manifest gradio` to create a manifest file. diff --git a/rsconnect/main.py b/rsconnect/main.py index aa0057c5..45eafb06 100644 --- a/rsconnect/main.py +++ b/rsconnect/main.py @@ -1738,7 +1738,7 @@ def deploy_app( generate_deploy_python(app_mode=AppModes.STREAMLIT_APP, alias="streamlit", min_version="1.8.4") generate_deploy_python(app_mode=AppModes.BOKEH_APP, alias="bokeh", min_version="1.8.4") generate_deploy_python(app_mode=AppModes.PYTHON_SHINY, alias="shiny", min_version="2022.07.0") -generate_deploy_python(app_mode=AppModes.PYTHON_GRADIO, alias="gradio", min_version="2024.11.0") +generate_deploy_python(app_mode=AppModes.PYTHON_GRADIO, alias="gradio", min_version="2024.12.0") @deploy.command( name="other-content",