Release 3.30 (#4166)

* release

* requirements
This commit is contained in:
Abubakar Abid 2023-05-11 15:05:55 -05:00 committed by GitHub
parent e6198752c6
commit d9acdfb7a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 2 deletions

View File

@ -2,6 +2,24 @@
## New Features:
No changes to highlight.
## Bug Fixes:
No changes to highlight.
## Other Changes:
No changes to highlight.
## Breaking Changes:
No changes to highlight.
# 3.30.0
## New Features:
- Adds a `root_path` parameter to `launch()` that allows running Gradio applications on subpaths (e.g. www.example.com/app) behind a proxy, by [@abidlabs](https://github.com/abidlabs) in [PR 4133](https://github.com/gradio-app/gradio/pull/4133)
## Bug Fixes:

View File

@ -1 +1 @@
3.29.0
3.30.0

View File

@ -3,7 +3,7 @@ aiohttp
altair>=4.2.0
fastapi
ffmpy
gradio_client>=0.2.3
gradio_client>=0.2.4
httpx
huggingface_hub>=0.13.0
Jinja2