Skip to content

fix: add anthropic to dev dependencies#10

Open
JoeCardoso13 wants to merge 1 commit intomainfrom
fix/add-anthropic-dev-dep
Open

fix: add anthropic to dev dependencies#10
JoeCardoso13 wants to merge 1 commit intomainfrom
fix/add-anthropic-dev-dep

Conversation

@JoeCardoso13
Copy link
Contributor

Summary

  • Add anthropic>=0.40.0 to [dependency-groups] dev in pyproject.toml
  • Fixes ModuleNotFoundError when running make test-llm

Closes #9

tests-integration/test_skill_llm.py imports anthropic but it was
missing from the dev dependency group, causing ModuleNotFoundError.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add anthropic to dev dependencies for LLM smoke tests

1 participant