instructor
instructor copied to clipboard
fix: resolve create_model() TypeError in Partial class by pinning pydantic version to ^2.8.0
Reference:
https://github.com/jxnl/instructor/pull/801
| :rocket: | This description was created by Ellipsis for commit 42f08b7d6895b0243b1fab90680ba5c1d51e03a8 |
|---|
Summary:
Update pydantic version to ^2.8.0 in pyproject.toml to resolve TypeError in Partial class's create_model() function.
Key points:
- Update
pydanticversion inpyproject.tomlfrom^2.7.0to^2.8.0 - Resolves
TypeErrorinPartialclass'screate_model()function
Generated with :heart: by ellipsis.dev