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

update lower pin to importlib_metadata for all python versions #1260

Merged

Commits on Dec 12, 2022

  1. require importlib_metadata

    The stdlib importlib.metadata returns duplicate distributions
    (and entry points) in some circumstances for all python versions
    up to and including 3.11.
    
    python/importlib_metadata#410 (comment)
    
    The above issue can create duplicate asdf extensions.
    
    This fixes issue asdf-format#1254
    
    fix changelog typo
    braingram committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    15e4114 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    908b45d View commit details
    Browse the repository at this point in the history