Commit 797fd7184407

Vincent Demeester <vincent@sbr.pm>
2026-01-14 13:35:05
fix(xmpp-research-bot): add google-auth dependency for Vertex AI
The bot was failing with: RuntimeError: Could not import google.auth, you need to install the SDK with `pip install anthropic[vertex]` Added google-auth to the Python environment dependencies. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 316a084
Changed files (1)
modules
xmpp-research-bot
modules/xmpp-research-bot/default.nix
@@ -11,6 +11,7 @@ let
     ps: with ps; [
       slixmpp
       anthropic
+      google-auth
     ]
   );