Skip to content

Commit fa9bc1d

Browse files
committed
python312Packages.instructor: mark broken with pydantic_1
1 parent 3b656ba commit fa9bc1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/development/python-modules/instructor/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ buildPythonPackage rec {
9191
];
9292

9393
meta = {
94+
broken = lib.versionOlder pydantic.version "2"; # ImportError: cannot import name 'TypeAdapter' from 'pydantic'
9495
description = "Structured outputs for llm";
9596
homepage = "https://github.com/jxnl/instructor";
9697
changelog = "https://github.com/jxnl/instructor/releases/tag/${lib.removePrefix "refs/tags/" src.rev}";

0 commit comments

Comments
 (0)