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 core.py #303

Closed
wants to merge 3 commits into from
Closed

Update core.py #303

wants to merge 3 commits into from

Commits on Sep 19, 2024

  1. Update core.py

    import Literal, Match and TypedDicr from "typing" instead of "typing_extensions"
    Aaryanverma authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f3b30ec View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Update core.py

    check for python version if less than 3.9 then import from typing_extension else import from typing
    Aaryanverma authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    06576de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7f558b View commit details
    Browse the repository at this point in the history