Skip to content

Commit

Permalink
doc: remove contradictory statement
Browse files Browse the repository at this point in the history
  • Loading branch information
autumnjolitz committed Jul 16, 2024
1 parent 78668aa commit a6fe165
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ Things Pydantic does that Instruct doesn't:
- Discriminated Unions (Current approach in Instruct is to add the common class into the Union and specialize after ``__init__`` or do it in the ``__coerce__`` phase)
- Type/Callable/Generator attribute assignment
- Generics (on my todo)
- validation (instruct is used to provide the building blocks for validation, not doing it by itself. That might change.)
- actual mypy, vscode, pycharm, etc integration
- schema export
Expand Down

0 comments on commit a6fe165

Please sign in to comment.