Bump gradio from 3.50.2 to 6.7.0 in /python/requirements#61406
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
Bump gradio from 3.50.2 to 6.7.0 in /python/requirements#61406dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
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>
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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.
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.


Bumps gradio from 3.50.2 to 6.7.0.
Release notes
Sourced from gradio's releases.
... (truncated)
Changelog
Sourced from gradio's changelog.
... (truncated)
Commits
8b03393chore: update versions (#12902)c4b92e2Fix skill generation check (#12931)978bc6eAdd server functions support to gr.HTML (#12929)7c3fa2aFix Loading Spinner Issue Caused by Events Targeting Components In Inactive T...6011b00Fix absolute path issue in Windows (#12926)e29e1ccAdd Space-specific skill generation togradio skills add(#12918)81482b5Lazy load sub-tab and accordion components (#12906)ccff8b8Walkthrough Selected Bug (#12925)dcfc429Fix Button component ignoring scale parameter (#12911)a0fff5cAdd push_to_hub method to gr.HTML. Add a gallery to view notable custom HTML ...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.