Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update versions #10082

Merged
merged 1 commit into from
Dec 4, 2024
Merged

chore: update versions #10082

merged 1 commit into from
Dec 4, 2024

Conversation

gradio-pr-bot
Copy link
Collaborator

@gradio-pr-bot gradio-pr-bot commented Nov 29, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

gradio@5.8.0

Features

Fixes

@gradio/chatbot@0.18.0

Features

Fixes

Dependency updates

  • @gradio/gallery@0.13.10
  • @gradio/image@0.18.0
  • @gradio/video@0.12.0

@gradio/gallery@0.13.10

Dependency updates

  • @gradio/image@0.18.0
  • @gradio/video@0.12.0

@gradio/image@0.18.0

Features

@gradio/imageeditor@0.11.10

Dependency updates

  • @gradio/image@0.18.0

@gradio/lite@5.8.0

Features

  • #10077 bf03d54 - Fix to call bootstrap_custom_element() if the script is loaded after the DOMContentLoaded event. Thanks @whitphx!

@gradio/multimodaltextbox@0.7.8

Dependency updates

  • @gradio/image@0.18.0
  • @gradio/video@0.12.0

@gradio/paramviewer@0.6.0

Features

@gradio/video@0.12.0

Features

Dependency updates

  • @gradio/image@0.18.0

gradio_client@1.5.1

Fixes

website@0.43.0

Features

Dependency updates

  • @gradio/paramviewer@0.6.0

@self/component-test@0.4.2

Dependency updates

  • @gradio/video@0.12.0

@gradio-pr-bot gradio-pr-bot added no-visual-update Add this to a PR to skip chromatic deployment and tests flaky-tests This label runs flaky tests (those that use the HF API) on a PR windows-tests Run backend tests on Windows on this PR (by default, applied only to the changeset release PR) labels Nov 29, 2024
@gradio-pr-bot
Copy link
Collaborator Author

gradio-pr-bot commented Nov 29, 2024

🪼 branch checks and previews

Name Status URL
Spaces ready! Spaces preview
Website ready! Website preview
Storybook building...

Install Gradio from this PR

pip install https://gradio-pypi-previews.s3.amazonaws.com/bf39c412a7243ef081ff36b060f21adff7c5076d/gradio-5.7.1-py3-none-any.whl

Install Gradio Python Client from this PR

pip install "gradio-client @ git+https://github.com/gradio-app/gradio@bf39c412a7243ef081ff36b060f21adff7c5076d#subdirectory=client/python"

Install Gradio JS Client from this PR

npm install https://gradio-npm-previews.s3.amazonaws.com/bf39c412a7243ef081ff36b060f21adff7c5076d/gradio-client-1.8.0.tgz

Use Lite from this PR

<script type="module" src="https://gradio-lite-previews.s3.amazonaws.com/bf39c412a7243ef081ff36b060f21adff7c5076d/dist/lite.js""></script>

@gradio-pr-bot gradio-pr-bot force-pushed the changeset-release/main branch 10 times, most recently from b558a55 to 4dabac0 Compare December 3, 2024 00:07
@gradio-pr-bot gradio-pr-bot force-pushed the changeset-release/main branch 8 times, most recently from faf5033 to 1a666c7 Compare December 4, 2024 22:05
@gradio-pr-bot gradio-pr-bot force-pushed the changeset-release/main branch from 1a666c7 to bf39c41 Compare December 4, 2024 22:09
@aliabid94 aliabid94 merged commit c5ae607 into main Dec 4, 2024
24 of 26 checks passed
@aliabid94 aliabid94 deleted the changeset-release/main branch December 4, 2024 23:04
sharon-wang added a commit to posit-dev/positron that referenced this pull request Dec 9, 2024
### Summary

- Addresses #5459
- Companion Gradio Issue
gradio-app/gradio#10093
- Companion Gradio PR gradio-app/gradio#10094
- Re-enables `Python - Verify Basic Gradio App [C903307]`

#### localhost ValueError
gradio-app/gradio#10094 addresses the following
error described in #5459

```
Traceback (most recent call last):
  File "/Users/christophermead/posit/qa-example-content/workspaces/python_apps/gradio_example/gradio_example.py", line 5, in <module>
    demo.launch()
  File "/Users/christophermead/.pyenv/versions/3.10.12/lib/python3.10/site-packages/gradio/blocks.py", line 2582, in launch
    raise ValueError(
ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True or check your proxy settings to allow access to localhost.
```

We'll need to wait for [Gradio
5.8.0](gradio-app/gradio#10082) before we can
confirm that this error is fixed -- **edit: 5.8.0 has been released**!
This error occurs before the [CSS styling
issue](#5459 (comment))
can be seen. A manual patch to gradio is currently needed in order to
reach this second issue.

#### Failure to load styles
Our use of `GRADIO_ROOT_PATH` is no longer needed and also no longer
works since the underlying issue was resolved in [Gradio
5.7.0](gradio-app/gradio#9970), via
gradio-app/gradio#9822. The related code is
being removed in this PR.

### QA Notes

The [gradio example
app](https://github.com/posit-dev/qa-example-content/tree/main/workspaces/python_apps/gradio_example)
should now work in Web and Desktop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-tests This label runs flaky tests (those that use the HF API) on a PR no-visual-update Add this to a PR to skip chromatic deployment and tests windows-tests Run backend tests on Windows on this PR (by default, applied only to the changeset release PR)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants