iterative / gto

🏷️ Git Tag Ops. Turn your Git repository into Artifact Registry or Model Registry.
https://dvc.org/doc/gto
Apache License 2.0
140 stars 16 forks source link

Loosen semver dep to make it azure-cli compatible #446

Closed shcheklein closed 6 months ago

shcheklein commented 6 months ago

azure-cli still strictly depends on the 2.13.0 and we can't install it along with DVC (in some environments it still the easiest way). It seems we don't care about 3.0 specifically, so, let's try to loosen it a bit.

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.37%. Comparing base (3f14a28) to head (29ba528).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #446 +/- ## ======================================= Coverage 85.37% 85.37% ======================================= Files 19 19 Lines 2120 2120 ======================================= Hits 1810 1810 Misses 310 310 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.