Skip to content

Bump gradio from 3.50.2 to 6.7.0 in /python/requirements#61406

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python/requirements/gradio-6.7.0
Open

Bump gradio from 3.50.2 to 6.7.0 in /python/requirements#61406
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python/requirements/gradio-6.7.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps gradio from 3.50.2 to 6.7.0.

Release notes

Sourced from gradio's releases.

gradio@6.7.0

Features

Fixes

gradio@6.6.0

Features

Fixes

gradio@6.5.1

Fixes

... (truncated)

Changelog

Sourced from gradio's changelog.

6.7.0

Features

Fixes

6.6.0

Features

Fixes

6.5.1

... (truncated)

Commits
  • 8b03393 chore: update versions (#12902)
  • c4b92e2 Fix skill generation check (#12931)
  • 978bc6e Add server functions support to gr.HTML (#12929)
  • 7c3fa2a Fix Loading Spinner Issue Caused by Events Targeting Components In Inactive T...
  • 6011b00 Fix absolute path issue in Windows (#12926)
  • e29e1cc Add Space-specific skill generation to gradio skills add (#12918)
  • 81482b5 Lazy load sub-tab and accordion components (#12906)
  • ccff8b8 Walkthrough Selected Bug (#12925)
  • dcfc429 Fix Button component ignoring scale parameter (#12911)
  • a0fff5c Add push_to_hub method to gr.HTML. Add a gallery to view notable custom HTML ...
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [gradio](https://github.com/gradio-app/gradio) from 3.50.2 to 6.7.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@3.50.2...gradio@6.7.0)

---
updated-dependencies:
- dependency-name: gradio
  dependency-version: 6.7.0
  dependency-type: direct:production
...

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 Mar 1, 2026
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

google-api-python-client==2.111.0
google-cloud-storage==2.14.0
gradio==3.50.2; platform_system != "Windows"
gradio==6.7.0; platform_system != "Windows"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major version bump breaks API endpoint paths in tests

High Severity

Bumping gradio from 3.50.2 to 6.7.0 introduces a breaking change in default API endpoint naming. Since Gradio 4.0, gr.Interface defaults api_name to the function name rather than "predict". The tests in test_gradio.py hardcode /gradio_api/run/predict/ as the endpoint, but with 6.7.0 the endpoints become /gradio_api/run/greet/ and /gradio_api/run/f/ respectively, causing 404 failures.

Fix in Cursor Fix in Web

@ray-gardener ray-gardener bot added the core Issues that should be addressed in Ray Core label Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Issues that should be addressed in Ray Core 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