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

Update create_model() to support typing.Annotated as input #8947

Merged
merged 11 commits into from Mar 18, 2024

Commits on Mar 5, 2024

  1. Add create_model() to support typing.Annotated as input

    At the moment, dynamic model creation does not support taking input of typing.Annotated but instead only tuple(<type>, <default value>), taking in typing.Annotated allows using of comples input types for dynamic model creation.
    wannieman98 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1e093ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7273619 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9228a52 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    a0eb6ff View commit details
    Browse the repository at this point in the history
  2. Remove outdated comment

    wannieman98 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7d275ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    291384c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf14179 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

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

Commits on Mar 18, 2024

  1. Apply suggestions from code review

    Co-authored-by: Victorien <65306057+Viicos@users.noreply.github.com>
    sydney-runkle and Viicos committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6e6cbcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dd7a14 View commit details
    Browse the repository at this point in the history