Skip to content

Commit bddda6a

Browse files
fix: bump gradio from 5.39.0 to 6.15.0 in /packages/bigframes (#17619)
Bumps [gradio](https://github.com/gradio-app/gradio) from 5.39.0 to 6.15.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gradio-app/gradio/releases">gradio's releases</a>.</em></p> <blockquote> <h2>gradio@6.15.0</h2> <h3>Features</h3> <ul> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13322">#13322</a> <a href="https://github.com/gradio-app/gradio/commit/6c48f80948abb330f201d0dac38f89a276348029"><code>6c48f80</code></a> - Allow applying <code>gr.cache()</code> to intermediate functions directly. Thanks <a href="https://github.com/abidlabs"><code>@​abidlabs</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13367">#13367</a> <a href="https://github.com/gradio-app/gradio/commit/5d9c9fe5ff32951309765d37da610a4833b4b694"><code>5d9c9fe</code></a> - fix: upgrade handlebars to 4.7.9 (CVE-2026-33937). Thanks <a href="https://github.com/orbisai0security"><code>@​orbisai0security</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13408">#13408</a> <a href="https://github.com/gradio-app/gradio/commit/6b0c8aff7a9688ad605e4ca52a083c5754fe1610"><code>6b0c8af</code></a> - Markdown link fix. Thanks <a href="https://github.com/dawoodkhan82"><code>@​dawoodkhan82</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13366">#13366</a> <a href="https://github.com/gradio-app/gradio/commit/10f43e0fe187aac9594f3a9765f8addc81b63ad1"><code>10f43e0</code></a> - Offload traffic to static workers and use node as the proxy. Thanks <a href="https://github.com/freddyaboulton"><code>@​freddyaboulton</code></a>!</li> </ul> <h3>Fixes</h3> <ul> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13384">#13384</a> <a href="https://github.com/gradio-app/gradio/commit/feb7237d01f359d2ad4ee42d00344e61692b3b39"><code>feb7237</code></a> - Isolate cookie jars in <code>/proxy=</code> requests so a malicious upstream Space cannot leak cookies into proxied requests to a different <code>*.hf.space</code> (GHSA-2mr9-9r47-px2g). Thanks <a href="https://github.com/xr843"><code>@​xr843</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13344">#13344</a> <a href="https://github.com/gradio-app/gradio/commit/563e7b7948ba2da9d900065c69301ab349648cb0"><code>563e7b7</code></a> - Stop <a href="https://github.com/gr"><code>@​gr</code></a>.render from crashing with KeyError when an inner gr.Examples pops its fake-event fn. Thanks <a href="https://github.com/GopalGB"><code>@​GopalGB</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13379">#13379</a> <a href="https://github.com/gradio-app/gradio/commit/b8e8745d2f4fb156dd12d57a3f4eb2e165f20216"><code>b8e8745</code></a> - fix default tool logic in gr.ImageEditor. Thanks <a href="https://github.com/hannahblair"><code>@​hannahblair</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13363">#13363</a> <a href="https://github.com/gradio-app/gradio/commit/0872f5eccad07a140ed5e24e3adddc661667ff9a"><code>0872f5e</code></a> - add colour picker unit tests. Thanks <a href="https://github.com/hannahblair"><code>@​hannahblair</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13383">#13383</a> <a href="https://github.com/gradio-app/gradio/commit/9acecd2d69653e7d0f7961fa1b63a172a9ae76ec"><code>9acecd2</code></a> - Warn when gr.Tabs() has non-Tab direct children (<a href="https://redirect.github.com/gradio-app/gradio/issues/9832">#9832</a>). Thanks <a href="https://github.com/wjddnwp29"><code>@​wjddnwp29</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13403">#13403</a> <a href="https://github.com/gradio-app/gradio/commit/df56862a1531fc372a3248716dc4bd07e6db1c52"><code>df56862</code></a> - [js-client] close submit iterator on next/close race. Thanks <a href="https://github.com/hysts"><code>@​hysts</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13380">#13380</a> <a href="https://github.com/gradio-app/gradio/commit/5d7a9bae2698c792db867f2b689fd91cee8bf4a5"><code>5d7a9ba</code></a> - update pypi prompt. Thanks <a href="https://github.com/hannahblair"><code>@​hannahblair</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13390">#13390</a> <a href="https://github.com/gradio-app/gradio/commit/d86903eaa5628ca0b30f27b87ec1d7e194b3eff6"><code>d86903e</code></a> - Add Estonian language support and translation. Thanks <a href="https://github.com/paulpall"><code>@​paulpall</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13336">#13336</a> <a href="https://github.com/gradio-app/gradio/commit/14c88701756c5fa57e8eaeac4df1385b9601da45"><code>14c8870</code></a> - Add UploadButton unit tests. Thanks <a href="https://github.com/freddyaboulton"><code>@​freddyaboulton</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13360">#13360</a> <a href="https://github.com/gradio-app/gradio/commit/2887302069b2d33429ead157e7699d5502e29e0a"><code>2887302</code></a> - [codex] fix component load event target. Thanks <a href="https://github.com/thomwolf"><code>@​thomwolf</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md">gradio's changelog</a>.</em></p> <blockquote> <h2>6.15.0</h2> <h3>Features</h3> <ul> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13322">#13322</a> <a href="https://github.com/gradio-app/gradio/commit/6c48f80948abb330f201d0dac38f89a276348029"><code>6c48f80</code></a> - Allow applying <code>gr.cache()</code> to intermediate functions directly. Thanks <a href="https://github.com/abidlabs"><code>@​abidlabs</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13367">#13367</a> <a href="https://github.com/gradio-app/gradio/commit/5d9c9fe5ff32951309765d37da610a4833b4b694"><code>5d9c9fe</code></a> - fix: upgrade handlebars to 4.7.9 (CVE-2026-33937). Thanks <a href="https://github.com/orbisai0security"><code>@​orbisai0security</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13408">#13408</a> <a href="https://github.com/gradio-app/gradio/commit/6b0c8aff7a9688ad605e4ca52a083c5754fe1610"><code>6b0c8af</code></a> - Markdown link fix. Thanks <a href="https://github.com/dawoodkhan82"><code>@​dawoodkhan82</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13366">#13366</a> <a href="https://github.com/gradio-app/gradio/commit/10f43e0fe187aac9594f3a9765f8addc81b63ad1"><code>10f43e0</code></a> - Offload traffic to static workers and use node as the proxy. Thanks <a href="https://github.com/freddyaboulton"><code>@​freddyaboulton</code></a>!</li> </ul> <h3>Fixes</h3> <ul> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13384">#13384</a> <a href="https://github.com/gradio-app/gradio/commit/feb7237d01f359d2ad4ee42d00344e61692b3b39"><code>feb7237</code></a> - Isolate cookie jars in <code>/proxy=</code> requests so a malicious upstream Space cannot leak cookies into proxied requests to a different <code>*.hf.space</code> (GHSA-2mr9-9r47-px2g). Thanks <a href="https://github.com/xr843"><code>@​xr843</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13344">#13344</a> <a href="https://github.com/gradio-app/gradio/commit/563e7b7948ba2da9d900065c69301ab349648cb0"><code>563e7b7</code></a> - Stop <a href="https://github.com/gr"><code>@​gr</code></a>.render from crashing with KeyError when an inner gr.Examples pops its fake-event fn. Thanks <a href="https://github.com/GopalGB"><code>@​GopalGB</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13379">#13379</a> <a href="https://github.com/gradio-app/gradio/commit/b8e8745d2f4fb156dd12d57a3f4eb2e165f20216"><code>b8e8745</code></a> - fix default tool logic in gr.ImageEditor. Thanks <a href="https://github.com/hannahblair"><code>@​hannahblair</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13363">#13363</a> <a href="https://github.com/gradio-app/gradio/commit/0872f5eccad07a140ed5e24e3adddc661667ff9a"><code>0872f5e</code></a> - add colour picker unit tests. Thanks <a href="https://github.com/hannahblair"><code>@​hannahblair</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13383">#13383</a> <a href="https://github.com/gradio-app/gradio/commit/9acecd2d69653e7d0f7961fa1b63a172a9ae76ec"><code>9acecd2</code></a> - Warn when gr.Tabs() has non-Tab direct children (<a href="https://redirect.github.com/gradio-app/gradio/issues/9832">#9832</a>). Thanks <a href="https://github.com/wjddnwp29"><code>@​wjddnwp29</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13403">#13403</a> <a href="https://github.com/gradio-app/gradio/commit/df56862a1531fc372a3248716dc4bd07e6db1c52"><code>df56862</code></a> - [js-client] close submit iterator on next/close race. Thanks <a href="https://github.com/hysts"><code>@​hysts</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13380">#13380</a> <a href="https://github.com/gradio-app/gradio/commit/5d7a9bae2698c792db867f2b689fd91cee8bf4a5"><code>5d7a9ba</code></a> - update pypi prompt. Thanks <a href="https://github.com/hannahblair"><code>@​hannahblair</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13390">#13390</a> <a href="https://github.com/gradio-app/gradio/commit/d86903eaa5628ca0b30f27b87ec1d7e194b3eff6"><code>d86903e</code></a> - Add Estonian language support and translation. Thanks <a href="https://github.com/paulpall"><code>@​paulpall</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13336">#13336</a> <a href="https://github.com/gradio-app/gradio/commit/14c88701756c5fa57e8eaeac4df1385b9601da45"><code>14c8870</code></a> - Add UploadButton unit tests. Thanks <a href="https://github.com/freddyaboulton"><code>@​freddyaboulton</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13360">#13360</a> <a href="https://github.com/gradio-app/gradio/commit/2887302069b2d33429ead157e7699d5502e29e0a"><code>2887302</code></a> - [codex] fix component load event target. Thanks <a href="https://github.com/thomwolf"><code>@​thomwolf</code></a>!</li> </ul> <h2>6.14.0</h2> <h3>Features</h3> <ul> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13275">#13275</a> <a href="https://github.com/gradio-app/gradio/commit/2d025c56cffb5c4eecbe47515ec771b5ecf46611"><code>2d025c5</code></a> - Model3D Unit Tests. Thanks <a href="https://github.com/dawoodkhan82"><code>@​dawoodkhan82</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13258">#13258</a> <a href="https://github.com/gradio-app/gradio/commit/0d089260e1f17dc0bbed85f38029f75e657782b4"><code>0d08926</code></a> - add theme designer skill. Thanks <a href="https://github.com/hannahblair"><code>@​hannahblair</code></a>!</li> </ul> <h3>Fixes</h3> <ul> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13324">#13324</a> <a href="https://github.com/gradio-app/gradio/commit/0453450409ce6412382f8c6e5a4b5e973d80f8b8"><code>0453450</code></a> - Fix gr.Slider crash for zero-width ranges. Thanks <a href="https://github.com/onthebed"><code>@​onthebed</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13264">#13264</a> <a href="https://github.com/gradio-app/gradio/commit/f65acd0f24c9b6b593b9835c7ae46282f52fdc9d"><code>f65acd0</code></a> - Dialogue component unit tests. Thanks <a href="https://github.com/freddyaboulton"><code>@​freddyaboulton</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13333">#13333</a> <a href="https://github.com/gradio-app/gradio/commit/0e3c48549fdf4aeaff3a2f098c1d23420e4814c5"><code>0e3c485</code></a> - Remove Event From Queue When Cancelled. Thanks <a href="https://github.com/freddyaboulton"><code>@​freddyaboulton</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13326">#13326</a> <a href="https://github.com/gradio-app/gradio/commit/d42a1d72ad56b5155acdb4ff3bcbe7bceab39bfb"><code>d42a1d7</code></a> - Fix incorrect description of js parameter in Blocks.load. Thanks <a href="https://github.com/AryaLolusare2712"><code>@​AryaLolusare2712</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13335">#13335</a> <a href="https://github.com/gradio-app/gradio/commit/953efe06fa6d0742a9dd899b846d45fbc6ea3ccf"><code>953efe0</code></a> - Prevent Gallery Select Event From Triggering When Value Updated Programmatically. Thanks <a href="https://github.com/freddyaboulton"><code>@​freddyaboulton</code></a>!</li> </ul> <h2>6.13.0</h2> <h3>Features</h3> <ul> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13248">#13248</a> <a href="https://github.com/gradio-app/gradio/commit/30264b5f1e228b7b5a077cbd839c05f32e29297d"><code>30264b5</code></a> - docs: Add &quot;Common Patterns&quot; section to Textbox component docs. Thanks <a href="https://github.com/yuzegong746-cmd"><code>@​yuzegong746-cmd</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13266">#13266</a> <a href="https://github.com/gradio-app/gradio/commit/6809249801772cc9db0042eac9559b1b363bbcb9"><code>6809249</code></a> - Fix typo in <code>Request.state</code> serialization. Thanks <a href="https://github.com/abidlabs"><code>@​abidlabs</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13289">#13289</a> <a href="https://github.com/gradio-app/gradio/commit/d6f24df6233e7882746ba6e49307a34a11101ea1"><code>d6f24df</code></a> - Improve curl info. Thanks <a href="https://github.com/freddyaboulton"><code>@​freddyaboulton</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13252">#13252</a> <a href="https://github.com/gradio-app/gradio/commit/e39f0284582bbac93fd01b2a5eae4ecae219f252"><code>e39f028</code></a> - Add ImageSlider unit tests. Thanks <a href="https://github.com/pngwn"><code>@​pngwn</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13262">#13262</a> <a href="https://github.com/gradio-app/gradio/commit/b6b0d02bfab966e9b560402d3b7fb159d8692cea"><code>b6b0d02</code></a> - Fix batched queue events losing request context. Thanks <a href="https://github.com/abidlabs"><code>@​abidlabs</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13267">#13267</a> <a href="https://github.com/gradio-app/gradio/commit/5fd7698f16f6cdfefb7e010b03fce60583d50214"><code>5fd7698</code></a> - Fix timing and TTL comparisons bugs. Thanks <a href="https://github.com/abidlabs"><code>@​abidlabs</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13277">#13277</a> <a href="https://github.com/gradio-app/gradio/commit/cab8be062deb958a718aae25175e07fb013dfd4f"><code>cab8be0</code></a> - CLI/Agent API Docs. Thanks <a href="https://github.com/freddyaboulton"><code>@​freddyaboulton</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13265">#13265</a> <a href="https://github.com/gradio-app/gradio/commit/8b47ccbf168d0ea721088a52fb9789c4339e7f2f"><code>8b47ccb</code></a> - Skills Reorg + sync to huggingface/skills. Thanks <a href="https://github.com/freddyaboulton"><code>@​freddyaboulton</code></a>!</li> <li><a href="https://redirect.github.com/gradio-app/gradio/pull/13286">#13286</a> <a href="https://github.com/gradio-app/gradio/commit/948fcb89508c1e059bd9b761f2384afcea9481af"><code>948fcb8</code></a> - fix(reloading): copy <code>server</code> attr before swapping blocks. Thanks <a href="https://github.com/cbensimon"><code>@​cbensimon</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gradio-app/gradio/commit/0528c2c0e2c7080eeb5133f4c87b1bb38184ba47"><code>0528c2c</code></a> chore: update versions (<a href="https://redirect.github.com/gradio-app/gradio/issues/13352">#13352</a>)</li> <li><a href="https://github.com/gradio-app/gradio/commit/6a0b417e0de228f28509c96967f165596f2b4e9f"><code>6a0b417</code></a> Stabilize image editor examples test (<a href="https://redirect.github.com/gradio-app/gradio/issues/13418">#13418</a>)</li> <li><a href="https://github.com/gradio-app/gradio/commit/51497ae8e5bab0ff5731d16df4148a024224cdf1"><code>51497ae</code></a> docs: add MiniMax example to ChatInterface providers guide (<a href="https://redirect.github.com/gradio-app/gradio/issues/13411">#13411</a>)</li> <li><a href="https://github.com/gradio-app/gradio/commit/9acecd2d69653e7d0f7961fa1b63a172a9ae76ec"><code>9acecd2</code></a> Warn when gr.Tabs() has non-Tab direct children (<a href="https://redirect.github.com/gradio-app/gradio/issues/9832">#9832</a>) (<a href="https://redirect.github.com/gradio-app/gradio/issues/13383">#13383</a>)</li> <li><a href="https://github.com/gradio-app/gradio/commit/6b0c8aff7a9688ad605e4ca52a083c5754fe1610"><code>6b0c8af</code></a> Markdown link fix (<a href="https://redirect.github.com/gradio-app/gradio/issues/13408">#13408</a>)</li> <li><a href="https://github.com/gradio-app/gradio/commit/df56862a1531fc372a3248716dc4bd07e6db1c52"><code>df56862</code></a> [js-client] close submit iterator on next/close race (<a href="https://redirect.github.com/gradio-app/gradio/issues/13403">#13403</a>)</li> <li><a href="https://github.com/gradio-app/gradio/commit/1cbeb4f07e8f53f0167e7072d8a45b7de09b9da2"><code>1cbeb4f</code></a> Ci previews cdn (<a href="https://redirect.github.com/gradio-app/gradio/issues/13410">#13410</a>)</li> <li><a href="https://github.com/gradio-app/gradio/commit/0fbdc4965bbbd649c23f0e94d085cb57c7d63438"><code>0fbdc49</code></a> JS client cdn preview (<a href="https://redirect.github.com/gradio-app/gradio/issues/13409">#13409</a>)</li> <li><a href="https://github.com/gradio-app/gradio/commit/14c88701756c5fa57e8eaeac4df1385b9601da45"><code>14c8870</code></a> Add UploadButton unit tests (<a href="https://redirect.github.com/gradio-app/gradio/issues/13336">#13336</a>)</li> <li><a href="https://github.com/gradio-app/gradio/commit/10f43e0fe187aac9594f3a9765f8addc81b63ad1"><code>10f43e0</code></a> Offload traffic to static workers and use node as the proxy (<a href="https://redirect.github.com/gradio-app/gradio/issues/13366">#13366</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gradio-app/gradio/compare/gradio@5.39.0...gradio@6.15.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradio&package-manager=pip&previous-version=5.39.0&new-version=6.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/googleapis/google-cloud-python/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b9344e commit bddda6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bigframes/testing/constraints-3.11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ google-pasta==0.2.0
172172
google-resumable-media==2.7.2
173173
googleapis-common-protos==1.70.0
174174
googledrivedownloader==1.1.0
175-
gradio==5.39.0
175+
gradio==6.15.0
176176
gradio_client==1.11.0
177177
graphviz==0.21
178178
greenlet==3.2.3

0 commit comments

Comments
 (0)