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

Pin pydantic #457

Merged
merged 2 commits into from
Oct 20, 2023
Merged

Pin pydantic #457

merged 2 commits into from
Oct 20, 2023

Commits on Oct 20, 2023

  1. Pin Sphinx to < 7

    Updating to Sphinx 7 will require code changes.
    Sphinx>7.2 also drops support for python3.8.
    JHolba committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7b02526 View commit details
    Browse the repository at this point in the history
  2. Pin pydantic<2

    Ert pins pydantic<2, but we pull pydantic>=2 through rstcheck.
    Ert also pins fastapi<0.100, which also depends on pydantic<2.
    JHolba committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    4f96dcc View commit details
    Browse the repository at this point in the history