Skip to content

chore(deps): bump wandb from 0.25.0 to 0.27.0#73

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/wandb-0.27.0
Open

chore(deps): bump wandb from 0.25.0 to 0.27.0#73
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/wandb-0.27.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps wandb from 0.25.0 to 0.27.0.

Release notes

Sourced from wandb's releases.

v0.27.0

What's Changed

Notable Changes

This version drops support for Python 3.9 and Pydantic v1. Pydantic v2.6 or newer is now required.

Added

Changed

Removed

  • Pydantic v1 is no longer supported; pydantic >= 2.6 is required. The vendored wandb_orjson extension and its WANDB_DISABLE_ORJSON / WANDB_BUILD_SKIP_ORJSON environment variables removed (@​dmitryduev in wandb/wandb#11869)

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)

v0.26.0

What's Changed

Notable Changes

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

... (truncated)

Changelog

Sourced from wandb's changelog.

[0.27.0] - 2026-05-14

Notable Changes

This version drops support for Python 3.9 and Pydantic v1. Pydantic v2.6 or newer is now required.

Added

Changed

Removed

  • Pydantic v1 is no longer supported; pydantic >= 2.6 is required. The vendored wandb_orjson extension and its WANDB_DISABLE_ORJSON / WANDB_BUILD_SKIP_ORJSON environment variables removed (@​dmitryduev in wandb/wandb#11869)

[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

... (truncated)

Commits
  • bb9464d Bump version and update CHANGELOG for release 0.27.0
  • 7fae32c chore: clean up remnants of wandb_orjson (#11872)
  • 0091d44 refactor(sdk): replace vendored orjson with pydantic_core, drop pydantic v1 (...
  • 36d6da8 chore: add consistency tests for wandb.sdk.lib.json_util (#11871)
  • 5f0c9d6 fix(launch): ensure docker image for accelerator base image (#11857)
  • af6a44e fix(automations): RUN_STATE and other newer automation event/action types n...
  • df9117b feat(sdk): capture_loggers setting and run.write_logs() (#11702)
  • 35b8de3 fix(launch): address security vuln via override args (#11852)
  • bdf96ab chore: bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.0 in /experimenta...
  • a5dbfc9 chore(sandbox): modify API key header for targeted auth (#11815)
  • 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 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.25.0 to 0.27.0.
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.25.0...v0.27.0)

---
updated-dependencies:
- dependency-name: wandb
  dependency-version: 0.27.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 Pull requests that update python code labels May 18, 2026
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.

0 participants