From 353b353f6bab14ac58d1e1982f71133e10fd2875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:41:49 +0000 Subject: [PATCH] chore(deps): update instructor requirement from >=1.7.0 to >=1.15.1 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.7.0...v1.15.1) --- updated-dependencies: - dependency-name: instructor dependency-version: 1.15.1 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 e4a9037a..0d8caabc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "sqladmin>=0.20.0", "pydantic-settings>=2.6.0", "meilisearch>=0.33.0", - "instructor>=1.7.0", + "instructor>=1.15.1", "google-genai>=1.0.0", "pillow>=11.2.1", "python-multipart>=0.0.18",