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

Pydantic v2 support #2972

Merged
merged 34 commits into from
Aug 7, 2023
Merged

Commits on May 20, 2023

  1. work so far

    thejaminator committed May 20, 2023
    Configuration menu
    Copy the full SHA
    ee45b97 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. add modelfield

    thejaminator committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    70c9423 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a66452b View commit details
    Browse the repository at this point in the history
  3. it works kinda

    thejaminator committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    fe52908 View commit details
    Browse the repository at this point in the history
  4. fix missing type

    thejaminator committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    356a5fb View commit details
    Browse the repository at this point in the history
  5. fix default tesT

    thejaminator committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    0c45267 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37b8c2e View commit details
    Browse the repository at this point in the history
  7. add tests pass?

    thejaminator committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    f45d576 View commit details
    Browse the repository at this point in the history
  8. ruff

    thejaminator committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    dc0b9dd View commit details
    Browse the repository at this point in the history
  9. Revert "ruff"

    This reverts commit dc0b9dd.
    thejaminator committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    1171abc View commit details
    Browse the repository at this point in the history
  10. make most of mypy happy

    thejaminator committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    43dcf1d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    969112b View commit details
    Browse the repository at this point in the history
  12. fix pydantic v1 import

    thejaminator committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    107ea3c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    612a30c View commit details
    Browse the repository at this point in the history
  14. remove extra ruff

    thejaminator committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    50d71fb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e5673c1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    16c674d View commit details
    Browse the repository at this point in the history
  17. add release file

    thejaminator committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    94d4844 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a116364 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    58e2f6f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7696efd View commit details
    Browse the repository at this point in the history
  21. remove unused

    thejaminator committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    79c41d2 View commit details
    Browse the repository at this point in the history
  22. fix mypy

    thejaminator committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    3b3a392 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    817c325 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. fix poetry

    thejaminator committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    bfd7ac4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9314609 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af3299e View commit details
    Browse the repository at this point in the history
  4. force pydantic 1.10

    thejaminator committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    8cd57d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Update noxfile.py

    Co-authored-by: Patrick Arminio <[email protected]>
    thejaminator and patrick91 authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    eec5c8e View commit details
    Browse the repository at this point in the history
  2. Update tests/experimental/pydantic/schema/test_defaults.py

    Co-authored-by: Patrick Arminio <[email protected]>
    thejaminator and patrick91 authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f17ee94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5afee6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db26d26 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

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

Commits on Aug 7, 2023

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