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

Dependencies: Update tabulate~=0.9.0 #6472

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

sphuber
Copy link
Contributor

@sphuber sphuber commented Jun 11, 2024

Fixes #6470

Copy link

codecov bot commented Jun 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.75%. Comparing base (ef60b66) to head (52ec084).
Report is 113 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6472      +/-   ##
==========================================
+ Coverage   77.51%   77.75%   +0.25%     
==========================================
  Files         560      561       +1     
  Lines       41444    41768     +324     
==========================================
+ Hits        32120    32473     +353     
+ Misses       9324     9295      -29     

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

pyproject.toml Outdated
@@ -44,7 +44,7 @@ dependencies = [
'pyyaml~=6.0',
'requests~=2.0',
'sqlalchemy~=2.0',
'tabulate~=0.8.5',
'tabulate~=0.9.0',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it be better for the ecosystem to allow both 0.8 and 0.9?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it would. For packages that have not seen a v1 release, we have maintained this policy though since minor versions are likely to break things and this will break our release. I guess we could change the specifier to tabulate>=0.8.0,<0.10.0. It is a bit ridiculous that tabulate doesn't have a v1 after more than 10 years of being public...

@sphuber sphuber force-pushed the fix/6470/dependencies-tabulate branch from 236ec4f to 52ec084 Compare June 12, 2024 15:10
@sphuber sphuber merged commit 6db2f40 into aiidateam:main Jun 24, 2024
29 checks passed
@sphuber sphuber deleted the fix/6470/dependencies-tabulate branch June 24, 2024 08:24
mikibonacci pushed a commit to mikibonacci/aiida-core that referenced this pull request Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Updating tabulate requirement
2 participants