Skip to content

Update wandb requirement from <0.19.0,>=0.15.0 to >=0.15.0,<0.22.0 #574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Updates the requirements on wandb to permit the latest version.

Release notes

Sourced from wandb's releases.

v0.21.0

What's Changed

Notable Changes

This version removes the legacy implementation of the service process. This is a breaking change.

Added

  • Setting x_stats_track_process_tree to track process-specific metrics such as the RSS, CPU%, and thread count in use for the entire process tree, starting from x_stats_pid. This can be expensive and is disabled by default (@​dmitryduev in wandb/wandb#10089)
  • Notes are now returned to the client when resuming a run (@​kptkin in wandb/wandb#9739)
  • Added support for creating custom Vega chart presets through the API. Users can now define and upload custom chart specifications that can be then reused across runs with wandb.plot_table() (@​thanos-wandb in wandb/wandb#9931)

Changed

Removed

  • Removed the legacy python implementation of the service process. The legacy-service option of wandb.require as well as the x_require_legacy_service and x_disable_setproctitle settings with the corresponding environment variables have been removed and will now raise an error if used (@​dmitryduev in wandb/wandb#9965)

  • Removed the private wandb.Run._metadata attribute. To override the auto-detected CPU and GPU counts as well as the GPU type, please use the new settings x_stats_{cpu_count,cpu_logical_count,gpu_count,gpu_type} (@​dmitryduev in wandb/wandb#9984)

Fixed

Changelog

Sourced from wandb's changelog.

[0.21.0] - 2025-07-01

Notable Changes

This version removes the legacy implementation of the service process. This is a breaking change.

Added

  • Setting x_stats_track_process_tree to track process-specific metrics such as the RSS, CPU%, and thread count in use for the entire process tree, starting from x_stats_pid. This can be expensive and is disabled by default (@​dmitryduev in wandb/wandb#10089)
  • Notes are now returned to the client when resuming a run (@​kptkin in wandb/wandb#9739)
  • Added support for creating custom Vega chart presets through the API. Users can now define and upload custom chart specifications that can be then reused across runs with wandb.plot_table() (@​thanos-wandb in wandb/wandb#9931)

Changed

Removed

  • Removed the legacy python implementation of the service process. The legacy-service option of wandb.require as well as the x_require_legacy_service and x_disable_setproctitle settings with the corresponding environment variables have been removed and will now raise an error if used (@​dmitryduev in wandb/wandb#9965)

  • Removed the private wandb.Run._metadata attribute. To override the auto-detected CPU and GPU counts as well as the GPU type, please use the new settings x_stats_{cpu_count,cpu_logical_count,gpu_count,gpu_type} (@​dmitryduev in wandb/wandb#9984)

Fixed

[0.20.1] - 2025-06-04

Fixed

[0.20.0] - 2025-06-03

  • wandb.Table: Added new constructor param, log_mode, with options "IMMUTABLE" and "MUTABLE". IMMUTABLE log mode (default) is existing behavior that only allows a table to be logged once. MUTABLE log mode allows the table to be logged again if it has been mutated. (@​domphan-wandb in wandb/wandb#9758)
  • wandb.Table: Added a new log_mode, "INCREMENTAL", which logs newly added table data incrementally. (@​domphan-wandb in wandb/wandb#9810)

Notable Changes

This version removes the ability to disable the service process. This is a breaking change.

Added

... (truncated)

Commits
  • f1e324a Bump version and update CHANGELOG for release 0.21.0
  • daf2487 chore: clean up gpu_stats code and fix an issue on windows (#10110)
  • 99a0634 chore: fix changelog typo (#10111)
  • bd53905 docs(sdk): lazydocs format wandb.plot namespace (#9889)
  • 554caa7 docs(sdk): lazydocs automations init.pyi (#10088)
  • 36d0e93 docs(sdk): lazydocs adds exclude comments in pyi files (#9218)
  • f845606 chore: bump github.com/shirou/gopsutil/v4 from 4.25.5 to 4.25.6 in /core (#10...
  • 13b5a13 chore: unix domain socket support for wandb-core/gpu_stats gRPC communication...
  • 1a4979c docs(sdk): lazydocs ignore certain Settings (#10055)
  • d24a530 fix: relax tag type to allow any sequence (#9742)
  • Additional commits viewable in compare view

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)

📚 Documentation preview 📚: https://pytorch-tabular--574.org.readthedocs.build/en/574/

Updates the requirements on [wandb](https://github.com/wandb/wandb) to permit the latest version.
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.15.0...v0.21.0)

---
updated-dependencies:
- dependency-name: wandb
  dependency-version: 0.21.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot requested a review from manujosephv August 1, 2025 11:43
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2025
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Aug 1, 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 size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants