| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-31 | 990 Bytes | |
| v2.7.5 source code.tar.gz | 2026-03-31 | 9.1 MB | |
| v2.7.5 source code.zip | 2026-03-31 | 9.3 MB | |
| Totals: 3 Items | 18.3 MB | 0 | |
What's Changed
Dependency Updates
- Update
instructorfrom1.13.0to1.14.5(#225, [#226]) - Fix deprecated import paths (
instructor.client.*→instructor.core.client.*,instructor.multimodal→instructor.processing.multimodal) - Use instructor extras for provider SDKs (
instructor[anthropic],instructor[groq],instructor[google-genai]) instead of separate package installs
Documentation
- Updated installation docs (README, FAQ, cookbook) to recommend instructor extras for provider setup
- Removed unused provider dependencies from examples (basic-multimodal, quickstart)
No Breaking Changes
- The public API is unchanged — no user code changes needed
- OpenAI is included by default with instructor
- Other providers are available via extras:
pip install instructor[anthropic],pip install instructor[groq],pip install instructor[google-genai]
Full Changelog: https://github.com/BrainBlend-AI/atomic-agents/compare/v2.7.4...v2.7.5