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

DM-43869: Explicitly allow pydantic to use NaN and Inf #413

Merged
merged 7 commits into from
Apr 12, 2024
Merged

Commits on Apr 12, 2024

  1. Explicitly enable nan and inf in model serializations

    Prior to this pydantic serialized to null and then tried
    to convert that back to a NaN.
    timj committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f8c2a31 View commit details
    Browse the repository at this point in the history
  2. Use pydantic to round trip

    Round tripping with python json can be inconsistent.
    timj committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    69985ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    848fe7f View commit details
    Browse the repository at this point in the history
  4. Refresh pre-commit

    timj committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d450160 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74281cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a00f23 View commit details
    Browse the repository at this point in the history
  7. Some tweaks to help Sphinx

    timj committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1e6d7b0 View commit details
    Browse the repository at this point in the history