instructor icon indicating copy to clipboard operation
instructor copied to clipboard

fix: resolve create_model() TypeError in Partial class by pinning pydantic version to ^2.8.0

Open vikyw89 opened this issue 1 year ago • 0 comments

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 pydantic version in pyproject.toml from ^2.7.0 to ^2.8.0
  • Resolves TypeError in Partial class's create_model() function

Generated with :heart: by ellipsis.dev

vikyw89 avatar Jul 16 '24 02:07 vikyw89