diff --git a/docs/user_guide/data_types_and_io/dataclass.md b/docs/user_guide/data_types_and_io/dataclass.md index ac2efe08e9..6f47eeab1f 100644 --- a/docs/user_guide/data_types_and_io/dataclass.md +++ b/docs/user_guide/data_types_and_io/dataclass.md @@ -16,7 +16,6 @@ serialization format for dataclasses, overcoming a major limitation of serializ to store `int` types, Protobuf's `struct` converts them to `float`, forcing users to write boilerplate code to work around this issue. -By default, `flytekit >= 1.14` will produce `msgpack` bytes literals when serializing dataclasses. :::{important}