Skip to content

Bump wandb from 0.19.9 to 0.24.2#49

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/wandb-0.24.2
Open

Bump wandb from 0.19.9 to 0.24.2#49
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/wandb-0.24.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps wandb from 0.19.9 to 0.24.2.

Release notes

Sourced from wandb's releases.

v0.24.2

What's Changed

Added

Fixed

v0.24.1

What's Changed

Notable Changes

Runs created with wandb==0.24.0 may fail to upload some data, which this release fixes. Missing data is stored in the run's .wandb file and can be reuploaded with wandb sync.

Added

Changed

  • When a settings file (such as ./wandb/settings or ~/.config/wandb/settings) contains an invalid setting, all settings files are ignored and an error is printed (@​timoffex in wandb/wandb#11207)

Fixed

  • After wandb login --host <invalid-url>, using wandb login --host <valid-url> works as usual (@​timoffex in wandb/wandb#11207)
    • Regression introduced in 0.24.0
  • wandb beta sync correctly loads credentials (@​timoffex in wandb/wandb#11231)
    • Regression introduced in 0.24.0
    • Caused wandb beta sync to get stuck on Syncing...
  • Fixed occasional unuploaded data in 0.24.0 (@​timoffex in wandb/wandb#11249)
    • All data is stored in the run's .wandb file and can be reuploaded with wandb sync

v0.24.0

What's Changed

Notable Changes

This version removes the legacy, deprecated wandb.beta.workflows module, including its log_model()/use_model()/link_model() functions. This is formally a breaking change.

Added

  • wandb agent and wandb.agent() now accept a forward_signals flag (CLI: --forward-signals/-f) to relay SIGINT/SIGTERM and other catchable signals from the agent to its sweep child runs, enabling cleaner shutdowns when you interrupt an agent process (@​kylegoyette, @​domphan-wandb in wandb/wandb#9651)
  • wandb beta sync now supports a --live option for syncing a run while it's being logged (@​timoffex in wandb/wandb#11079)

... (truncated)

Changelog

Sourced from wandb's changelog.

[0.24.2] - 2026-02-04

Added

Fixed

[0.24.1] - 2026-01-29

Notable Changes

Runs created with wandb==0.24.0 may fail to upload some data, which this release fixes. Missing data is stored in the run's .wandb file and can be reuploaded with wandb sync.

Added

Changed

  • When a settings file (such as ./wandb/settings or ~/.config/wandb/settings) contains an invalid setting, all settings files are ignored and an error is printed (@​timoffex in wandb/wandb#11207)

Fixed

  • After wandb login --host <invalid-url>, using wandb login --host <valid-url> works as usual (@​timoffex in wandb/wandb#11207)
    • Regression introduced in 0.24.0
  • wandb beta sync correctly loads credentials (@​timoffex in wandb/wandb#11231)
    • Regression introduced in 0.24.0
    • Caused wandb beta sync to get stuck on Syncing...
  • Fixed occasional unuploaded data in 0.24.0 (@​timoffex in wandb/wandb#11249)
    • All data is stored in the run's .wandb file and can be reuploaded with wandb sync

[0.24.0] - 2026-01-13

Notable Changes

This version removes the legacy, deprecated wandb.beta.workflows module, including its log_model()/use_model()/link_model() functions. This is formally a breaking change.

Added

  • wandb agent and wandb.agent() now accept a forward_signals flag (CLI: --forward-signals/-f) to relay SIGINT/SIGTERM and other catchable signals from the agent to its sweep child runs, enabling cleaner shutdowns when you interrupt an agent process (@​kylegoyette, @​domphan-wandb in wandb/wandb#9651)
  • wandb beta sync now supports a --live option for syncing a run while it's being logged (@​timoffex in wandb/wandb#11079)

Removed

  • Removed the deprecated wandb.beta.workflows module, including its log_model(), use_model(), and link_model() functions, and whose modern successors are the Run.log_artifact, Run.use_artifact, and Run.link_artifact methods, respectively (@​tonyyli-wandb in [TODO: PR link])

Fixed

... (truncated)

Commits
  • 87b0e59 Bump version and update CHANGELOG for release 0.24.2
  • 4608a60 feat(sdk): support JWT-based auth in sdk (#11243)
  • 2cb0f80 sdk(docs): update public Run.create() description + misc docstring edits (#11...
  • 622f0aa fix(artifacts): fetch new presigned download url when expires (#11242)
  • d97f1b4 chore(leet): minor cleanup of watchermanager (#11266)
  • 8fa7ad5 chore: bump bytes from 1.10.1 to 1.11.1 in /gpu_stats (#11265)
  • 380a656 chore(automations): use valid url in system tests (#11264)
  • 9dc24d2 fix: rewrite Api._parse_path and handle invalid paths (#11248)
  • 1c609a9 chore: bump github.com/shirou/gopsutil/v4 from 4.25.12 to 4.26.1 in /core (#1...
  • 4058cba chore(leet): improve X axis tick formatting in main charts (#11255)
  • 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)

Bumps [wandb](https://github.com/wandb/wandb) from 0.19.9 to 0.24.2.
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.19.9...v0.24.2)

---
updated-dependencies:
- dependency-name: wandb
  dependency-version: 0.24.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 9, 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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants