Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps wandb from 0.19.9 to 0.22.3.

Release notes

Sourced from wandb's releases.

v0.22.3

What's Changed

Added

  • Settings console_chunk_max_seconds and console_chunk_max_bytes for size- and time-based multipart console logs file chunking (@​dmitryduev in wandb/wandb#10162)
  • Registry API query methods (Api.registries(), Registry.{collections,versions}(), Api.registries().{collections,versions}()) now accept a per_page keyword arg to override the default batch size for paginated results (@​tonyyli-wandb in wandb/wandb#10713).

Changed

Fixed

  • run.config now properly returns a dict when calling artifact.logged_by() in v0.22.1 (@​thanos-wandb in #10682)
  • wandb.Api(api_key=...) now prioritizes the explicitly provided API key over thread-local cached credentials (@​pingleiwandb in wandb/wandb#10657)
  • Fixed a rare deadlock in console_capture.py (@​timoffex in wandb/wandb#10683)
    • If you dump thread tracebacks during the deadlock and see the wandb-AsyncioManager-main thread stuck on a line in console_capture.py: this is now fixed.
  • Fixed an issue where TensorBoard sync would sometimes stop working if the tfevents files were being written live (@​timoffex in wandb/wandb#10625)
  • Artifact.manifest delays downloading and generating the download URL for the artifact manifest until it's first used. If the manifest has not been locally modified, Artifact.size and Artifact.digest can return without waiting to fetch the full manifest (@​tonyyli-wandb in wandb/wandb#10680)
  • Fixed uploading GCS folder references via artifact.add_reference (@​amusipatla-wandb in wandb/wandb#10679)
  • The SDK now correctly infers notebooks paths in Jupyter sessions, using th server's root directory, so code saving works in subdirectories (e.g. code/nested/.ipynb) (@​jacobromero in wandb/wandb#10709)

v0.22.2

What's Changed

Fixed

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

... (truncated)

Changelog

Sourced from wandb's changelog.

[0.22.3] - 2025-10-28

Added

  • Settings console_chunk_max_seconds and console_chunk_max_bytes for size- and time-based multipart console logs file chunking (@​dmitryduev in wandb/wandb#10162)
  • Registry API query methods (Api.registries(), Registry.{collections,versions}(), Api.registries().{collections,versions}()) now accept a per_page keyword arg to override the default batch size for paginated results (@​tonyyli-wandb in wandb/wandb#10713).

Changed

Fixed

  • run.config now properly returns a dict when calling artifact.logged_by() in v0.22.1 (@​thanos-wandb in #10682)
  • wandb.Api(api_key=...) now prioritizes the explicitly provided API key over thread-local cached credentials (@​pingleiwandb in wandb/wandb#10657)
  • Fixed a rare deadlock in console_capture.py (@​timoffex in wandb/wandb#10683)
    • If you dump thread tracebacks during the deadlock and see the wandb-AsyncioManager-main thread stuck on a line in console_capture.py: this is now fixed.
  • Fixed an issue where TensorBoard sync would sometimes stop working if the tfevents files were being written live (@​timoffex in wandb/wandb#10625)
  • Artifact.manifest delays downloading and generating the download URL for the artifact manifest until it's first used. If the manifest has not been locally modified, Artifact.size and Artifact.digest can return without waiting to fetch the full manifest (@​tonyyli-wandb in wandb/wandb#10680)
  • Fixed uploading GCS folder references via artifact.add_reference (@​amusipatla-wandb in wandb/wandb#10679)
  • The SDK now correctly infers notebooks paths in Jupyter sessions, using th server's root directory, so code saving works in subdirectories (e.g. code/nested/.ipynb) (@​jacobromero in wandb/wandb#10709)

[0.22.2] - 2025-10-07

Fixed

[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

... (truncated)

Commits
  • 257361f Bump version and update CHANGELOG for release 0.22.3
  • 90caa41 refactor(artifacts): decouple transport-free ArtifactCollection attributes in...
  • a7598bd fix: wandb_settings not properly inferring program path for jupyter notebooks...
  • 116fec6 chore: bump go version to 1.25.3 (#10781)
  • ebf5bb9 fix: allow merging nil runsummary.Updates (into non-nil value) (#10777)
  • 100f04a fix(artifacts): fix uploading gcs path ending in forward slash (#10679)
  • 4cf387f fix: race in FakeStopwatch testing utility (#10768)
  • 39c5c6e refactor(artifacts): make ArtifactWithoutAliases fragment unnecessary (#10616)
  • 15ba4c7 refactor(artifacts): decouple transport-free Registry attributes into Registr...
  • 320c611 fix: add nowait param to publish_output() for asyncio safety (#10728)
  • 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.9 to 0.22.3.
- [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.22.3)

---
updated-dependencies:
- dependency-name: wandb
  dependency-version: 0.22.3
  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:uv Pull requests that update python:uv code labels Nov 3, 2025
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.

1 participant