diff --git a/notebooks/remote_functions/remote_function_vertex_claude_model.ipynb b/notebooks/remote_functions/remote_function_vertex_claude_model.ipynb index a5769a2285..b6c9029a01 100644 --- a/notebooks/remote_functions/remote_function_vertex_claude_model.ipynb +++ b/notebooks/remote_functions/remote_function_vertex_claude_model.ipynb @@ -264,7 +264,8 @@ } ], "source": [ - "@bpd.remote_function(packages=[\"anthropic[vertex]\"], max_batching_rows=1, \n", + "@bpd.remote_function(packages=[\"anthropic[vertex]\", \"google-auth[requests]\"],\n", + " max_batching_rows=1, \n", " bigquery_connection=\"bigframes-dev.us-east5.bigframes-rf-conn\") # replace with your connection\n", "def anthropic_transformer(message: str) -> str:\n", " from anthropic import AnthropicVertex\n",