Skip to content

Bump gradio from 6.7.0 to 6.22.0 - #6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/gradio-6.22.0
Open

Bump gradio from 6.7.0 to 6.22.0#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/gradio-6.22.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown

Bumps gradio from 6.7.0 to 6.22.0.

Release notes

Sourced from gradio's releases.

gradio@6.22.0

Features

  • #13685 6302098 - gr.Workflow: auto-create input/output nodes for model nodes (as already happens for Space nodes), replace the "Input"/"Output" buttons with a single "Component" button whose direction is derived from wiring, rename "Data" to "Dataset", let node error messages be copied, and document the oauth_token parameter in the View API panel. Thanks @​abidlabs!
  • #13688 321361f - Workflow: resizable nodes, full-screen image view, and webcam/mic capture. Thanks @​abidlabs!
  • #13697 3ac9d5d - Fix release CI regressions for assets and bundles. Thanks @​abidlabs!

Fixes

  • #13692 3676c45 - publish the Prism global before its grammar files load, so the docs pages stop failing to hydrate with ReferenceError: Prism is not defined. Thanks @​abidlabs!
  • #13687 fd79d09 - Harden authentication and file redirect boundaries. Thanks @​abidlabs!

gradio@6.21.0

Features

  • #13601 0ee5cc8 - Preserve browser-visible proxy origins for frontend assets and API requests, and retain app-level FastAPI root paths. Thanks @​abidlabs!
  • #13620 5200235 - Fix chained events after cancellation and while the browser tab is hidden. Thanks @​abidlabs!
  • #13667 2d753d0 - oauth: let API callers supply a token for endpoints that take a gr.OAuthToken, via oauth_token on the Python and JS clients — sent only to endpoints that declare they need one. Thanks @​abidlabs!
  • #13329 7ac583a - Make builds go zoom zoom. Thanks @​pngwn!
  • #13650 8bdc643 - Fix gradio cc dev, gradio cc build, and gradio cc install to respect a custom FRONTEND_DIR set on the component class, instead of assuming the frontend code lives in the frontend directory. Thanks @​abidlabs!
  • #13558 d07af9d - workflow: add model endpoint integration. Thanks @​hannahblair!
  • #13681 eed6ebd - Report why the Node SSR server failed, and serve without SSR on the expected port. Thanks @​abidlabs!
  • #13654 2f6d04a - workflow: improve canvas authoring and examples. Thanks @​abidlabs!
  • #13606 04c5527 - Fix spurious separators from empty tokens in HighlightedText with combine_adjacent=True. Thanks @​hysts!
  • #13668 3473879 - workflow: add html modality. Thanks @​hannahblair!
  • #13666 d3c70fa - workflow: various UX improvements, including opening the write-access link in a browser tab automatically when a gr.Workflow is launched locally, and calling vision-language models through chat completions so image-text-to-text model nodes work. Thanks @​abidlabs!
  • #13590 d5ef897 - workflow: fix error banner and textarea visibility. Thanks @​hannahblair!
  • #13616 a2ddecf - workflow: ensure we handle trailing null values. Thanks @​hannahblair!

Fixes

gradio@6.20.0

Features

... (truncated)

Changelog

Sourced from gradio's changelog.

6.22.0

Features

  • #13685 6302098 - gr.Workflow: auto-create input/output nodes for model nodes (as already happens for Space nodes), replace the "Input"/"Output" buttons with a single "Component" button whose direction is derived from wiring, rename "Data" to "Dataset", let node error messages be copied, and document the oauth_token parameter in the View API panel. Thanks @​abidlabs!
  • #13688 321361f - Workflow: resizable nodes, full-screen image view, and webcam/mic capture. Thanks @​abidlabs!
  • #13697 3ac9d5d - Fix release CI regressions for assets and bundles. Thanks @​abidlabs!

Fixes

  • #13692 3676c45 - publish the Prism global before its grammar files load, so the docs pages stop failing to hydrate with ReferenceError: Prism is not defined. Thanks @​abidlabs!
  • #13687 fd79d09 - Harden authentication and file redirect boundaries. Thanks @​abidlabs!

6.21.0

Features

  • #13601 0ee5cc8 - Preserve browser-visible proxy origins for frontend assets and API requests, and retain app-level FastAPI root paths. Thanks @​abidlabs!
  • #13620 5200235 - Fix chained events after cancellation and while the browser tab is hidden. Thanks @​abidlabs!
  • #13667 2d753d0 - oauth: let API callers supply a token for endpoints that take a gr.OAuthToken, via oauth_token on the Python and JS clients — sent only to endpoints that declare they need one. Thanks @​abidlabs!
  • #13329 7ac583a - Make builds go zoom zoom. Thanks @​pngwn!
  • #13650 8bdc643 - Fix gradio cc dev, gradio cc build, and gradio cc install to respect a custom FRONTEND_DIR set on the component class, instead of assuming the frontend code lives in the frontend directory. Thanks @​abidlabs!
  • #13558 d07af9d - workflow: add model endpoint integration. Thanks @​hannahblair!
  • #13681 eed6ebd - Report why the Node SSR server failed, and serve without SSR on the expected port. Thanks @​abidlabs!
  • #13654 2f6d04a - workflow: improve canvas authoring and examples. Thanks @​abidlabs!
  • #13606 04c5527 - Fix spurious separators from empty tokens in HighlightedText with combine_adjacent=True. Thanks @​hysts!
  • #13668 3473879 - workflow: add html modality. Thanks @​hannahblair!
  • #13666 d3c70fa - workflow: various UX improvements, including opening the write-access link in a browser tab automatically when a gr.Workflow is launched locally, and calling vision-language models through chat completions so image-text-to-text model nodes work. Thanks @​abidlabs!
  • #13590 d5ef897 - workflow: fix error banner and textarea visibility. Thanks @​hannahblair!
  • #13616 a2ddecf - workflow: ensure we handle trailing null values. Thanks @​hannahblair!

Fixes

... (truncated)

Commits
  • 45c11d5 chore: update versions (#13696)
  • 3ac9d5d Fix release CI regressions for assets and bundles (#13697)
  • fd79d09 Harden authentication and file redirect boundaries (#13687)
  • 6302098 Workflow: auto-create nodes for model nodes, Output button, copyable errors, ...
  • 3676c45 Publish the Prism global before its grammars load (fixes docs pages 500ing)...
  • 321361f Workflow: resizable nodes, full-screen image view, and webcam/mic capture (#1...
  • 0fd56c1 chore: update versions (#13691)
  • a1c3ffc fix: recover unpublished 6.21 release (#13690)
  • c3c5c67 Revert "fix: recover unpublished 6.21 release"
  • dfdae7a fix: recover unpublished 6.21 release
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gradio](https://github.com/gradio-app/gradio) from 6.7.0 to 6.22.0.
- [Release notes](https://github.com/gradio-app/gradio/releases)
- [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gradio-app/gradio/compare/gradio@6.7.0...gradio@6.22.0)

---
updated-dependencies:
- dependency-name: gradio
  dependency-version: 6.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants