Instructor

Latest version: v1.6.4

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 13

1.6.4

What's Changed
* docs: fix typo in multimodal by ivanleomk in https://github.com/instructor-ai/instructor/pull/1101
* fix: added requests as a dependency by ivanleomk in https://github.com/instructor-ai/instructor/pull/1102
* feat: add blog post and example for LLM-based reranker by jxnl in https://github.com/instructor-ai/instructor/pull/1115
* ci: add AI labeler workflow for issues and pull requests by jxnl in https://github.com/instructor-ai/instructor/pull/1126
* fix: typo changes by nawed2611 in https://github.com/instructor-ai/instructor/pull/1125
* gpt 3.5 turbo updated to gpt-40-mini since July 2024 it is recommende… by sahibpreetsingh12 in https://github.com/instructor-ai/instructor/pull/1122
* chore(deps): bump the poetry group across 1 directory with 18 updates by dependabot in https://github.com/instructor-ai/instructor/pull/1117
* doc(blog): added Burr link; fixed date and formatting by zilto in https://github.com/instructor-ai/instructor/pull/1099
* Fixing lint errors in concepts including hooks by ivanleomk in https://github.com/instructor-ai/instructor/pull/1088
* Fix spelling and grammar error by terrchen in https://github.com/instructor-ai/instructor/pull/1121
* Patching Anthropic System by ivanleomk in https://github.com/instructor-ai/instructor/pull/1130
* fix: updated scope of pytest fixture to be function based by ivanleomk in https://github.com/instructor-ai/instructor/pull/1131
* Fix AI Labeler YAML formatting by jlowin in https://github.com/instructor-ai/instructor/pull/1127
* fix: OpenAI prompt details and completion tokens details missing from total usage by ivanbelenky in https://github.com/instructor-ai/instructor/pull/1105
* fix: `max_retries` typing by jordyjwilliams in https://github.com/instructor-ai/instructor/pull/1135
* feat: Adding new blog post by ivanleomk in https://github.com/instructor-ai/instructor/pull/1162
* fix: use SandboxedEnvironment in templating by dylanjcastillo in https://github.com/instructor-ai/instructor/pull/1168
* feat: Add Gemini PDF example by ivanleomk in https://github.com/instructor-ai/instructor/pull/1163
* fix: fixed up tenacity link by ivanleomk in https://github.com/instructor-ai/instructor/pull/1173
* feat: added new mixin to modify partial parsing behaviour by ivanleomk in https://github.com/instructor-ai/instructor/pull/1152
* fix: removed use_async flag in cerebras client by ivanleomk in https://github.com/instructor-ai/instructor/pull/1179
* fix: bump jiter dep by ivanleomk in https://github.com/instructor-ai/instructor/pull/1180
* fix: bump 1.6.3 to 1.6.4 by ivanleomk in https://github.com/instructor-ai/instructor/pull/1181

New Contributors
* nawed2611 made their first contribution in https://github.com/instructor-ai/instructor/pull/1125
* sahibpreetsingh12 made their first contribution in https://github.com/instructor-ai/instructor/pull/1122
* dependabot made their first contribution in https://github.com/instructor-ai/instructor/pull/1117
* terrchen made their first contribution in https://github.com/instructor-ai/instructor/pull/1121
* jlowin made their first contribution in https://github.com/instructor-ai/instructor/pull/1127
* ivanbelenky made their first contribution in https://github.com/instructor-ai/instructor/pull/1105
* jordyjwilliams made their first contribution in https://github.com/instructor-ai/instructor/pull/1135
* dylanjcastillo made their first contribution in https://github.com/instructor-ai/instructor/pull/1168

**Full Changelog**: https://github.com/instructor-ai/instructor/compare/1.6.3...1.6.4

1.6.3

