We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b656ba commit fa9bc1dCopy full SHA for fa9bc1d
pkgs/development/python-modules/instructor/default.nix
@@ -91,6 +91,7 @@ buildPythonPackage rec {
91
];
92
93
meta = {
94
+ broken = lib.versionOlder pydantic.version "2"; # ImportError: cannot import name 'TypeAdapter' from 'pydantic'
95
description = "Structured outputs for llm";
96
homepage = "https://github.com/jxnl/instructor";
97
changelog = "https://github.com/jxnl/instructor/releases/tag/${lib.removePrefix "refs/tags/" src.rev}";
0 commit comments