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

Finalize pydantic v2 #162

Merged
merged 39 commits into from
Jul 24, 2023
Merged

Finalize pydantic v2 #162

merged 39 commits into from
Jul 24, 2023

Commits on Jul 22, 2023

  1. Initial update for changelog.

    Franz Wöllert committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    90dea4d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Remove show-config-member options from configuration docs.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    4e724c5 View commit details
    Browse the repository at this point in the history
  2. Add note on v1 vs v2 in user installation docs.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    716d04d View commit details
    Browse the repository at this point in the history
  3. Minor formatting improvement.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    c382fed View commit details
    Browse the repository at this point in the history
  4. Remove the complete example as being irrelevant.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    5f2e259 View commit details
    Browse the repository at this point in the history
  5. Add FAQ for v2 migration.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    4ceb7e7 View commit details
    Browse the repository at this point in the history
  6. Reduce installation note to the minimum required.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    ae2b194 View commit details
    Browse the repository at this point in the history
  7. Add note about separate v1/v2 branches.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    b92841f View commit details
    Browse the repository at this point in the history
  8. Add note for current documentation version. Update features.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    34b7c39 View commit details
    Browse the repository at this point in the history
  9. Update README.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    7731866 View commit details
    Browse the repository at this point in the history
  10. Remove global config member confs from models/settings.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    505b92a View commit details
    Browse the repository at this point in the history
  11. Update readme and index.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    22eac1c View commit details
    Browse the repository at this point in the history
  12. Add link to developer guide in readme.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    3bc19ed View commit details
    Browse the repository at this point in the history
  13. Replace BaseModel with NamedTuple for ValidatorAdapter.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    becd26a View commit details
    Browse the repository at this point in the history
  14. Remove obsolete pre/post root validator attributes.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    7dbc583 View commit details
    Browse the repository at this point in the history
  15. Add correct hyperlinks.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    0128dd5 View commit details
    Browse the repository at this point in the history
  16. Linter changes.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    7cc1332 View commit details
    Browse the repository at this point in the history
  17. Add importlib-metadata for python 3.7.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    8fca991 View commit details
    Browse the repository at this point in the history
  18. Update sphinx version support to >4.0.0.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    ffae62f View commit details
    Browse the repository at this point in the history
  19. Remove dep range for importlib-metadata.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    090f024 View commit details
    Browse the repository at this point in the history
  20. Fix importlib import error.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    2144efa View commit details
    Browse the repository at this point in the history
  21. Fix import error for Annotated.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    5f0d6a9 View commit details
    Browse the repository at this point in the history
  22. Fix string representation of annotated types in py<3.9.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    e754a8a View commit details
    Browse the repository at this point in the history
  23. Lint fixes.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    fe29c7f View commit details
    Browse the repository at this point in the history
  24. Provide more explicit test name.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    dbcfa4c View commit details
    Browse the repository at this point in the history
  25. Improve migration doc - ci skip.

    Franz Wöllert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    97b9c16 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Add erdantic to dev setup install.

    Franz Wöllert committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a06f9a1 View commit details
    Browse the repository at this point in the history
  2. Remove obsolete config documenter directive options.

    Franz Wöllert committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    599475f View commit details
    Browse the repository at this point in the history
  3. Improve docs on FAQ migration.

    Franz Wöllert committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    73ff9fa View commit details
    Browse the repository at this point in the history
  4. Remove obsolete pydantic compatibility test helpers.

    Franz Wöllert committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    cc6ad27 View commit details
    Browse the repository at this point in the history
  5. Update changelog - ci skip.

    Franz Wöllert committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    6df261c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e745537 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aca3dcb View commit details
    Browse the repository at this point in the history
  8. Merge pull request #163 from mansenfranzen/all-contributors/add-awoimbee

    docs: add awoimbee as a contributor for review, userTesting, and 2 more
    mansenfranzen authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    01c9941 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    024b0c6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    598579c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2cadf0d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #166 from mansenfranzen/all-contributors/add-PriOl…

    …iveira
    
    docs: add PriOliveira as a contributor for review, and userTesting
    mansenfranzen authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a0646de View commit details
    Browse the repository at this point in the history
  13. Update contributor count - skip ci.

    Franz Wöllert committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    db01b4a View commit details
    Browse the repository at this point in the history