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", ]