-
### Kind of request
Changing existing functionality
### Enhancement Description
We want to have self-contained and self-explanatory dataclasses whose purpose is defined (and limited) during the kos…
-
Main idea:
Every column in the data has a semantic type (e.g. local minimizer embedding) and a "logical" type (e.g. numpy ndarray).
Much of "clean research code" is basically just checking that …
-
The new experimental feature `NewGenericSyntax` (#15238) should infer the variance of type variables. For attributes in `NamedTuple` and frozen `dataclass` the variance is inferred as "invariant" when…
-
It would be very nice to have some Dataclasses to improve consistency through the pipeline:
- `LambdaResponse`
to deal with lambda invocation reponse straight-forward without calling `rea…
-
Now that our minimum Python version is 3.10, we can make use of the [`kw_only`](https://docs.python.org/3/library/dataclasses.html#dataclasses.KW_ONLY) argument in the dataclass constructor and remove…
-
We plan to add an examples builder which would take a sequence of things (e.g. pydantic models, dataclasses, dicts etc.) and serialize them.
Usage would be something like
```py
from pydantic_ai…
-
### Describe the bug
Mentioned in flyteorg/flytekit#2859, while using dataclasses with union properties that have more than two non-None variants, the msgpack decoder will fail to decode the binary…
-
**Describe the bug**
For code reuse, it's often useful to expose endpoints for the same data at different layers within the overall tree of data. If a `DataclassSerializer` is used for both a paren…
-
Thanks to @MASaraji for introducing such a useful thing to me.
You can use this to reduce lines of your code and making it more readable as well.
Here's a link:
https://docs.python.org/3/library/da…
-
See discussion in #911
Selected Assignee: @adriangb