Skip to content

Commit d4852de

Browse files
authored
Loosen semver dep to make it azure-cli compatible (#446)
`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.
1 parent 3f14a28 commit d4852de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# https://github.com/pydantic/pydantic/issues/6361
1111
"pydantic>=1.9.0,<3,!=2.0.0",
1212
"ruamel.yaml",
13-
"semver>=3.0.0",
13+
"semver>=2.13.0",
1414
"entrypoints",
1515
"tabulate>=0.8.10",
1616
"funcy",

0 commit comments

Comments
 (0)