From ab8a075105ac375fd37bc5caa281ad8574be6c2c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 8 Jan 2026 01:39:18 +0100 Subject: [PATCH] python3Packages.weatherflow4py: relax marshmallow constraint --- pkgs/development/python-modules/weatherflow4py/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/weatherflow4py/default.nix b/pkgs/development/python-modules/weatherflow4py/default.nix index 7bb1530056fa..35e4e1883e86 100644 --- a/pkgs/development/python-modules/weatherflow4py/default.nix +++ b/pkgs/development/python-modules/weatherflow4py/default.nix @@ -36,6 +36,8 @@ buildPythonPackage rec { websockets ]; + pythonRelaxDeps = [ "marshmallow" ]; + nativeCheckInputs = [ aioresponses pytest-asyncio