Skip to content

Commit

Permalink
Note about Pydantic v1 support in changelog for 0.23a0
Browse files Browse the repository at this point in the history
Refs #520, #775
  • Loading branch information
simonw committed Feb 27, 2025
1 parent 42122c7 commit f5c2cfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Alpha release adding support for **schemas**, for getting supported models to ou
- `model.prompt(..., schema={...})` parameter for specifying a schema from Python. This accepts either a dictionary JSON schema definition of a Pydantic `BaseModel` subclass, see {ref}`schemas in the Python API docs <python-api-schemas>`.
- The default OpenAI plugin now supports schemas across all models.
- Documentation on how to {ref}`add schema support to a model plugin <advanced-model-plugins-schemas>`.
- LLM now depends on Pydantic v2 or higher. Pydantic v1 is no longer supported. [#520](https://github.com/simonw/llm/issues/520)

(v0_22)=
## 0.22 (2025-02-16)
Expand Down

0 comments on commit f5c2cfb

Please sign in to comment.