chore: update versions (#8482)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2024-06-06 16:15:46 +01:00 committed by GitHub
parent e2271e207d
commit f9406b46e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
57 changed files with 248 additions and 44 deletions

View File

@ -1,6 +0,0 @@
---
"gradio": patch
"gradio_client": patch
---
feat:fix client flaky tests

View File

@ -1,6 +0,0 @@
---
"@gradio/client": patch
"gradio": patch
---
feat:documentation for @gradio/client

View File

@ -1,6 +0,0 @@
---
"@gradio/client": minor
"gradio": minor
---
feat:Ensure all status are reported internally when calling `predict`

View File

@ -1,5 +1,13 @@
# gradio
## 4.35.0
### Features
- [#8481](https://github.com/gradio-app/gradio/pull/8481) [`41a4493`](https://github.com/gradio-app/gradio/commit/41a449383a34b7d6e4c83cfbf61c222fd5501206) - fix client flaky tests. Thanks @abidlabs!
- [#8483](https://github.com/gradio-app/gradio/pull/8483) [`e2271e2`](https://github.com/gradio-app/gradio/commit/e2271e207d98074bf39b02ae3c5443b2f097627d) - documentation for @gradio/client. Thanks @pngwn!
- [#8485](https://github.com/gradio-app/gradio/pull/8485) [`f8ebace`](https://github.com/gradio-app/gradio/commit/f8ebaceccef60a112603d290d10072ef4e938a6a) - Ensure all status are reported internally when calling `predict`. Thanks @pngwn!
## 4.34.0
### Features

View File

@ -1,5 +1,12 @@
# @gradio/client
## 1.1.0
### Features
- [#8483](https://github.com/gradio-app/gradio/pull/8483) [`e2271e2`](https://github.com/gradio-app/gradio/commit/e2271e207d98074bf39b02ae3c5443b2f097627d) - documentation for @gradio/client. Thanks @pngwn!
- [#8485](https://github.com/gradio-app/gradio/pull/8485) [`f8ebace`](https://github.com/gradio-app/gradio/commit/f8ebaceccef60a112603d290d10072ef4e938a6a) - Ensure all status are reported internally when calling `predict`. Thanks @pngwn!
## 1.0.0
### Highlights

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/client",
"version": "1.0.0",
"version": "1.1.0",
"description": "Gradio API client",
"type": "module",
"main": "dist/index.js",

View File

@ -1,5 +1,11 @@
# gradio_client
## 1.0.1
### Features
- [#8481](https://github.com/gradio-app/gradio/pull/8481) [`41a4493`](https://github.com/gradio-app/gradio/commit/41a449383a34b7d6e4c83cfbf61c222fd5501206) - fix client flaky tests. Thanks @abidlabs!
## 1.0.0
### Highlights

View File

@ -1,5 +1,11 @@
# gradio_client
## 1.0.1
### Features
- [#8481](https://github.com/gradio-app/gradio/pull/8481) [`41a4493`](https://github.com/gradio-app/gradio/commit/41a449383a34b7d6e4c83cfbf61c222fd5501206) - fix client flaky tests. Thanks @abidlabs!
## 1.0.0
### Highlights

View File

@ -1,6 +1,6 @@
{
"name": "gradio_client",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"python": "true",
"main_changeset": true

View File

@ -1,5 +1,13 @@
# gradio
## 4.35.0
### Features
- [#8481](https://github.com/gradio-app/gradio/pull/8481) [`41a4493`](https://github.com/gradio-app/gradio/commit/41a449383a34b7d6e4c83cfbf61c222fd5501206) - fix client flaky tests. Thanks @abidlabs!
- [#8483](https://github.com/gradio-app/gradio/pull/8483) [`e2271e2`](https://github.com/gradio-app/gradio/commit/e2271e207d98074bf39b02ae3c5443b2f097627d) - documentation for @gradio/client. Thanks @pngwn!
- [#8485](https://github.com/gradio-app/gradio/pull/8485) [`f8ebace`](https://github.com/gradio-app/gradio/commit/f8ebaceccef60a112603d290d10072ef4e938a6a) - Ensure all status are reported internally when calling `predict`. Thanks @pngwn!
## 4.34.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "gradio",
"version": "4.34.0",
"version": "4.35.0",
"description": "",
"python": "true"
}

View File

@ -4,6 +4,12 @@
### Dependency updates
- @gradio/client@1.1.0
## 0.0.1
### Dependency updates
- @gradio/client@1.0.0
- @gradio/form@0.1.18

View File

@ -1,5 +1,11 @@
# website
## 0.31.4
### Dependency updates
- @gradio/code@0.6.10
## 0.31.3
### Features

View File

@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.31.3",
"version": "0.31.4",
"private": true,
"scripts": {
"dev": "pip install boto3 && python generate_jsons/generate.py && vite dev",

View File

@ -1,5 +1,12 @@
# @gradio/annotatedimage
## 0.6.9
### Dependency updates
- @gradio/upload@0.11.1
- @gradio/client@1.1.0
## 0.6.8
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/annotatedimage",
"version": "0.6.8",
"version": "0.6.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,30 @@
# @gradio/app
## 1.36.1
### Dependency updates
- @gradio/upload@0.11.1
- @gradio/code@0.6.10
- @gradio/client@1.1.0
- @gradio/annotatedimage@0.6.9
- @gradio/audio@0.11.9
- @gradio/button@0.2.42
- @gradio/chatbot@0.10.10
- @gradio/dataframe@0.8.9
- @gradio/dataset@0.1.42
- @gradio/downloadbutton@0.1.19
- @gradio/file@0.8.1
- @gradio/fileexplorer@0.4.10
- @gradio/gallery@0.10.9
- @gradio/image@0.11.9
- @gradio/imageeditor@0.7.9
- @gradio/model3d@0.10.9
- @gradio/multimodaltextbox@0.4.10
- @gradio/simpleimage@0.5.9
- @gradio/uploadbutton@0.6.10
- @gradio/video@0.8.9
## 1.36.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/app",
"version": "1.36.0",
"version": "1.36.1",
"private": true,
"type": "module",
"scripts": {

View File

@ -1,5 +1,13 @@
# @gradio/audio
## 0.11.9
### Dependency updates
- @gradio/upload@0.11.1
- @gradio/client@1.1.0
- @gradio/button@0.2.42
## 0.11.8
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/audio",
"version": "0.11.8",
"version": "0.11.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/button
## 0.2.42
### Dependency updates
- @gradio/upload@0.11.1
- @gradio/client@1.1.0
## 0.2.41
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/button",
"version": "0.2.41",
"version": "0.2.42",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,15 @@
# @gradio/chatbot
## 0.10.10
### Dependency updates
- @gradio/upload@0.11.1
- @gradio/client@1.1.0
- @gradio/audio@0.11.9
- @gradio/image@0.11.9
- @gradio/video@0.8.9
## 0.10.9
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/chatbot",
"version": "0.10.9",
"version": "0.10.10",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,11 @@
# @gradio/code
## 0.6.10
### Dependency updates
- @gradio/upload@0.11.1
## 0.6.9
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/code",
"version": "0.6.9",
"version": "0.6.10",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,13 @@
# @gradio/dataframe
## 0.8.9
### Dependency updates
- @gradio/upload@0.11.1
- @gradio/client@1.1.0
- @gradio/button@0.2.42
## 0.8.8
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/dataframe",
"version": "0.8.8",
"version": "0.8.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/dataset
## 0.1.42
### Dependency updates
- @gradio/upload@0.11.1
- @gradio/client@1.1.0
## 0.1.41
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/dataset",
"version": "0.1.41",
"version": "0.1.42",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/downloadbutton
## 0.1.19
### Dependency updates
- @gradio/client@1.1.0
- @gradio/button@0.2.42
## 0.1.18
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/downloadbutton",
"version": "0.1.18",
"version": "0.1.19",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/file
## 0.8.1
### Dependency updates
- @gradio/upload@0.11.1
- @gradio/client@1.1.0
## 0.8.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/file",
"version": "0.8.0",
"version": "0.8.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,13 @@
# @gradio/fileexplorer
## 0.4.10
### Dependency updates
- @gradio/upload@0.11.1
- @gradio/client@1.1.0
- @gradio/file@0.8.1
## 0.4.9
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/fileexplorer",
"version": "0.4.9",
"version": "0.4.10",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,14 @@
# @gradio/gallery
## 0.10.9
### Dependency updates
- @gradio/upload@0.11.1
- @gradio/client@1.1.0
- @gradio/file@0.8.1
- @gradio/image@0.11.9
## 0.10.8
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/gallery",
"version": "0.10.8",
"version": "0.10.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/image
## 0.11.9
### Dependency updates
- @gradio/upload@0.11.1
- @gradio/client@1.1.0
## 0.11.8
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/image",
"version": "0.11.8",
"version": "0.11.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,13 @@
# @gradio/imageeditor
## 0.7.9
### Dependency updates
- @gradio/upload@0.11.1
- @gradio/client@1.1.0
- @gradio/image@0.11.9
## 0.7.8
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/imageeditor",
"version": "0.7.8",
"version": "0.7.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,11 @@
# @gradio/lite
## 4.35.0
### Dependency updates
- gradio@4.35.0
## 4.34.0
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/lite",
"version": "4.34.0",
"version": "4.35.0",
"description": "Serverless Gradio",
"type": "module",
"main": "dist/lite.js",

View File

@ -1,5 +1,12 @@
# @gradio/model3d
## 0.10.9
### Dependency updates
- @gradio/upload@0.11.1
- @gradio/client@1.1.0
## 0.10.8
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/model3d",
"version": "0.10.8",
"version": "0.10.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,13 @@
# @gradio/multimodaltextbox
## 0.4.10
### Dependency updates
- @gradio/upload@0.11.1
- @gradio/client@1.1.0
- @gradio/image@0.11.9
## 0.4.9
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/multimodaltextbox",
"version": "0.4.9",
"version": "0.4.10",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/simpleimage
## 0.5.9
### Dependency updates
- @gradio/upload@0.11.1
- @gradio/client@1.1.0
## 0.5.8
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/simpleimage",
"version": "0.5.8",
"version": "0.5.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/upload
## 0.11.1
### Dependency updates
- @gradio/upload@0.11.1
- @gradio/client@1.1.0
## 0.11.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/upload",
"version": "0.11.0",
"version": "0.11.1",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",

View File

@ -1,5 +1,13 @@
# @gradio/uploadbutton
## 0.6.10
### Dependency updates
- @gradio/upload@0.11.1
- @gradio/client@1.1.0
- @gradio/button@0.2.42
## 0.6.9
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/uploadbutton",
"version": "0.6.9",
"version": "0.6.10",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,13 @@
# @gradio/video
## 0.8.9
### Dependency updates
- @gradio/upload@0.11.1
- @gradio/client@1.1.0
- @gradio/image@0.11.9
## 0.8.8
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/video",
"version": "0.8.8",
"version": "0.8.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -2,7 +2,7 @@ aiofiles>=22.0,<24.0
altair>=4.2.0,<6.0
fastapi
ffmpy
gradio_client==1.0.0
gradio_client==1.0.1
httpx>=0.24.1
huggingface_hub>=0.19.3
importlib_resources>=1.3,<7.0