From 295f117d50caaac3d1b4c04650bc18eed09ca9bc Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 6 Apr 2025 17:11:27 +0200 Subject: [PATCH] python3Packages.instructor: relax rich constraint --- pkgs/development/python-modules/instructor/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/instructor/default.nix b/pkgs/development/python-modules/instructor/default.nix index 1375f0ff35e5..0b4a174f9ecc 100644 --- a/pkgs/development/python-modules/instructor/default.nix +++ b/pkgs/development/python-modules/instructor/default.nix @@ -45,6 +45,8 @@ buildPythonPackage rec { build-system = [ hatchling ]; + pythonRelaxDeps = [ "rich" ]; + dependencies = [ aiohttp docstring-parser