chore: update versions - #13609
Open
gradio-pr-bot wants to merge 1 commit into
Open
Conversation
gradio-pr-bot
temporarily deployed
to
deploy_spaces
July 13, 2026 00:11 — with
GitHub Actions
Inactive
gradio-pr-bot
force-pushed
the
changeset-release/main
branch
from
July 13, 2026 00:13
6eec939 to
c0bafc7
Compare
gradio-pr-bot
temporarily deployed
to
deploy_spaces
July 13, 2026 00:13 — with
GitHub Actions
Inactive
gradio-pr-bot
force-pushed
the
changeset-release/main
branch
from
July 13, 2026 00:16
c0bafc7 to
4729dc7
Compare
gradio-pr-bot
temporarily deployed
to
deploy_spaces
July 13, 2026 00:16 — with
GitHub Actions
Inactive
Collaborator
Author
🪼 branch checks and previews
Install Gradio from this PR pip install https://huggingface.co/buckets/gradio/pypi-previews/resolve/d5e1f2c597f54fefc2194300683cdf374a9c869c/gradio-6.20.0-py3-none-any.whlInstall Gradio Python Client from this PR pip install "gradio-client @ git+https://github.com/gradio-app/gradio@d5e1f2c597f54fefc2194300683cdf374a9c869c#subdirectory=client/python"Import Gradio JS Client from this PR via CDN import { Client } from "https://huggingface.co/buckets/gradio/npm-previews/resolve/d5e1f2c597f54fefc2194300683cdf374a9c869c/browser.js"; |
gradio-pr-bot
force-pushed
the
changeset-release/main
branch
from
July 13, 2026 17:45
4729dc7 to
a4d5b47
Compare
gradio-pr-bot
temporarily deployed
to
deploy_spaces
July 13, 2026 17:45 — with
GitHub Actions
Inactive
gradio-pr-bot
force-pushed
the
changeset-release/main
branch
from
July 14, 2026 01:33
a4d5b47 to
2116c10
Compare
gradio-pr-bot
temporarily deployed
to
deploy_spaces
July 14, 2026 01:33 — with
GitHub Actions
Inactive
gradio-pr-bot
force-pushed
the
changeset-release/main
branch
from
July 14, 2026 22:50
2116c10 to
5aec2cb
Compare
gradio-pr-bot
temporarily deployed
to
deploy_spaces
July 14, 2026 22:50 — with
GitHub Actions
Inactive
gradio-pr-bot
force-pushed
the
changeset-release/main
branch
from
July 15, 2026 04:20
5aec2cb to
f448f87
Compare
gradio-pr-bot
temporarily deployed
to
deploy_spaces
July 15, 2026 04:20 — with
GitHub Actions
Inactive
gradio-pr-bot
force-pushed
the
changeset-release/main
branch
from
July 15, 2026 08:03
f448f87 to
0ba23b4
Compare
gradio-pr-bot
temporarily deployed
to
deploy_spaces
July 15, 2026 08:03 — with
GitHub Actions
Inactive
gradio-pr-bot
force-pushed
the
changeset-release/main
branch
from
July 15, 2026 17:22
0ba23b4 to
d5e1f2c
Compare
gradio-pr-bot
temporarily deployed
to
deploy_spaces
July 15, 2026 17:22 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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/client@2.3.2
Features
0ee5cc8- Preserve browser-visible proxy origins for frontend assets and API requests, and retain app-level FastAPI root paths. Thanks @abidlabs!5200235- Fix chained events after cancellation and while the browser tab is hidden. Thanks @abidlabs!gradio@6.21.0
Features
0ee5cc8- Preserve browser-visible proxy origins for frontend assets and API requests, and retain app-level FastAPI root paths. Thanks @abidlabs!5200235- Fix chained events after cancellation and while the browser tab is hidden. Thanks @abidlabs!04c5527- Fix spurious separators from empty tokens inHighlightedTextwithcombine_adjacent=True. Thanks @hysts!d5ef897- workflow: fix error banner and textarea visibility. Thanks @hannahblair!Fixes
195593e- Rerun HTML mount behavior whengr.renderreplaces an unkeyed component. Thanks @abidlabs!f3889bf- Fixgr.Codenot rendering when it has no initial value. Thanks @hysts!c287b7b- Fixgr.Statepassing its callable default to event handlers instead of the called value. Thanks @hysts!@gradio/code@0.18.2
Fixes
f3889bf- Fixgr.Codenot rendering when it has no initial value. Thanks @hysts!Dependency updates
@gradio/core@1.9.1
Features
0ee5cc8- Preserve browser-visible proxy origins for frontend assets and API requests, and retain app-level FastAPI root paths. Thanks @abidlabs!5200235- Fix chained events after cancellation and while the browser tab is hidden. Thanks @abidlabs!Dependency updates
@gradio/html@0.13.2
Fixes
195593e- Rerun HTML mount behavior whengr.renderreplaces an unkeyed component. Thanks @abidlabs!Dependency updates
@gradio/upload@0.18.2
Features
0ee5cc8- Preserve browser-visible proxy origins for frontend assets and API requests, and retain app-level FastAPI root paths. Thanks @abidlabs!Dependency updates
@gradio/utils@0.13.1
Features
0ee5cc8- Preserve browser-visible proxy origins for frontend assets and API requests, and retain app-level FastAPI root paths. Thanks @abidlabs!@gradio/workflowcanvas@0.6.0
Features
d5ef897- workflow: fix error banner and textarea visibility. Thanks @hannahblair!Dependency updates
gradio_client@2.5.1
Fixes
643fb05- Restore Git tags for Pythongradio_clientreleases. Thanks @abidlabs!@self/app@2.2.3
Features
0ee5cc8- Preserve browser-visible proxy origins for frontend assets and API requests, and retain app-level FastAPI root paths. Thanks @abidlabs!Dependency updates
@self/spa@1.5.2
Features
0ee5cc8- Preserve browser-visible proxy origins for frontend assets and API requests, and retain app-level FastAPI root paths. Thanks @abidlabs!Dependency updates