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

Introduce pydantic schema #5531

Closed
wants to merge 7 commits into from

Commits on Mar 9, 2021

  1. introduce pydantic schema

    skshetry committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    50d471d View commit details
    Browse the repository at this point in the history
  2. add description and title

    skshetry committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    8adfad1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65c9042 View commit details
    Browse the repository at this point in the history
  4. add minor tests

    skshetry committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    b365817 View commit details
    Browse the repository at this point in the history
  5. delete schema

    we can generate this from the pydantic schema
    skshetry committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    8189eb5 View commit details
    Browse the repository at this point in the history
  6. remove use of typevars

    looks like they fail on Python3.6 for some reasons
    skshetry committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    1591e9b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33874df View commit details
    Browse the repository at this point in the history