Skip to content

Commit

Permalink
copy changes over from flytesnacks#1553
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
nikki everett committed Apr 10, 2024
1 parent 1ac8bbe commit 326c0bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/user_guide/data_types_and_io/dataclass.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ If you're using Flytekit version below v1.10, you'll need to decorate with `@dat
`from dataclass_json import dataclass_json` instead of inheriting from Mashumaro's `DataClassJSONMixin`.
:::

If you're using Flytekit version >= v1.11.1, you don't need to decorate with `@dataclass_json` or
inherit from Mashumaro's `DataClassJSONMixin`.

To begin, import the necessary dependencies.

```{code-cell}
Expand Down
3 changes: 1 addition & 2 deletions docs/user_guide/data_types_and_io/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ Here's a breakdown of these mappings:
* - ``@dataclass``
- ``Struct``
- Automatic
- The class should be a pure value class that inherits from Mashumaro's DataClassJSONMixin,
and be annotated with the ``@dataclass`` decorator.
- The class should be a pure value class annotated with the ``@dataclass`` decorator.
* - ``np.ndarray``
- File
- Automatic
Expand Down

0 comments on commit 326c0bd

Please sign in to comment.