Change8

Migrating to Weights & Biases v0.25.0

Version v0.25.0 introduces 1 breaking change. This guide details how to update your code.

Released: 2/13/2026

1
Breaking Changes
1
Migration Steps
3
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

wandb beta leetwandb beta leet configwandb.apis.public.Project

Breaking Changes

Issue #1

Support for Python 3.8 has been dropped. Users must upgrade to Python 3.9 or newer to continue using this version.

Migration Steps

  1. 1
    Ensure your environment uses Python 3.9 or newer, as Python 3.8 is no longer supported.

Release Summary

This release drops support for Python 3.8 and introduces new features for the W&B LEET TUI, including multi-run workspace and config editing, alongside several critical bug fixes.

Need More Details?

View the full release notes and all changes for Weights & Biases v0.25.0.

View Full Changelog