Skip to content

Update wandb requirement from >=0.17.5 to >=0.26.1 - #8

Merged
mahynski merged 1 commit into
mainfrom
dependabot/pip/wandb-gte-0.26.1
May 3, 2026
Merged

Update wandb requirement from >=0.17.5 to >=0.26.1#8
mahynski merged 1 commit into
mainfrom
dependabot/pip/wandb-gte-0.26.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 3, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on wandb to permit the latest version.

Release notes

Sourced from wandb's releases.

v0.26.1

What's Changed

Added

  • Api methods returning artifacts, registries, automations, and related paginators now accept an optional start argument to resume iteration from a saved cursor (@​tonyyli-wandb in wandb/wandb#11651)
  • The stop_fn setting to customize how a run is stopped (@​timoffex in wandb/wandb#11773)
    • Allows overriding the default of sending a SIGINT to the Python process

Changed

  • Unified keyboard navigation in W&B LEET TUI (wandb beta leet command): wasd and arrow keys are now interchangeable within each focused pane (chart focus in grids, item/page nav in lists), and Home/End/PgUp/PgDn work universally; the media pane retains its deliberate split where arrows scrub and wasd selects tiles (@​dmitryduev in wandb/wandb#11756)

Fixed

  • Made wandb.init(id=run_id, reinit="create_new") raise an error when another run in the same script with the same run_id is still running (@​timoffex in wandb/wandb#11759)
  • wandb.Api no longer raises an error for some api operations when offline mode is enabled via the WANDB_MODE environment variable or the mode setting. (@​jacobromero in wandb/wandb#11762)
Changelog

Sourced from wandb's changelog.

[0.26.1] - 2026-04-23

Added

  • Api methods returning artifacts, registries, automations, and related paginators now accept an optional start argument to resume iteration from a saved cursor (@​tonyyli-wandb in wandb/wandb#11651)
  • The stop_fn setting to customize how a run is stopped (@​timoffex in wandb/wandb#11773)
    • Allows overriding the default of sending a SIGINT to the Python process

Changed

  • Unified keyboard navigation in W&B LEET TUI (wandb beta leet command): wasd and arrow keys are now interchangeable within each focused pane (chart focus in grids, item/page nav in lists), and Home/End/PgUp/PgDn work universally; the media pane retains its deliberate split where arrows scrub and wasd selects tiles (@​dmitryduev in wandb/wandb#11756)

Fixed

  • Made wandb.init(id=run_id, reinit="create_new") raise an error when another run in the same script with the same run_id is still running (@​timoffex in wandb/wandb#11759)
  • wandb.Api no longer raises an error for some api operations when offline mode is enabled via the WANDB_MODE environment variable or the mode setting. (@​jacobromero in wandb/wandb#11762)

[0.26.0] - 2026-04-13

Notable Changes

This version drops compatibility with server versions older than 0.63.0 (for Dedicated Cloud and Self-Managed W&B deployments).

Added

  • wandb beta core start|stop commands to run a detached wandb-core service and reuse it across multiple processes via the WANDB_SERVICE env var (@​dmitryduev in wandb/wandb#11418)
  • Run filtering by metadata in multi-run workspace mode in W&B LEET TUI (wandb beta leet command, activate with f) (@​dmitryduev in wandb/wandb#11497 and wandb/wandb#11534)
  • Run overview displays tags and notes in W&B LEET TUI (wandb beta leet command) (@​dmitryduev in wandb/wandb#11523)
  • Per-chart log-scale (Y-axis) support in W&B LEET TUI (wandb beta leet command, toggle on a selected chart with y) (@​dmitryduev in wandb/wandb#11537)
  • Standalone system monitor mode in W&B LEET TUI (wandb beta leet symon command) (@​dmitryduev in wandb/wandb#11559)
  • Bucketed heatmap chart mode for system metrics expressed as percentages (e.g. GPU utilization) in W&B LEET TUI (wandb beta leet command, cycle chart mode on a selected chart with y) (@​dmitryduev in wandb/wandb#11568 and wandb/wandb#11607)
  • Colorblind-friendly dusk-shore (gradient) and clear-signal (cycle) color schemes in W&B LEET TUI (wandb beta leet command, configure with wandb beta leet config) (@​dmitryduev in wandb/wandb#11577)
  • disable_git_fork_point to prevent calculating git diff patch files closest ancestor commit when no upstream branch is set (@​jacobromero in wandb/wandb#10132)
  • Media pane for displaying wandb.Image data as ANSI thumbnails in W&B LEET TUI (wandb beta leet command), with grid layout, X-axis scrubbing, fullscreen mode, and keyboard/mouse navigation (@​dmitryduev in wandb/wandb#11630)
  • Kubeflow Pipelines v2 (kfp>=2.0.0) support for the @wandb_log decorator (@​ayulockin in wandb/wandb#11423)
  • allow_media_symlink setting to symlink or hardlink media files to the run directory instead of copying, improving logging performance and reducing disk usage (@​jacobromero in wandb/wandb#11544)
  • run.pin_config_keys(keys) to programmatically pin specific config keys for display in a References section on the Run Overview page (@​acasey-wandb in wandb/wandb#11639)
  • Direct TPU metric collection via libtpu.so FFI, capturing tensorcore_util (SDK-only, unavailable via gRPC), duty_cycle_pct, hbm_capacity_total, hbm_capacity_usage, and latency distributions (@​dmitryduev in wandb/wandb#11528)
  • NVML GPM (GPU Performance Monitoring) profiling metrics for Hopper+ GPUs (H100 and newer), providing SM utilization, tensor/FP pipeline activity, DRAM bandwidth, and PCIe/NVLink throughput without requiring the DCGM daemon (@​dmitryduev in wandb/wandb#11622)
  • .runs() on the Agent class to query run status for a given sweep agent (@​kmikowicz-wandb in wandb/wandb#11558)
  • .agent() and .agents() on the Sweep class to query active agents for a given sweep (@​kmikowicz-wandb in wandb/wandb#11558)

Changed

Fixed

... (truncated)

Commits
  • 59b1b3b Bump version and update CHANGELOG for release 0.26.1
  • 788020e chore: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.99.1 to 1.100.0 in...
  • 57f86cd feat(leet): unify wasd/arrow navigation across panes (#11756)
  • b81824a chore: bump rustls-webpki from 0.103.10 to 0.103.13 in /xpu (#11768)
  • e94410b feat: stop_fn setting (#11773)
  • 2067cd6 chore: use invalid default base url in tests (#11775)
  • ff67f28 fix: accept any protobuf runtime in each supported major (#11770)
  • a0ec229 chore: bump github.com/go-git/go-git/v5 from 5.17.1 to 5.18.0 in /experimenta...
  • 1d5d157 chore: bump rustls-webpki from 0.103.11 to 0.103.13 in /parquet-rust-wrapper ...
  • fab1797 chore: bump github.com/getsentry/sentry-go from 0.45.1 to 0.46.0 in /core (#1...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 3, 2026
@dependabot
dependabot Bot requested a review from mahynski as a code owner May 3, 2026 02:01
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/wandb-gte-0.26.1 branch from fa46228 to 3d424a0 Compare May 3, 2026 02:34
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.17.5...v0.26.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/wandb-gte-0.26.1 branch from 3d424a0 to 7bcfbf9 Compare May 3, 2026 11:22
@mahynski
mahynski merged commit 1e60bf0 into main May 3, 2026
6 of 7 checks passed
@mahynski
mahynski deleted the dependabot/pip/wandb-gte-0.26.1 branch May 3, 2026 11:25
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