python3Packages.instructor: 1.11.3 -> 1.14.4

https://github.com/jxnl/instructor/releases/tag/v1.14.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:20 +01:00
parent 91321c4cd0
commit 0ed6f504d7
@@ -33,14 +33,14 @@
buildPythonPackage rec {
pname = "instructor";
version = "1.11.3";
version = "1.14.4";
pyproject = true;
src = fetchFromGitHub {
owner = "jxnl";
repo = "instructor";
tag = "v${version}";
hash = "sha256-VWFrMgfe92bHUK1hueqJLHQ7G7ATCgK7wXr+eqrVWcw=";
hash = "sha256-6NYS6nY9phIY9fWEp0X3fC90uFedaot2xzZynzGnZSE=";
};
build-system = [ hatchling ];