Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency gradio to v3.24.0 #192

Merged
merged 1 commit into from
Mar 31, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gradio 3.23.0 -> 3.24.0 age adoption passing confidence

Release Notes

gradio-app/gradio

v3.24.0

Compare Source

New Features:

  • Trigger the release event when Slider number input is released or unfocused by @​freddyaboulton in PR 3589

  • Created Theme Builder, which allows users to create themes without writing any code, by @​aliabid94 in PR 3664. Launch by:

    import gradio as gr
    gr.themes.builder()

    Theme Builder

  • The Dropdown component now has a allow_custom_value parameter that lets users type in custom values not in the original list of choices.

  • The Colorpicker component now has a .blur() event

Added a download button for videos! 📥

download_video

By @​freddyaboulton in PR 3581.

Bug Fixes:

Documentation Changes:

Testing and Infrastructure Changes:

  • Removed heavily-mocked tests related to comet_ml, wandb, and mlflow as they added a significant amount of test dependencies that prevented installation of test dependencies on Windows environemnts. By @​abidlabs in PR 3608
  • Added Windows continuous integration, by @​space-nuko in PR 3628

Breaking Changes:

No changes to highlight.

Full Changelog:

Contributors Shoutout:

No changes to highlight.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 31, 2023
@codecov-commenter
Copy link

codecov-commenter commented Mar 31, 2023

Codecov Report

Merging #192 (d601447) into main (a655bf4) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main     #192   +/-   ##
=======================================
  Coverage   17.03%   17.03%           
=======================================
  Files          32       32           
  Lines        3517     3517           
  Branches      412      412           
=======================================
  Hits          599      599           
  Misses       2902     2902           
  Partials       16       16           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot merged commit 4e441cb into main Mar 31, 2023
@renovate renovate bot deleted the renovate/gradio-3.x-lockfile branch March 31, 2023 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant