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

chore(deps): pin importlib-metadata #7927

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

jennifer-richards
Copy link
Member

Fixes #7924

I haven't looked into a real fix to this, but for now 8.4.0 is fine requirements-wise so this will be sure that things keep working.

The indirect dependency on importlib-metadata goes away with python 3.10, so maybe energy would be better spent moving off of python 3.9?

Copy link

codecov bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.83%. Comparing base (c7f6bde) to head (a2a5880).
Report is 62 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7927      +/-   ##
==========================================
+ Coverage   88.78%   88.83%   +0.04%     
==========================================
  Files         296      304       +8     
  Lines       41320    41495     +175     
==========================================
+ Hits        36687    36862     +175     
  Misses       4633     4633              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rjsparks rjsparks merged commit 13aa072 into ietf-tools:main Sep 12, 2024
9 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 19, 2024
@jennifer-richards jennifer-richards deleted the pin-importlib-metadata branch September 19, 2024 13:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running runserver locally fails with TypeError: unhashable type: 'types.SimpleNamespace'
2 participants