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-40303: Minor clean ups for pydantic v2 #255

Merged
merged 13 commits into from
Aug 5, 2023
Merged

DM-40303: Minor clean ups for pydantic v2 #255

merged 13 commits into from
Aug 5, 2023

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    7f2d5df View commit details
    Browse the repository at this point in the history
  2. Make python 3.11 the baseline

    timj committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    d76420a View commit details
    Browse the repository at this point in the history
  3. Autoupdate pre-commit

    timj committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    91237c7 View commit details
    Browse the repository at this point in the history
  4. Support pydantic v2

    timj committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    c706b82 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Remove --- from action yaml

    timj committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    1321de0 View commit details
    Browse the repository at this point in the history
  2. Use strict=True with zip

    timj committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    3e1b011 View commit details
    Browse the repository at this point in the history
  3. Remove unneeded loop variable

    timj committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    b0d0c91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0de7cc View commit details
    Browse the repository at this point in the history
  5. Use contextlib.suppress

    timj committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    16522a7 View commit details
    Browse the repository at this point in the history
  6. Use | syntax for isinstance

    timj committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    ed51215 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb33bda View commit details
    Browse the repository at this point in the history
  8. Use itertools.pairwise

    timj committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    a316d66 View commit details
    Browse the repository at this point in the history
  9. Ignore unused ignores in mypy

    This is needed until we drop pydantic v1
    timj committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    2e6c9e3 View commit details
    Browse the repository at this point in the history