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

check for email-validator version >= 2.0 #6033

Merged
merged 6 commits into from Nov 28, 2023

Commits on Nov 14, 2023

  1. check for email-validator version >= 2.0

    will use email_validator.__version__ if available
    (JoshData/python-email-validator#110)
    commonism committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b0fe376 View commit details
    Browse the repository at this point in the history
  2. email-validator - tested with …

     - 1.3.1
     + 2.0.0.post2
     + 2.1.0.post1
    commonism committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    90f49f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Update pydantic/networks.py with more simple version check

    Co-authored-by: Viicos <65306057+Viicos@users.noreply.github.com>
    sydney-runkle and Viicos committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    3e5fa51 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. using importlib.metadata

    Co-authored-by: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com>
    commonism and sydney-runkle committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e0fdd4d View commit details
    Browse the repository at this point in the history
  2. missing import

    commonism committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    2f2e9a1 View commit details
    Browse the repository at this point in the history
  3. lint

    commonism committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    826de5c View commit details
    Browse the repository at this point in the history