Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps wandb from 0.10.27 to 0.24.1.

Release notes

Sourced from wandb's releases.

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)

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)

Changelog

Sourced from wandb's changelog.

[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

[0.23.1] - 2025-12-03

... (truncated)

Commits
  • bca7b0c Bump version and update CHANGELOG for release 0.24.1
  • 550590d fix: unuploaded data due to broken flow control (#11249)
  • 7ee0420 feat: ctrl+c during wandb beta sync cancels it somewhat (#11205)
  • f8a4773 chore: bump google.golang.org/api from 0.262.0 to 0.263.0 in /core (#11239)
  • 4c15057 refactor: cancellation for ServerRequests (#11229)
  • d0ab19f chore: bump github.com/getsentry/sentry-go from 0.41.0 to 0.42.0 in /core (#1...
  • 22c40f3 feat: add download_history_export on api.run (#11094)
  • 7ce54a6 feat(sdk): add update_state() method to Run class (#11223)
  • 89d94d4 chore: fix test_public_api_uses_api_key (#11240)
  • ce47bdb fix(sdk): respect the base_url in run.settings (#11228)
  • 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 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 <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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 1, 2026
Bumps [wandb](https://github.com/wandb/wandb) from 0.10.27 to 0.24.1.
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.10.27...v0.24.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 1, 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