From 1adcbc3a3a4966bdb76712aaa8a23c05856a1ae0 Mon Sep 17 00:00:00 2001 From: cybermaggedon Date: Tue, 19 Aug 2025 21:25:15 +0100 Subject: [PATCH] Fix missing anthropic import (#459) --- trustgraph-vertexai/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/trustgraph-vertexai/pyproject.toml b/trustgraph-vertexai/pyproject.toml index 98a84de8..2444af9e 100644 --- a/trustgraph-vertexai/pyproject.toml +++ b/trustgraph-vertexai/pyproject.toml @@ -14,6 +14,7 @@ dependencies = [ "pulsar-client", "google-cloud-aiplatform", "prometheus-client", + "anthropic", ] classifiers = [ "Programming Language :: Python :: 3",