From 0906dac841b41632fb61ae150de094e41463640c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:57:09 +0530 Subject: [PATCH] security(deps-dev): update instructor requirement (#629) 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/1.0.0...v1.15.3) --- updated-dependencies: - dependency-name: instructor dependency-version: 1.15.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75101294..47b08c27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ llm-anthropic = ["anthropic>=0.18.0"] llm-ollama = ["ollama>=0.1.0"] llm-deepseek = ["openai>=1.0.0"] llm-litellm = ["litellm>=1.83.9"] -llm-instructor = ["instructor>=1.0.0"] +llm-instructor = ["instructor>=1.15.3"] llm-all = [ "semantica[llm-openai,llm-groq,llm-gemini,llm-anthropic,llm-ollama,llm-deepseek,llm-litellm,llm-instructor]"