Skip to content

Commit

Permalink
Update docs/user_guide/data_types_and_io/dataclass.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nikki Everett <neverett@users.noreply.github.com>
Signed-off-by: Future-Outlier <eric901201@gmail.com>
  • Loading branch information
Future-Outlier and neverett authored Oct 9, 2024
1 parent 6f90ff4 commit 389b097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide/data_types_and_io/dataclass.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Flytekit uses the [Mashumaro library](https://github.com/Fatal1ty/mashumaro)
to serialize and deserialize dataclasses.

:::{important}
If you're using Flytekit version below v1.11.1, your dataclass will need to add `from dataclasses_json import dataclass_json` and decorate with `@dataclass_json`.
If you're using Flytekit version below v1.11.1, you will need to add `from dataclasses_json import dataclass_json` to your imports and decorate your dataclass with `@dataclass_json`.
:::

```{note}
Expand Down

0 comments on commit 389b097

Please sign in to comment.