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

Fully move to Pydantic v2 #793

Merged
merged 58 commits into from
Jul 24, 2024
Merged

Fully move to Pydantic v2 #793

merged 58 commits into from
Jul 24, 2024

Commits on Jul 15, 2024

  1. force pydantic > 2

    Your Name committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    27a00c3 View commit details
    Browse the repository at this point in the history
  2. migrate channels model

    Your Name committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b6b645a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. naive transition to v2

    Your Name committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    376f060 View commit details
    Browse the repository at this point in the history
  2. fix: test_NgffImageMetadata failing because of non-unique multiscales…

    … and not at run time
    Your Name committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a310cee View commit details
    Browse the repository at this point in the history
  3. fix missing None in NapariInputModel Optionals

    Your Name committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b0bb171 View commit details
    Browse the repository at this point in the history
  4. fix more Optionals without explicit None

    Your Name committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    564a1c0 View commit details
    Browse the repository at this point in the history
  5. fix: fix mismatched Validation error

    Your Name committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7d255f3 View commit details
    Browse the repository at this point in the history
  6. fix: fix more basic validation errors

    Your Name committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    40640f7 View commit details
    Browse the repository at this point in the history
  7. fix: cellpose validation

    Your Name committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c0b9e26 View commit details
    Browse the repository at this point in the history
  8. update changelog

    Your Name committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    150ea04 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' of github.com:fractal-analytics-platform/fractal-…

    …tasks-core into main
    Your Name committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7449848 View commit details
    Browse the repository at this point in the history
  10. merge main

    Your Name committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    17bb816 View commit details
    Browse the repository at this point in the history
  11. fix: Avoid direct Self imports for 3.9 compatibility

    Your Name committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7521165 View commit details
    Browse the repository at this point in the history
  12. fix: revert erroneous move

    Your Name committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7654ff0 View commit details
    Browse the repository at this point in the history
  13. udpate .dict methods to .model_dump

    Your Name committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    697c1d0 View commit details
    Browse the repository at this point in the history
  14. update .copy to .model_copy

    Your Name committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5f3e4c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    fbf3cf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5741d31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fee52d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb6e051 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    552cd1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b4ee7d View commit details
    Browse the repository at this point in the history
  7. Add FIXME

    tcompa committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5e4e374 View commit details
    Browse the repository at this point in the history
  8. Change logging level

    tcompa committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b17c779 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    593bc11 View commit details
    Browse the repository at this point in the history
  2. Update manifest

    tcompa committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ed73234 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7a60d0 View commit details
    Browse the repository at this point in the history
  4. Update tests

    tcompa committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    aec104f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24fbc90 View commit details
    Browse the repository at this point in the history
  6. poetry remove pytest-pretty

    tcompa committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    81d8481 View commit details
    Browse the repository at this point in the history
  7. Fix test_valid_args_schemas

    tcompa committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    725ffe9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    afe3770 View commit details
    Browse the repository at this point in the history
  9. Remove comment [skip ci]

    tcompa committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    393171e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f3628e7 View commit details
    Browse the repository at this point in the history
  11. Update CHANGELOG [skip ci]

    tcompa committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    dbd93b3 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #801 from fractal-analytics-platform/pydantic-v2-s…

    …econd-attempt-jsonschema
    
    Pydantic v2 second attempt jsonschema
    tcompa authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d2a2a69 View commit details
    Browse the repository at this point in the history
  13. Add None default in task model

    tcompa committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    22ef80b View commit details
    Browse the repository at this point in the history
  14. Improve GHA comments [skip ci]

    tcompa committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e34421f View commit details
    Browse the repository at this point in the history
  15. Update CHANGELOG [skip ci]

    tcompa committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    701f0e7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7c5cbfb View commit details
    Browse the repository at this point in the history
  17. Fix GHA comment

    tcompa committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b73ade5 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Use new branch for APX

    tcompa committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d547688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffe881e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99ddc2a View commit details
    Browse the repository at this point in the history
  4. Add cleanup to GHA

    tcompa committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4597aee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07340cf View commit details
    Browse the repository at this point in the history
  6. Fix GHA

    tcompa committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    99f90bd View commit details
    Browse the repository at this point in the history
  7. Clarify docstring [skip ci]

    tcompa committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    013fbf1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09b76b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e3401f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ef6976a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    418fd6b View commit details
    Browse the repository at this point in the history
  12. Update CHANGELOG [skip ci]

    tcompa committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3163521 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    acec6a0 View commit details
    Browse the repository at this point in the history
  2. Remove comment [skip ci]

    tcompa committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5e8354f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fb8750 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab18a4c View commit details
    Browse the repository at this point in the history
  5. Add test_tuple_argument

    tcompa committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2aed673 View commit details
    Browse the repository at this point in the history