Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps wandb from 0.19.9 to 0.23.0.

Release notes

Sourced from wandb's releases.

v0.23.0

What's Changed

Added

Fixed

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

... (truncated)

Changelog

Sourced from wandb's changelog.

[0.23.0] - 2025-11-11

Added

Fixed

[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

... (truncated)

Commits
  • da47a67 Bump version and update CHANGELOG for release 0.23.0
  • e0a80fc fix: exit loading screen upon loading any renderable data in leet (#10858)
  • d8eb4b9 chore: bump github.com/aws/aws-sdk-go-v2/config from 1.31.17 to 1.31.18 in /c...
  • 3cf9a99 chore: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.13.0 to 1...
  • b7de682 fix: adaptive colors for light/dark mode support in leet (#10856)
  • 107f745 chore: bump golang.org/x/sync from 0.17.0 to 0.18.0 in /core (#10852)
  • a2cfe89 refactor(automations): rename/cleanup internal automation api types for consi...
  • 641bfec chore: allow registries/automations scopes in PR title check (#10855)
  • 9554e48 chore: increase test_terminput timeout (#10849)
  • 15d7bbc docs: update repo readme (#10844)
  • 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.23.0.
- [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.23.0)

---
updated-dependencies:
- dependency-name: wandb
  dependency-version: 0.23.0
  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 Nov 24, 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