Unverified Commit 295f117d authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.instructor: relax rich constraint

parent a5c7029f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -45,6 +45,8 @@ buildPythonPackage rec {

  build-system = [ hatchling ];

  pythonRelaxDeps = [ "rich" ];

  dependencies = [
    aiohttp
    docstring-parser