| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.13.0 source code.tar.gz | 2026-03-23 | 671.0 kB | |
| 1.13.0 source code.zip | 2026-03-23 | 848.0 kB | |
| README.md | 2026-03-23 | 1.2 kB | |
| Totals: 3 Items | 1.5 MB | 0 | |
Summary
As of 1.13.0, the anthropic sdk now ships as a required dependency, similar to how openai sdk is a required dependency. The two packages share nearly identical dependency trees so this should have minimal impact on your package sizes: the big benefit is that now the messages API of any-llm uses re-exported anthropic types, meaning that you'll now be able to easily leverage anthropic message api capabilities like prompt caching. Enjoy!
What's Changed
- refactor(gateway): extract duplicated patterns into shared helpers by @njbrake in https://github.com/mozilla-ai/any-llm/pull/954
- feat(gateway): add Prometheus metrics endpoint by @njbrake in https://github.com/mozilla-ai/any-llm/pull/955
- chore(deps): bump h3 from 1.15.5 to 1.15.8 in /docs by @dependabot[bot] in https://github.com/mozilla-ai/any-llm/pull/956
- feat(messages): re-export Anthropic SDK types and enable prompt caching by @njbrake in https://github.com/mozilla-ai/any-llm/pull/958
- chore(deps): bump h3 from 1.15.8 to 1.15.9 in /docs by @dependabot[bot] in https://github.com/mozilla-ai/any-llm/pull/957
Full Changelog: https://github.com/mozilla-ai/any-llm/compare/1.12.1...1.13.0