feat: msgspec discriminated unions
adds support for:
- adding base class kwargs to the msgpsec template in order to support
adding tag and tag_field kwargs for Struct.
- the discriminator property, uses the propertyName as the tag_field
and the literal value as the tag.
e6e4f2c
1 year ago
by indrat
0%
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
49f2095
5 months ago
by pre-commit-ci[bot]
0%
Merge branch 'main' into discriminated-unions-msgspec-support
941c503
4 months ago
by koxudaxi
0%
Merge branch 'main' into discriminated-unions-msgspec-support
cd54017
3 months ago
by indrat
-1%
fix: discriminator unit tests target python 3.8
e6c97b4
3 months ago
by indrat
+1%
Merge branch 'main' into discriminated-unions-msgspec-support