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

Add more specific type for non-callable json_schema_extra #7803

Merged

Commits on Sep 20, 2023

  1. added JsonType to config

    vladNed authored and hramezani committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c055489 View commit details
    Browse the repository at this point in the history
  2. add types from typing

    vladNed authored and hramezani committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    777a337 View commit details
    Browse the repository at this point in the history
  3. add JsonType to ConfigWrapper

    vladNed authored and hramezani committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    d22f989 View commit details
    Browse the repository at this point in the history
  4. added JsonType to all schemas

    vladNed authored and hramezani committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    92d3712 View commit details
    Browse the repository at this point in the history
  5. fix type

    hramezani committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    0195ed1 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    6727a33 View commit details
    Browse the repository at this point in the history
  2. Rename JsonType to JsonDict, make it a properly recursive TypeAlias, …

    …add JsonDict for convenience
    alexmojaki committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2bc98d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e5f7a6 View commit details
    Browse the repository at this point in the history
  4. Back to Union

    alexmojaki committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8d51a37 View commit details
    Browse the repository at this point in the history
  5. Allow recursive aliases

    alexmojaki committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5295867 View commit details
    Browse the repository at this point in the history
  6. Use JsonDict in Callables

    alexmojaki committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e1b4c58 View commit details
    Browse the repository at this point in the history