Skip to content

Commit 5dad173

Browse files
authored
update supported Connect version for gradio apps (#624)
1 parent 7afaa46 commit 5dad173

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

rsconnect/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,7 @@ def deploy_app(
17381738
generate_deploy_python(app_mode=AppModes.STREAMLIT_APP, alias="streamlit", min_version="1.8.4")
17391739
generate_deploy_python(app_mode=AppModes.BOKEH_APP, alias="bokeh", min_version="1.8.4")
17401740
generate_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",

0 commit comments

Comments
 (0)