Skip to content

chore(deps): update optuna requirement from >=3.0.0 to >=4.8.0 in /backend - #26

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/optuna-gte-4.8.0
Open

chore(deps): update optuna requirement from >=3.0.0 to >=4.8.0 in /backend#26
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/optuna-gte-4.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown

Updates the requirements on optuna to permit the latest version.

Release notes

Sourced from optuna's releases.

v4.8.0

This is the release note of v4.8.0.

Highlights

Support for Constant Liar Strategy to GPSampler

A constant liar strategy for efficient parallelization has been introduced to GPSampler by @​sawa3030. The figures (left: v4.7.0, right: v4.8.0) show that the overlap of search points has decreased, and a wider variety of solutions are being explored. The experiment uses n_jobs = 10 and n_trials = 100. Currently, this feature supports single-objective and unconstrained optimization. Further extensions are coming in v4.9.0.

v4.7.0 v4.8.0

SHAP-like beeswarm plot visualization

@​yasumorishima introduces the new visualization to OptunaHub. Please refer to https://hub.optuna.org/visualization/plot_beeswarm/ for details.

New Features

Enhancements

  • Validate artifact_id in FileSystemArtifactStore to prevent path traversal (#6432, thanks @​RinZ27!)
  • fix: correct inverted warning message in pareto front plot (#6498, thanks @​aerosta!)

Bug Fixes

Documentation

  • Add documentation indicating that WilcoxonPruner requires scipy (#6477)
  • Remove version & language selectors in the sidebar of docs (#6482)

Examples

Tests

... (truncated)

Commits
  • 689c62d Merge pull request #6509 from y0z/feature/bump-up-release480
  • 9e2e065 Bump up version
  • 54fe633 Merge pull request #6507 from sateeshkumarb/master
  • 8efb8b4 Move imports used for typecheck under TYPE_CHCKING
  • c0fcd2e Merge pull request #6506 from acabellom/fix-fstring-file
  • 087cc9d Replace .format() with f-strings in 002_configurations.py
  • 274f5b9 Merge pull request #6505 from not522/fix-multivariate-constant_liar
  • ce882f6 Revert "Merge pull request #6265 from not522/relative-use-cache"
  • f9e546d Merge pull request #6498 from aerosta/fix/pareto-front-warning-message
  • 535215b Merge pull request #6502 from nightcityblade/fix/issue-6029-patient-pruner
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [optuna](https://github.com/optuna/optuna) to permit the latest version.
- [Release notes](https://github.com/optuna/optuna/releases)
- [Commits](optuna/optuna@v3.0.0...v4.8.0)

---
updated-dependencies:
- dependency-name: optuna
  dependency-version: 4.8.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 Apr 27, 2026
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants