Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Samhita Alla <[email protected]>
Signed-off-by: Sumana Sree Angajala <[email protected]>
  • Loading branch information
sumana-2705 and samhita-alla authored Oct 24, 2024
1 parent 23e3696 commit 0614fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pydantic_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
```
[Pydantic](https://pydantic.dev/) is a data validation and settings management library that leverages Python type annotations to enforce type hints at runtime. It provides user-friendly errors when data is invalid, making it easier to ensure data integrity.

The Flytekit Pydantic plugin adds type support for Pydantic models, enabling seamless integration of data validation and settings management within Flyte tasks and workflows. This documentation demonstrates how to integrate Pydantic with Flytekit using the Flytekit Pydantic plugin.
The Flytekit Pydantic plugin adds type support for Pydantic models, enabling integration of data validation within Flyte tasks and workflows.

## Installation

Expand Down

0 comments on commit 0614fc3

Please sign in to comment.