oobabooga / text-generation-webui

A Gradio web UI for Large Language Models.
GNU Affero General Public License v3.0
40.82k stars 5.34k forks source link

Update gradio requirement from ==4.26.* to ==5.4.* #6499

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 4 weeks ago

Updates the requirements on gradio to permit the latest version.

Release notes

Sourced from gradio's releases.

gradio@5.4.0

Features

Fixes

Changelog

Sourced from gradio's changelog.

5.4.0

Features

Fixes

5.3.0

Features

Fixes

5.2.1

Fixes

... (truncated)

Commits
  • 8e5b5a2 chore: update versions (#9790)
  • 78e3b51 Allow setting plotly margins (#9805)
  • a4e70f3 Fix Tabs in Rows (#9836)
  • 8f40bd2 docs: update CONTRIBUTING.md with troubleshooting step for JS OOM error in sc...
  • 854ec6f Add requirements.txt to the gradio-lib-front-end-lite cache key (#9842)
  • 767643f Fix a bug in example textbox rendering when it is initially invisible (#9831)
  • febbed6 Pin multipart version to fix issues with yanking (#9834)
  • f15808e fix: use system timezone in gr.DateTime with include_time=False (#9825)
  • b1b81c9 Hide option to add row/col when count is fixed in dataframe (#9649)
  • 7cce63e Ask LLM to generate the requirements.txt in the playground (#9647)
  • Additional commits viewable in compare view


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)
dependabot[bot] commented 2 weeks ago

Superseded by #6524.