From c1b924773073534fb3869edd0c56651f69524802 Mon Sep 17 00:00:00 2001 From: "Rossdan Craig rossdan@lastmileai.dev" <> Date: Wed, 14 Feb 2024 18:54:55 -0500 Subject: [PATCH] Update Gradio packages TSIA, not on v0.0.13 --- gradio-notebook/frontend/package.json | 4 ++-- gradio-notebook/frontend/yarn.lock | 8 ++++---- gradio-notebook/pyproject.toml | 2 +- gradio-notebook/requirements.txt | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gradio-notebook/frontend/package.json b/gradio-notebook/frontend/package.json index 8cc7419c1..093004db8 100644 --- a/gradio-notebook/frontend/package.json +++ b/gradio-notebook/frontend/package.json @@ -1,6 +1,6 @@ { "name": "gradio_notebook", - "version": "0.2.9", + "version": "0.2.10", "description": "Gradio UI packages", "type": "module", "author": "", @@ -22,7 +22,7 @@ "@gradio/client": "^0.10.1", "@gradio/statustracker": "0.4.0", "@gradio/utils": "0.2.0", - "@lastmileai/aiconfig-editor": "^0.1.26", + "@lastmileai/aiconfig-editor": "^0.1.28", "@mantine/core": "^6.0.7", "@tabler/icons-react": "^2.44.0", "@types/uuid": "^9.0.7", diff --git a/gradio-notebook/frontend/yarn.lock b/gradio-notebook/frontend/yarn.lock index 0f63b8f3b..202f58516 100644 --- a/gradio-notebook/frontend/yarn.lock +++ b/gradio-notebook/frontend/yarn.lock @@ -679,10 +679,10 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@lastmileai/aiconfig-editor@^0.1.26": - version "0.1.26" - resolved "https://registry.yarnpkg.com/@lastmileai/aiconfig-editor/-/aiconfig-editor-0.1.26.tgz#0c9b3151dcc955fb4bb32bd0b1ca360c54b0d28c" - integrity sha512-z8ZTiYjj7to7MbMj5Mf7xwYkx0EY7iOCrzDkirjRJ+Yp3//Lvzez/0NEFFw4JCVTk9akajZcy795h4WRpawbdA== +"@lastmileai/aiconfig-editor@^0.1.28": + version "0.1.28" + resolved "https://registry.yarnpkg.com/@lastmileai/aiconfig-editor/-/aiconfig-editor-0.1.28.tgz#f1b19461369759ff6b940a001509d3994b2a5b24" + integrity sha512-/TrwnGrqIJjv2NyzShhXfzmBuPeh6m38MOLgHBbur88uQd/JqxjRj9+dbny/1DGMTKR5cbD7+DRgLcWOutI5xA== dependencies: "@emotion/react" "^11.11.1" "@mantine/carousel" "^6.0.7" diff --git a/gradio-notebook/pyproject.toml b/gradio-notebook/pyproject.toml index 0d1d948cb..f57b53a85 100644 --- a/gradio-notebook/pyproject.toml +++ b/gradio-notebook/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "gradio_notebook" -version = "0.0.12" +version = "0.0.14" description = "Notebook for interacting with models in AIConfig" readme = "README.md" license = "MIT" diff --git a/gradio-notebook/requirements.txt b/gradio-notebook/requirements.txt index 27f0f65e1..17f3fca23 100644 --- a/gradio-notebook/requirements.txt +++ b/gradio-notebook/requirements.txt @@ -3,8 +3,8 @@ # TODO (remove hard pin to gradio once this is fixed and buttons no longer hang) # gradio>=4.0,<5.0 gradio==4.16.0 -python-aiconfig>=1.1.24 -aiconfig-extension-hugging-face>=0.0.12 +python-aiconfig>=1.1.25 +aiconfig-extension-hugging-face>=0.0.13 #Uploading AIConfig to S3 and lastmile endpoints for sharing boto3