Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps wandb from 0.19.3 to 0.22.1.

Release notes

Sourced from wandb's releases.

v0.22.1

What's Changed

Added

  • Optimize artifacts downloads re-verification with checksum caching (@​thanos-wandb in wandb/wandb#10157)
  • Lazy loading support for Api().runs() to improve performance when listing runs. The new lazy=True parameter (default) loads only essential metadata initially, with automatic on-demand loading of heavy fields like config and summary when accessed (@​thanos-wandb in wandb/wandb#10034)
  • Add storage_region option when creating artifacts. Users can use CoreWeave AI Object Storage by specifying wandb.Artifact(storage_region="coreweave-us") when using wandb.ai for faster artifact upload/download on CoreWeave's infrastructure. (@​pingleiwandb in wandb/wandb#10533)

Fixed

  • Api.artifact_exists() and Api.artifact_collection_exists() now raise on encountering timeout errors, rather than (potentially erroneously) returning False. (@​tonyyli-wandb in wandb/wandb#10591)

v0.22.0

What's Changed

Notable Changes

This version removes support of MacOS 10.

Removed

Fixed

  • Resuming a run with a different active run will now raise an error unless you call run.finish() first, or call wandb.init() with the parameter reinit='create_new' (@​jacobromero in wandb/wandb#10468)
  • Fix Api().runs() for wandb server < 0.51.0 (when project.internalId was added to gql API) (@​kelu-wandb in wandb/wandb#10507)
  • Sweeps: command run scripts that import readline whether directly or indirectly (e.g. import torch on Python 3.13) should no longer deadlock (@​kelu-wandb in wandb/wandb#10489)

v0.21.4

What's Changed

Added

  • Add DSPy integration: track evaluation metrics over time, log predictions and program signature evolution to W&B Tables, and save DSPy programs as W&B Artifacts (complete program or state as JSON/PKL) (@​ayulockin in wandb/wandb#10327)

v0.21.3

What's Changed

Changed

Fixed

... (truncated)

Changelog

Sourced from wandb's changelog.

[0.22.1] - 2025-09-29

Added

  • Optimize artifacts downloads re-verification with checksum caching (@​thanos-wandb in wandb/wandb#10157)
  • Lazy loading support for Api().runs() to improve performance when listing runs. The new lazy=True parameter (default) loads only essential metadata initially, with automatic on-demand loading of heavy fields like config and summary when accessed (@​thanos-wandb in wandb/wandb#10034)
  • Add storage_region option when creating artifacts. Users can use CoreWeave AI Object Storage by specifying wandb.Artifact(storage_region="coreweave-us") when using wandb.ai for faster artifact upload/download on CoreWeave's infrastructure. (@​pingleiwandb in wandb/wandb#10533)

Fixed

  • Api.artifact_exists() and Api.artifact_collection_exists() now raise on encountering timeout errors, rather than (potentially erroneously) returning False. (@​tonyyli-wandb in wandb/wandb#10591)

[0.22.0] - 2025-09-18

Notable Changes

This version removes support of MacOS 10.

Removed

Fixed

  • Resuming a run with a different active run will now raise an error unless you call run.finish() first, or call wandb.init() with the parameter reinit='create_new' (@​jacobromero in wandb/wandb#10468)
  • Fix Api().runs() for wandb server < 0.51.0 (when project.internalId was added to gql API) (@​kelu-wandb in wandb/wandb#10507)
  • Sweeps: command run scripts that import readline whether directly or indirectly (e.g. import torch on Python 3.13) should no longer deadlock (@​kelu-wandb in wandb/wandb#10489)

[0.21.4] - 2025-09-11

Added

  • Add DSPy integration: track evaluation metrics over time, log predictions and program signature evolution to W&B Tables, and save DSPy programs as W&B Artifacts (complete program or state as JSON/PKL) (@​ayulockin in wandb/wandb#10327)

[0.21.3] - 2025-08-30

Changed

Fixed

  • The message "Changes to your wandb environment variables will be ignored" is no longer printed when nothing changed (@​timoffex in wandb/wandb#10420)

[0.21.2] - 2025-08-28

Notable Changes

This version raises errors that would previously have been suppressed during calls to Artifact.link() or Run.link_artifact(). While this prevents undetected failures in those methods, it is also a breaking change.

... (truncated)

Commits
  • ac850aa Bump version and update CHANGELOG for release 0.22.1
  • dd3f13c fix: filestream request truncation detection (#10599)
  • a7c767d chore: deflake flowcontrol_test.go (#10598)
  • a5a080a refactor: make FileStream.StreamUpdate() block when too much data is accumula...
  • 5dccb21 fix: don't print empty status lines when output device is not a terminal (#10...
  • 0984d39 fix(sdk): modernize type hints in wandb.apis.public.* modules (PEP 563/585/...
  • 3c13b5d feat: flow control (#10073)
  • 8306e88 refactor: initialize SettingsStatic with a dict instead of a proto (#10593)
  • ceab656 chore: transactionlogtest (#10524)
  • 0e08ea5 refactor: internal/transactionlog (#10508)
  • 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)

Bumps [wandb](https://github.com/wandb/wandb) from 0.19.3 to 0.22.1.
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.19.3...v0.22.1)

---
updated-dependencies:
- dependency-name: wandb
  dependency-version: 0.22.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 Sep 30, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 8, 2025

Superseded by #876.

@dependabot dependabot bot closed this Oct 8, 2025
@dependabot dependabot bot deleted the dependabot/pip/wandb-0.22.1 branch October 8, 2025 00:02
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.

1 participant