Skip to content

Commit

Permalink
Loosen semver dep to make it azure-cli compatible (#446)
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
shcheklein authored Mar 20, 2024
1 parent 3f14a28 commit d4852de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# https://github.com/pydantic/pydantic/issues/6361
"pydantic>=1.9.0,<3,!=2.0.0",
"ruamel.yaml",
"semver>=3.0.0",
"semver>=2.13.0",
"entrypoints",
"tabulate>=0.8.10",
"funcy",
Expand Down

0 comments on commit d4852de

Please sign in to comment.