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

[MINOR] Support typing.Annotated for all types #61

Merged
merged 18 commits into from
Nov 18, 2023
Merged

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    fabda20 View commit details
    Browse the repository at this point in the history
  2. Support annotated lists

    faph committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    df8f1b1 View commit details
    Browse the repository at this point in the history
  3. Support annotated dicts

    faph committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    3f117d6 View commit details
    Browse the repository at this point in the history
  4. Add test for annotated mapping

    faph committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    04f3024 View commit details
    Browse the repository at this point in the history
  5. Support annotated unions

    faph committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    441eb97 View commit details
    Browse the repository at this point in the history
  6. Support annotated enums

    faph committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    e04645f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    681e521 View commit details
    Browse the repository at this point in the history
  8. Support annotated dates

    faph committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    0294169 View commit details
    Browse the repository at this point in the history
  9. Support annotated times

    faph committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    01b7a5d View commit details
    Browse the repository at this point in the history
  10. Support annotated datetimes

    faph committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    26415de View commit details
    Browse the repository at this point in the history
  11. Support annotated time deltas

    faph committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    099d2eb View commit details
    Browse the repository at this point in the history
  12. Add test for annotated UUID

    faph committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    05e6e56 View commit details
    Browse the repository at this point in the history
  13. No need to set py_type attr

    faph committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    6afd94c View commit details
    Browse the repository at this point in the history
  14. Support annotated dataclasses

    faph committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    2bf29de View commit details
    Browse the repository at this point in the history
  15. Support annotated plain classes

    faph committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    1747a4c View commit details
    Browse the repository at this point in the history
  16. Support annotated pydantic model

    faph committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    8aa4383 View commit details
    Browse the repository at this point in the history
  17. Remove redunant type ignore

    faph committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    53e89a2 View commit details
    Browse the repository at this point in the history
  18. Remove redunant type ignores

    faph committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    196d51a View commit details
    Browse the repository at this point in the history