Skip to content

Conversation

@SergeKu
Copy link

@SergeKu SergeKu commented Sep 10, 2025

Sometimes we need to convert structures like Union[Model1, Model2, None] to Union[all_fields_optional(Model1), all_fields_optional(Model2), None]. For this purpose parameter "struct_processing" added some functions.

Sometimes we need to convert structures like Union[Model1, Model2, None] to Union[all_fields_optional(Model1), all_fields_optional(Model2), None].
For this purpose parameter "struct_processing" added some functions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant