fix(ci): Remove dependencies of dependencies #388
Reference in New Issue
Block a user
No description provided.
Delete Branch "deps"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Decision: Reject
Change Score: 2/10
This change proposes a significant reduction in the number of dependencies listed in
pyproject.toml
anduv.lock
. While seemingly simplifying the project, it raises serious concerns about the potential introduction of breaking changes and unmet dependencies. This could lead to runtime errors and unexpected behavior, rendering the application unstable and unreliable.Specifically, the removal of packages like
astroid
,attrs
,certifi
,charset-normalizer
,click
,dill
,exceptiongroup
,idna
,iniconfig
,lazy-object-proxy
,mccabe
,mypy-extensions
,packaging
,pathspec
,platformdirs
,pluggy
,py
,pyparsing
,six
,tomli
,tomlkit
,urllib3
, andwrapt
without a clear understanding of their impact is reckless and unacceptable.Before accepting such a drastic change, the following steps are absolutely necessary:
If you are planning on updating the Python version as part of this change, you will need to also check your dependencies for compatibility.
Until these steps have been completed, the proposed change is deemed too risky and must be rejected.
bugfix(deps): Remove dependencies of dependenciesto fix(ci): Remove dependencies of dependencies