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

bug(schema): relaxed types not handled in python #2160

Open
1 task done
brettc opened this issue Mar 22, 2024 · 0 comments
Open
1 task done

bug(schema): relaxed types not handled in python #2160

brettc opened this issue Mar 22, 2024 · 0 comments
Assignees
Labels
needs triaging label added to new issues type: bug Addresses a bug

Comments

@brettc
Copy link
Collaborator

brettc commented Mar 22, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Reproduction URL (if applicable)

No response

branch

No response

commit hash

No response

Description

We currently skip the list example, as the json has a string where the schema defines the equivalent of a list[str]. Rust handles this through some clever serde mechanism. We should decide whether python should do the same, or stick to strict mode.

Reproduction steps

No response

Browsers

No response

Anything else?

No response

@brettc brettc added type: bug Addresses a bug needs triaging label added to new issues labels Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triaging label added to new issues type: bug Addresses a bug
Projects
Status: No status
Development

No branches or pull requests

3 participants