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

Make explicit cross-version support for Pydantic #64

Merged
merged 5 commits into from
Aug 5, 2023

Commits on Aug 4, 2023

  1. Unpin pydantic, allow v1 or v2

    curies is a distal transitive dependency of many packages, it needs to be neutral w.r.t pydantic version. It looks like it already is, and the pinning to <2 is unneccessary
    
    For more context see biopragmatics/bioregistry#920
    cmungall committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    54493fd View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Update testing configuration

    cthoyt committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    0fe4737 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bc66a2 View commit details
    Browse the repository at this point in the history
  3. Remove problematic dependency

    cthoyt committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    5a66ca5 View commit details
    Browse the repository at this point in the history
  4. Add pydantic notes

    cthoyt committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    cde877f View commit details
    Browse the repository at this point in the history