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

Set pydantic version less than 2.0 for all conda envs #160

Merged
merged 4 commits into from
Aug 8, 2023
Merged

Commits on Aug 6, 2023

  1. Set pydantic version less than 2.0 for all conda envs

    Pydantic 2.0 comes with major changes that we are not yet ready to
    support, and installs of it in environments that use `alchemiscale` are
    likely to break usage. This PR sets the version spec to <2.0 for
    pydantic in all conda envs.
    dotsdl committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    96daaed View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    133445e View commit details
    Browse the repository at this point in the history
  2. Revert to pinning pydantic < 2.0

    We tried putting in import guardrails, but tests fail in an unclear way.
    Will try to support pydantic 2.x at a later time.
    dotsdl committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ee6af5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a009bff View commit details
    Browse the repository at this point in the history