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 support for typing.Self (fix #5992) #9023

Merged
merged 10 commits into from Mar 25, 2024

Commits on Mar 15, 2024

  1. allow schema.property: Self

    yfares1 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    227883f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    fa71bdc View commit details
    Browse the repository at this point in the history
  2. correct is_self_type implementation

    use soft access for  check
    yfares1 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    8fae27d View commit details
    Browse the repository at this point in the history
  3. remove commented code

    yfares1 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    51ef540 View commit details
    Browse the repository at this point in the history
  4. Add tests for inheritance scenario

    yfares1 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    dd43e4d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    342225b View commit details
    Browse the repository at this point in the history
  2. undo changes to pydanitc/v1/typing.py

    no changes required to this file
    yfares1 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    813e236 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    d264025 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9a2225 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd37ddb View commit details
    Browse the repository at this point in the history