diff --git a/backend-agent/pyproject.toml b/backend-agent/pyproject.toml index d787e69..55697b3 100644 --- a/backend-agent/pyproject.toml +++ b/backend-agent/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ 'unstructured==0.18.15', 'art==6.5', 'pandas==2.3.2', - 'ollama==0.5.4', + 'ollama==0.6.0', 'weasyprint==66.0', 'pyrit==0.9.0', 'codeattack @ git+https://github.com/marcorosa/CodeAttack',