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: cli schema export with non-serializable types #2581

Merged
merged 3 commits into from
Nov 1, 2023

Commits on Oct 31, 2023

  1. fix: cli schema export with non-serializable types

    When schema includes examples that include types unable to be serialized by default with builtin json/yaml parsers the schema generation currently fails.
    
    This PR uses msgspec for encoding the outbound schema so that we can leverage our custom serializers, as well as custom encoders defined on the application.
    
    Closes #2575
    peterschutt committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0b9e70c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    6997208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd50612 View commit details
    Browse the repository at this point in the history