| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Outlines v1.3.0 source code.tar.gz | 2026-05-13 | 2.9 MB | |
| Outlines v1.3.0 source code.zip | 2026-05-13 | 3.0 MB | |
| README.md | 2026-05-13 | 944 Bytes | |
| Totals: 3 Items | 5.9 MB | 0 | |
What's Changed
- Fix error message for model type determination by @Reslan-Tinawi in https://github.com/dottxt-ai/outlines/pull/1862
- Implement uniform exceptions classes across model providers by @plpxsk in https://github.com/dottxt-ai/outlines/pull/1823
New Contributors
- @Reslan-Tinawi made their first contribution in https://github.com/dottxt-ai/outlines/pull/1862
- @plpxsk made their first contribution in https://github.com/dottxt-ai/outlines/pull/1823
Full Changelog: https://github.com/dottxt-ai/outlines/compare/1.2.13...1.3.0
Minor Breaking Change: API-based models (OpenAI, Anthropic...) are now raising standardized errors in case of API errors (outlines.exceptions). Make sure to update your code if you were catching specific exceptions from your provider. Information on Outlines standardized exceptions can be found here