What's Changed
* docs: update example to use file_path arg; reflecting updated BatchJob.create_from_messages by goutham794 in https://github.com/instructor-ai/instructor/pull/1096
* blog: Youtube flashcards with Instructor + Burr by zilto in https://github.com/instructor-ai/instructor/pull/1094
* docs: update complexity_based.md by eltociear in https://github.com/instructor-ai/instructor/pull/1098
* feat: anthropic batching code by jxnl in https://github.com/instructor-ai/instructor/pull/1064
* Feat: Enhance multimodality by arcaputo3 in https://github.com/instructor-ai/instructor/pull/1070
* feat: add audio support with new `Audio` class and update documentation by jxnl in https://github.com/instructor-ai/instructor/pull/1095

New Contributors
* goutham794 made their first contribution in https://github.com/instructor-ai/instructor/pull/1096
* zilto made their first contribution in https://github.com/instructor-ai/instructor/pull/1094

**Full Changelog**: https://github.com/instructor-ai/instructor/compare/1.6.2...1.6.3

1.6.2

What's Changed
* fix: Added off and clear proeprty to Instructor base class by ivanleomk in https://github.com/instructor-ai/instructor/pull/1087
* Bumping version to 1.6.2 by ivanleomk in https://github.com/instructor-ai/instructor/pull/1090


**Full Changelog**: https://github.com/instructor-ai/instructor/compare/1.6.1...1.6.2

1.6.1

What's Changed
* Added Jinja2 as a dependency by ivanleomk in https://github.com/instructor-ai/instructor/pull/1084


**Full Changelog**: https://github.com/instructor-ai/instructor/compare/1.6.0...1.6.1

1.6.0

What's Changed
* Fix compatibility with custom dicts for multimodal message content by mjvdvlugt in https://github.com/instructor-ai/instructor/pull/1053
* Upgrade tenacity dependencity to include 9.0.0 by Cokral in https://github.com/instructor-ai/instructor/pull/1042
* Updating examples by ivanleomk in https://github.com/instructor-ai/instructor/pull/1049
* Adding support for getattrs so that we can access normal methods on wrapped clients by ivanleomk in https://github.com/instructor-ai/instructor/pull/1061
* fix: clean up cohere templating by jxnl in https://github.com/instructor-ai/instructor/pull/1030
* feat: implement hooks by jxnl in https://github.com/instructor-ai/instructor/pull/1065
* Disabling Prompting Tips by ivanleomk in https://github.com/instructor-ai/instructor/pull/1069
* fix: Refactor reasking logic by jxnl in https://github.com/instructor-ai/instructor/pull/1071
* fix: update gemini's `safety_settings` by alxpez in https://github.com/instructor-ai/instructor/pull/1057
* Fix examples by ivanleomk in https://github.com/instructor-ai/instructor/pull/1077
* Docs: Clean up failing example tests by ivanleomk in https://github.com/instructor-ai/instructor/pull/1079
* Add Fireworks Client by ivanleomk in https://github.com/instructor-ai/instructor/pull/1073

New Contributors
* mjvdvlugt made their first contribution in https://github.com/instructor-ai/instructor/pull/1053
* Cokral made their first contribution in https://github.com/instructor-ai/instructor/pull/1042
* alxpez made their first contribution in https://github.com/instructor-ai/instructor/pull/1057

**Full Changelog**: https://github.com/instructor-ai/instructor/compare/1.5.2...1.6.0

1.5.2

What's Changed
* Add github dependabot to keep dependencies updated by noxan in https://github.com/jxnl/instructor/pull/895
* Fixed up Cerebras Article edits by ivanleomk in https://github.com/jxnl/instructor/pull/1043
* feat: support multimodal by jxnl in https://github.com/jxnl/instructor/pull/1045
* fix: Add parse_from_string method to BatchJob by kwilsonmg in https://github.com/jxnl/instructor/pull/1033
* Fix Build Errors and update copy by ivanleomk in https://github.com/jxnl/instructor/pull/1044
* Bump version and add partial support by ivanleomk in https://github.com/jxnl/instructor/pull/1047


**Full Changelog**: https://github.com/jxnl/instructor/compare/1.5.1...1.5.2

Page 1 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.