From 4e60cca887f4ac5610963b2f7d34ccb8c214c9b7 Mon Sep 17 00:00:00 2001 From: William Nelson Date: Tue, 6 Jun 2023 17:47:08 -0700 Subject: [PATCH 1/2] Increase version gradio-client version/changelog --- client/python/CHANGELOG.md | 22 +++++++++++++++++++++- requirements.txt | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/client/python/CHANGELOG.md b/client/python/CHANGELOG.md index c80544ab078a0..3035c521d9136 100644 --- a/client/python/CHANGELOG.md +++ b/client/python/CHANGELOG.md @@ -2,10 +2,30 @@ ## New Features: +No changes to highlight. + ## Bug Fixes: + +- Fixed bug where mounted apps could not be called via the client by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 4435](https://github.com/gradio-app/gradio/pull/4435) + +## Breaking Changes: + +No changes to highlight. + +## Full Changelog: + +No changes to highlight. + +# 0.2.5 + +## New Features: + +No changes to highlight. + +## Bug Fixes: + - Fixes parameter names not showing underscores by [@abidlabs](https://github.com/abidlabs) in [PR 4230](https://github.com/gradio-app/gradio/pull/4230) - Fixes issue in which state was not handled correctly if `serialize=False` by [@abidlabs](https://github.com/abidlabs) in [PR 4230](https://github.com/gradio-app/gradio/pull/4230) -- Fixed bug where mounted apps could not be called via the client by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 4435](https://github.com/gradio-app/gradio/pull/4435) ## Breaking Changes: diff --git a/requirements.txt b/requirements.txt index d038a146d2e40..d31388137795d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiohttp altair>=4.2.0 fastapi ffmpy -gradio_client>=0.2.4 +gradio_client>=0.2.5 httpx huggingface_hub>=0.14.0 Jinja2 From b4cc8601ed68f3d5e26a84d3a669fd558e290685 Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Wed, 7 Jun 2023 14:08:34 -0500 Subject: [PATCH 2/2] req --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d31388137795d..d038a146d2e40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiohttp altair>=4.2.0 fastapi ffmpy -gradio_client>=0.2.5 +gradio_client>=0.2.4 httpx huggingface_hub>=0.14.0 Jinja2