- Make Anthropic compatible with new
ChatMessage
; fix prompt caching tests (#1252)
- Adopt uv as installer (#1142)
- Update ruff linting scripts and settings (#1105)
- Fix linting/isort (#1215)
- Add AnthropicVertexChatGenerator component (#1192)
- Docs: add AnthropicVertexChatGenerator to pydoc (#1221)
- Chore: use
text
instead ofcontent
forChatMessage
in Cohere and Anthropic (#1237)
- Add Anthropic prompt caching support, add example (#1006)
- Chore: Update Anthropic example, use ChatPromptBuilder properly (#978)
- Replace DynamicChatPromptBuilder with ChatPromptBuilder (#940)
- Change meta data fields (#911)
- Do not retry tests in
hatch run test
command (#954)
- Update ruff invocation to include check parameter (#853)
- Ci: install
pytest-rerunfailures
where needed; add retry config totest-cov
script (#845) - Add meta deprecration warning (#910)
- Update Anthropic/Cohere for tools use (#790)
- Update Anthropic default models, pydocs (#839)
- Retry tests to reduce flakyness (#836)
- Remove references to Python 3.7 (#601)
- Chore: add license classifiers (#680)
- Chore: change the pydoc renderer class (#718)
- Docs: add missing api references (#728)
- Docs: Replace amazon-bedrock with anthropic in readme (#584)
- Chore: Use the correct sonnet model name (#587)
- Add AnthropicGenerator and AnthropicChatGenerator (#573)