Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: convert listValues to lists in nested structs #102

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fernandezcuesta
Copy link
Contributor

@fernandezcuesta fernandezcuesta commented Oct 17, 2024

Description of your changes

When converting a struct to dict, it is expected for all the fields to be python-native. This includes that the resulting nested dict should not contain ListValues but lists.

I have:

Read and followed Crossplane's contribution process.

  • Added or updated unit tests for my change.

Signed-off-by: Jesús Fernández <7312236+fernandezcuesta@users.noreply.github.com>
@fernandezcuesta fernandezcuesta marked this pull request as ready for review October 18, 2024 00:37
@fernandezcuesta fernandezcuesta changed the title fix: convert listValues to lists fix: convert listValues to lists in nested structs Oct 18, 2024
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