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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for partial model validation #3179

Closed
wants to merge 10 commits into from
Closed

Commits on Sep 6, 2021

  1. Add support for partial model validation

    Add a `partial` config option which allows required fields to be omitted during validation. This is ideal for using a pydantic model as part of a PATCH operation.
    lsapan committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    b06f876 View commit details
    Browse the repository at this point in the history
  2. Add change file

    lsapan committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    7c734b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d322ddf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1822781 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee34565 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a6c872 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a5d868 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dcadcd1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52f1654 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

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