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

Dependencies: restrict pydantic to at least 1.10.8 #941

Merged
merged 1 commit into from
May 24, 2023

Commits on May 24, 2023

  1. Dependencies: restrict pydantic to at least 1.10.8

    The release of `typing_extensions` version `4.6.0` highlighted a bug in
    `pydantic` related to the `Literal` type for Python versions 3.8 and 3.9.
    This was fixed in `pydantic` version `1.10.8`.
    
    Here the version of `pydantic` is set to be a compatible release with `1.10`
    but at least `1.10.8`.
    mbercx committed May 24, 2023
    Configuration menu
    Copy the full SHA
    e259c64 View commit details
    Browse the repository at this point in the history