File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99### Added
1010
11- - You can now deploy Gradio applications. This requires Posit Connect release 2024.11 .0
11+ - You can now deploy Gradio applications. This requires Posit Connect release 2024.12 .0
1212 or later. Use ` rsconnect deploy gradio ` to deploy, or ` rsconnect write-manifest gradio `
1313 to create a manifest file.
1414
Original file line number Diff line number Diff line change @@ -1738,7 +1738,7 @@ def deploy_app(
17381738generate_deploy_python (app_mode = AppModes .STREAMLIT_APP , alias = "streamlit" , min_version = "1.8.4" )
17391739generate_deploy_python (app_mode = AppModes .BOKEH_APP , alias = "bokeh" , min_version = "1.8.4" )
17401740generate_deploy_python (app_mode = AppModes .PYTHON_SHINY , alias = "shiny" , min_version = "2022.07.0" )
1741- generate_deploy_python (app_mode = AppModes .PYTHON_GRADIO , alias = "gradio" , min_version = "2024.11 .0" )
1741+ generate_deploy_python (app_mode = AppModes .PYTHON_GRADIO , alias = "gradio" , min_version = "2024.12 .0" )
17421742
17431743@deploy .command (
17441744 name = "other-content" ,
You can’t perform that action at this time.
0 commit comments