nice-france-74763
07/03/2021, 9:20 AMhundreds-father-404
07/03/2021, 9:24 AMnice-france-74763
07/03/2021, 9:24 AMpython_architecture_linter (v1.0.0)
python_architecture_linter_cli (v0.2.0)
modular_provider_architecture_definition (v2.1.0)
python_architecture_linter_grimp_extension(v0.1.0)
And in-between there would be complex inter-dependencies, for example, the CLI might be able to use linter v0.9.0 and v1.0.0
In addition to that, other third-party dependencies. It might be that the ...._definition
package needs third-party `astroid`'s latest features but the python_architecture_linter
alone has no dependency on the "latest" feature so it can have a constraint against an older version.hundreds-father-404
07/03/2021, 10:01 AMnice-france-74763
07/03/2021, 10:04 AM