Skip to content

Commit 655cf30

Browse files
authored
Drop version restriction
This way users of the package can choose their own `cryptography` version. This should be safe since users that aren't installing `skypilot` can just install more recent versions and users of `skypilot` can add their own restriction to `cryptography`, but AFAIK, the built-in restriction to `pyopenssl` on `skypilot` should prevent any issues (I actually believe that that restriction itself is no longer relevant, [see here](skypilot-org/skypilot#8070) ) Signed-off-by: Ben Lewis <[email protected]>
1 parent 5698ac0 commit 655cf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"typer>=0.12.3",
2828
"rich>=13.7.1",
2929
"jinja2>=3.1.4",
30-
"cryptography >= 44.0.1",
30+
"cryptography",
3131
"networkx >= 3.3",
3232
"omegaconf>=2.3.0",
3333
"leptonai>=0.25.0",

0 commit comments

Comments
 (0)