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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-28 18:45:01 +00:00
committed by GitHub
parent 8d33f1d528
commit 4a29fafecb
+1 -1
View File
@@ -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",
]