autolabel
autolabel copied to clipboard
[Bug]: Anthropic LLM tests fail with newer langchain version
Describe the bug Newer langchain version == 0.0.235 requires anthropic version >= 0.3. 0.3 is a major rewrite from anthropic which no longer provides a tokenizer. Supporting the newer langchain version requires updating anthropicLLM.
To Reproduce pip install langchain --upgrade make test
Expected behavior The tests will fail because older anthropic version is no longer supported.