Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.10.0 source code.tar.gz | 2025-07-18 | 69.4 MB | |
1.10.0 source code.zip | 2025-07-18 | 69.8 MB | |
README.md | 2025-07-18 | 2.9 kB | |
Totals: 3 Items | 139.2 MB | 3 |
What's Changed
- Update integrations to from_provider API by @jxnl in https://github.com/567-labs/instructor/pull/1668
- feat: Add native caching support with AutoCache and RedisCache adapters by @jxnl in https://github.com/567-labs/instructor/pull/1674
- feat: Enhance GitHub Actions workflow for testing by @jxnl in https://github.com/567-labs/instructor/pull/1675
- Deprecate google-generativeai in favor of google-genai by @jxnl in https://github.com/567-labs/instructor/pull/1673
- Fix batch request parsing by @jxnl in https://github.com/567-labs/instructor/pull/1677
- Enhance batch API with multi-provider support and improved CLI by @jxnl in https://github.com/567-labs/instructor/pull/1678
- split off dev dependencies by @hwong557 in https://github.com/567-labs/instructor/pull/1685
- Add Claude Code GitHub Workflow by @jxnl in https://github.com/567-labs/instructor/pull/1688
- fix(genai): handle response_model=None for GenAI modes by @jxnl in https://github.com/567-labs/instructor/pull/1694
- fix: correct is_simple_type logic for list types with BaseModel contents by @jxnl in https://github.com/567-labs/instructor/pull/1698
- fix(genai): add automatic Partial wrapping for streaming requests by @jxnl in https://github.com/567-labs/instructor/pull/1695
- fix(bedrock): add Bedrock-native format conversion to OpenAI format by @jxnl in https://github.com/567-labs/instructor/pull/1696
- fix(tests): improve prompt for UserExtract in gemini stream test by @jxnl in https://github.com/567-labs/instructor/pull/1700
- feat(bedrock): improve documentation and auto client support by @jxnl in https://github.com/567-labs/instructor/pull/1686
- chore(ci): run docs test monthly by @jxnl in https://github.com/567-labs/instructor/pull/1699
- Enhance logging and docs by @jxnl in https://github.com/567-labs/instructor/pull/1702
- chore: remove .vscode/settings.json from tracking by @jxnl in https://github.com/567-labs/instructor/pull/1705
- fix(genai): forward thinking_config parameter to Gemini models by @jxnl in https://github.com/567-labs/instructor/pull/1704
- Fix/decimal support genai by @jxnl in https://github.com/567-labs/instructor/pull/1712
- docs: update provider syntax by @jxnl in https://github.com/567-labs/instructor/pull/1713
- feat(provider): add deepseek support by @NasonZ in https://github.com/567-labs/instructor/pull/1715
- feat(auto_client): add comprehensive api_key parameter support for all providers by @johnwlockwood in https://github.com/567-labs/instructor/pull/1717
- Add Anthropic parallel tool support by @jxnl in https://github.com/567-labs/instructor/pull/1719
New Contributors
- @hwong557 made their first contribution in https://github.com/567-labs/instructor/pull/1685
- @johnwlockwood made their first contribution in https://github.com/567-labs/instructor/pull/1717
Full Changelog: https://github.com/567-labs/instructor/compare/1.9.2...1.10.0