From 4a29fafecb01a55af641374869fb86049b4edf66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:45:01 +0000 Subject: [PATCH] chore(deps): update instructor requirement from >=1.14.5 to >=1.15.4 Updates the requirements on [instructor](https://github.com/instructor-ai/instructor) to permit the latest version. - [Release notes](https://github.com/instructor-ai/instructor/releases) - [Changelog](https://github.com/567-labs/instructor/blob/main/CHANGELOG.md) - [Commits](https://github.com/instructor-ai/instructor/compare/v1.14.5...v1.15.4) --- updated-dependencies: - dependency-name: instructor dependency-version: 1.15.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72c6dc4..162a8d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "atomic-agents>=2.0.0", # Imported directly by hate_crack/llm.py; declared explicitly rather than # relying on atomic-agents pulling them in transitively. - "instructor>=1.14.5", + "instructor>=1.15.4", "openai>=2.48.0", "pydantic>=2.13.4", ]