diff --git a/.changeset/angry-fans-sneeze.md b/.changeset/angry-fans-sneeze.md deleted file mode 100644 index 1397c465699c2..0000000000000 --- a/.changeset/angry-fans-sneeze.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/paramviewer": minor -"gradio": minor ---- - -feat:Add HTML support to paramviewer descriptions diff --git a/.changeset/beige-ties-lie.md b/.changeset/beige-ties-lie.md deleted file mode 100644 index 523eb2d002aff..0000000000000 --- a/.changeset/beige-ties-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"website": minor ---- - -feat:Fix the Playground to ignore comments in the requirements text diff --git a/.changeset/cyan-things-rule.md b/.changeset/cyan-things-rule.md deleted file mode 100644 index caa851a7183dd..0000000000000 --- a/.changeset/cyan-things-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gradio/lite": minor ---- - -feat:Fix to call bootstrap_custom_element() if the script is loaded after the DOMContentLoaded event diff --git a/.changeset/eight-games-decide.md b/.changeset/eight-games-decide.md deleted file mode 100644 index f22a32b394604..0000000000000 --- a/.changeset/eight-games-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": patch ---- - -feat:Fix chatbot/chatinterface type mismatch diff --git a/.changeset/honest-dolls-relate.md b/.changeset/honest-dolls-relate.md deleted file mode 100644 index be35d6e053215..0000000000000 --- a/.changeset/honest-dolls-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"website": minor ---- - -feat:Playground exclude unavailable packages diff --git a/.changeset/lazy-symbols-behave.md b/.changeset/lazy-symbols-behave.md deleted file mode 100644 index 083d99d04bac7..0000000000000 --- a/.changeset/lazy-symbols-behave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"gradio": minor -"website": minor ---- - -feat:Support `additional_outputs` in `gr.ChatInterface` diff --git a/.changeset/light-kings-roll.md b/.changeset/light-kings-roll.md deleted file mode 100644 index 48aee51c5265a..0000000000000 --- a/.changeset/light-kings-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": patch ---- - -fix:add http codes 303 and 307 to `url_ok` diff --git a/.changeset/little-meals-enter.md b/.changeset/little-meals-enter.md deleted file mode 100644 index 4d29cef25739f..0000000000000 --- a/.changeset/little-meals-enter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": minor ---- - -feat:Apply Zero GPU for `gr.ChatInterface` diff --git a/.changeset/ten-poems-flow.md b/.changeset/ten-poems-flow.md deleted file mode 100644 index f83209c37a0e7..0000000000000 --- a/.changeset/ten-poems-flow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"gradio": patch -"gradio_client": patch ---- - -fix:Update `requirements.txt` for `gradio` and `gradio_client` diff --git a/CHANGELOG.md b/CHANGELOG.md index 739baa940dba2..84af8d03d2c8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # gradio +## 5.8.0 + +### Features + +- [#10083](https://github.com/gradio-app/gradio/pull/10083) [`b2a21c6`](https://github.com/gradio-app/gradio/commit/b2a21c643dc5e50581567cbde7b660357b3d982e) - Add HTML support to paramviewer descriptions. Thanks @aliabd! +- [#10080](https://github.com/gradio-app/gradio/pull/10080) [`ebe25bc`](https://github.com/gradio-app/gradio/commit/ebe25bc13f3b2a90876c59a816c6976fd12b6b73) - Fix chatbot/chatinterface type mismatch. Thanks @abidlabs! +- [#10071](https://github.com/gradio-app/gradio/pull/10071) [`01b919f`](https://github.com/gradio-app/gradio/commit/01b919f04b69732fd8adb52f6d156e5683589221) - Support `additional_outputs` in `gr.ChatInterface`. Thanks @abidlabs! +- [#10081](https://github.com/gradio-app/gradio/pull/10081) [`b94f010`](https://github.com/gradio-app/gradio/commit/b94f010a5672730d50b191c0b92df1676bb7144c) - Apply Zero GPU for `gr.ChatInterface`. Thanks @abidlabs! + +### Fixes + +- [#10094](https://github.com/gradio-app/gradio/pull/10094) [`98dd668`](https://github.com/gradio-app/gradio/commit/98dd6687e1d4cc527fdc21083cba74533032a417) - add http codes 303 and 307 to `url_ok`. Thanks @sharon-wang! +- [#10090](https://github.com/gradio-app/gradio/pull/10090) [`5ea3cb5`](https://github.com/gradio-app/gradio/commit/5ea3cb51a39ba01fda7f65ff31e59955e1d12cea) - Update `requirements.txt` for `gradio` and `gradio_client`. Thanks @abidlabs! + ## 5.7.1 ### Features diff --git a/client/python/CHANGELOG.md b/client/python/CHANGELOG.md index 43418ff3eca9b..aed79417ebe56 100644 --- a/client/python/CHANGELOG.md +++ b/client/python/CHANGELOG.md @@ -1,5 +1,11 @@ # gradio_client +## 1.5.1 + +### Fixes + +- [#10090](https://github.com/gradio-app/gradio/pull/10090) [`5ea3cb5`](https://github.com/gradio-app/gradio/commit/5ea3cb51a39ba01fda7f65ff31e59955e1d12cea) - Update `requirements.txt` for `gradio` and `gradio_client`. Thanks @abidlabs! + ## 1.5.0 ### Features diff --git a/client/python/gradio_client/CHANGELOG.md b/client/python/gradio_client/CHANGELOG.md index 43418ff3eca9b..aed79417ebe56 100644 --- a/client/python/gradio_client/CHANGELOG.md +++ b/client/python/gradio_client/CHANGELOG.md @@ -1,5 +1,11 @@ # gradio_client +## 1.5.1 + +### Fixes + +- [#10090](https://github.com/gradio-app/gradio/pull/10090) [`5ea3cb5`](https://github.com/gradio-app/gradio/commit/5ea3cb51a39ba01fda7f65ff31e59955e1d12cea) - Update `requirements.txt` for `gradio` and `gradio_client`. Thanks @abidlabs! + ## 1.5.0 ### Features diff --git a/client/python/gradio_client/package.json b/client/python/gradio_client/package.json index 5bdf41f57dbc2..d602a249b8a30 100644 --- a/client/python/gradio_client/package.json +++ b/client/python/gradio_client/package.json @@ -1,6 +1,6 @@ { "name": "gradio_client", - "version": "1.5.0", + "version": "1.5.1", "description": "", "python": "true", "main_changeset": true, diff --git a/gradio/CHANGELOG.md b/gradio/CHANGELOG.md index 739baa940dba2..84af8d03d2c8f 100644 --- a/gradio/CHANGELOG.md +++ b/gradio/CHANGELOG.md @@ -1,5 +1,19 @@ # gradio +## 5.8.0 + +### Features + +- [#10083](https://github.com/gradio-app/gradio/pull/10083) [`b2a21c6`](https://github.com/gradio-app/gradio/commit/b2a21c643dc5e50581567cbde7b660357b3d982e) - Add HTML support to paramviewer descriptions. Thanks @aliabd! +- [#10080](https://github.com/gradio-app/gradio/pull/10080) [`ebe25bc`](https://github.com/gradio-app/gradio/commit/ebe25bc13f3b2a90876c59a816c6976fd12b6b73) - Fix chatbot/chatinterface type mismatch. Thanks @abidlabs! +- [#10071](https://github.com/gradio-app/gradio/pull/10071) [`01b919f`](https://github.com/gradio-app/gradio/commit/01b919f04b69732fd8adb52f6d156e5683589221) - Support `additional_outputs` in `gr.ChatInterface`. Thanks @abidlabs! +- [#10081](https://github.com/gradio-app/gradio/pull/10081) [`b94f010`](https://github.com/gradio-app/gradio/commit/b94f010a5672730d50b191c0b92df1676bb7144c) - Apply Zero GPU for `gr.ChatInterface`. Thanks @abidlabs! + +### Fixes + +- [#10094](https://github.com/gradio-app/gradio/pull/10094) [`98dd668`](https://github.com/gradio-app/gradio/commit/98dd6687e1d4cc527fdc21083cba74533032a417) - add http codes 303 and 307 to `url_ok`. Thanks @sharon-wang! +- [#10090](https://github.com/gradio-app/gradio/pull/10090) [`5ea3cb5`](https://github.com/gradio-app/gradio/commit/5ea3cb51a39ba01fda7f65ff31e59955e1d12cea) - Update `requirements.txt` for `gradio` and `gradio_client`. Thanks @abidlabs! + ## 5.7.1 ### Features diff --git a/gradio/package.json b/gradio/package.json index 71a6590bcda30..85428ff71c31e 100644 --- a/gradio/package.json +++ b/gradio/package.json @@ -1,6 +1,6 @@ { "name": "gradio", - "version": "5.7.1", + "version": "5.8.0", "description": "", "python": "true" } \ No newline at end of file diff --git a/js/_website/CHANGELOG.md b/js/_website/CHANGELOG.md index 24819cc55b737..73da1fd194133 100644 --- a/js/_website/CHANGELOG.md +++ b/js/_website/CHANGELOG.md @@ -1,5 +1,17 @@ # website +## 0.43.0 + +### Features + +- [#10071](https://github.com/gradio-app/gradio/pull/10071) [`01b919f`](https://github.com/gradio-app/gradio/commit/01b919f04b69732fd8adb52f6d156e5683589221) - Support `additional_outputs` in `gr.ChatInterface`. Thanks @abidlabs! +- [#10073](https://github.com/gradio-app/gradio/pull/10073) [`873dab5`](https://github.com/gradio-app/gradio/commit/873dab5bce32de472523b851d443588106223e21) - Fix the Playground to ignore comments in the requirements text. Thanks @whitphx! +- [#9998](https://github.com/gradio-app/gradio/pull/9998) [`6cc13f5`](https://github.com/gradio-app/gradio/commit/6cc13f55e00ff29e833fd55493a53b654f23fbcc) - Playground exclude unavailable packages. Thanks @whitphx! + +### Dependency updates + +- @gradio/paramviewer@0.6.0 + ## 0.42.3 ### Fixes diff --git a/js/_website/package.json b/js/_website/package.json index 54549a9a19dd3..ec9311e1c2dab 100644 --- a/js/_website/package.json +++ b/js/_website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "0.42.3", + "version": "0.43.0", "private": true, "scripts": { "dev": "pip install boto3 && python generate_jsons/generate.py && vite dev", diff --git a/js/core/CHANGELOG.md b/js/core/CHANGELOG.md index 7e5b8fad8c9fe..6913b21cc5922 100644 --- a/js/core/CHANGELOG.md +++ b/js/core/CHANGELOG.md @@ -2,6 +2,12 @@ ## 0.4.1 +### Dependency updates + +- @gradio/paramviewer@0.6.0 + +## 0.4.1 + ### Fixes - [#9822](https://github.com/gradio-app/gradio/pull/9822) [`2e2cdbf`](https://github.com/gradio-app/gradio/commit/2e2cdbfb609ca992ccc31bb38589486aaaa14012) - Fix css preload when serving from proxied subpaths. Thanks @amol-! diff --git a/js/lite/CHANGELOG.md b/js/lite/CHANGELOG.md index b87c5f416bffd..8a35baf4d37ce 100644 --- a/js/lite/CHANGELOG.md +++ b/js/lite/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/lite +## 5.8.0 + +### Features + +- [#10077](https://github.com/gradio-app/gradio/pull/10077) [`bf03d54`](https://github.com/gradio-app/gradio/commit/bf03d54e2fa413a4c98c4e3d6797b8b6a0a790ae) - Fix to call bootstrap_custom_element() if the script is loaded after the DOMContentLoaded event. Thanks @whitphx! + ## 5.7.0 ### Dependency updates diff --git a/js/lite/package.json b/js/lite/package.json index 61a44c00bcad6..d589d0973229e 100644 --- a/js/lite/package.json +++ b/js/lite/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/lite", - "version": "5.7.0", + "version": "5.8.0", "description": "Serverless Gradio", "type": "module", "main": "dist/lite.js", diff --git a/js/paramviewer/CHANGELOG.md b/js/paramviewer/CHANGELOG.md index d649eb415bc07..98d1186b872ef 100644 --- a/js/paramviewer/CHANGELOG.md +++ b/js/paramviewer/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/paramviewer +## 0.6.0 + +### Features + +- [#10083](https://github.com/gradio-app/gradio/pull/10083) [`b2a21c6`](https://github.com/gradio-app/gradio/commit/b2a21c643dc5e50581567cbde7b660357b3d982e) - Add HTML support to paramviewer descriptions. Thanks @aliabd! + ## 0.5.8 ### Dependency updates diff --git a/js/paramviewer/package.json b/js/paramviewer/package.json index e81deff0f18c3..bb03cf501c043 100644 --- a/js/paramviewer/package.json +++ b/js/paramviewer/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/paramviewer", - "version": "0.5.8", + "version": "0.6.0", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/requirements.txt b/requirements.txt index 0c7556c1f972b..df791295549b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ anyio>=3.0,<5.0 audioop-lts<1.0; python_version >= "3.13" #it provides support for 'audioop' module removed in latest python version used by pydub fastapi>=0.115.2,<1.0 ffmpy -gradio_client==1.5.0 +gradio_client==1.5.1 httpx>=0.24.1 huggingface_hub>=0.25.1 Jinja2<4.0