Skip to content

deps: remove packaging; unpinned & ranged versioning#561

Merged
teocns merged 1 commit intomainfrom
make-deps-great-again
Dec 9, 2024
Merged

deps: remove packaging; unpinned & ranged versioning#561
teocns merged 1 commit intomainfrom
make-deps-great-again

Conversation

@teocns
Copy link
Copy Markdown
Contributor

@teocns teocns commented Dec 9, 2024

Closes #545
Closes #556
Fixes #555


  • packaging does not have to be verbosely specified because:

    1. It is already an implicity dependency upon setuptools
    2. Even if the above wouldn't be true, it still would not belong under runtime [dependencies].
      For further info, https://packaging.python.org/
  • Restored loosen psutil loosen dep from chore(deps): unpin psutil, termcolor #491

  • Capped all dependencies to a maximum ver. pointing to the latest stable (there are a number of reasons to do that, among security and also performance)

@teocns teocns requested a review from dot-agi December 9, 2024 16:53
Copy link
Copy Markdown
Member

@dot-agi dot-agi left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Loosen Dependency Restriction for packaging Version [Bug]: Stop pinning dependency versions

2 participants