Skip to content

[air](deps): Bump wandb from 0.17.0 to 0.22.3 in /python/requirements/ml#107

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python/requirements/ml/wandb-0.22.3
Closed

[air](deps): Bump wandb from 0.17.0 to 0.22.3 in /python/requirements/ml#107
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python/requirements/ml/wandb-0.22.3

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps wandb from 0.17.0 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.17.0 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.17.0...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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Nov 11, 2025
@github-actions
Copy link
Copy Markdown

This pull request has been automatically marked as stale because it has not had
any activity for 14 days. It will be closed in another 14 days if no further activity occurs.
Thank you for your contributions.

You can always ask for help on our discussion forum or Ray's public slack channel.

If you'd like to keep this open, just leave any comment, and the stale label will be removed.

@github-actions github-actions bot added the stale label Nov 26, 2025
@github-actions
Copy link
Copy Markdown

This pull request has been automatically closed because there has been no more activity in the 14 days
since being marked stale.

Please feel free to reopen or open a new pull request if you'd still like this to be addressed.

Again, you can always ask for help on our discussion forum or Ray's public slack channel.

Thanks again for your contribution!

@github-actions github-actions bot closed this Dec 10, 2025
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Dec 10, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/python/requirements/ml/wandb-0.22.3 branch December 10, 2025 00:41
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 stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants