Fix missing anthropic import (#459)

This commit is contained in:
cybermaggedon 2025-08-19 21:25:15 +01:00 committed by GitHub
parent 244da4aec1
commit 1adcbc3a3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,7 @@ dependencies = [
"pulsar-client",
"google-cloud-aiplatform",
"prometheus-client",
"anthropic",
]
classifiers = [
"Programming Language :: Python :: 3",