From c92d957586154561dd591bcb9fc42160fa099584 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Thu, 19 Mar 2026 10:37:32 -0700 Subject: [PATCH] python3Packages.wandb: relax protobuf dependency Supports protobuf 7. --- pkgs/development/python-modules/wandb/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/wandb/default.nix b/pkgs/development/python-modules/wandb/default.nix index efce4dd939c3..df12a0c3af7f 100644 --- a/pkgs/development/python-modules/wandb/default.nix +++ b/pkgs/development/python-modules/wandb/default.nix @@ -191,6 +191,11 @@ buildPythonPackage (finalAttrs: { hatchling ]; + # Protobuf 7 is not compatible with the current version of wandb + pythonRelaxDeps = [ + "protobuf" + ]; + dependencies = [ click gitpython