fix(cli): declare cryptography dependency for Fernet and RS256 JWT

This commit is contained in:
Greyson Lalonde
2026-05-05 08:37:23 +08:00
parent 3fd91afc6c
commit 4cef5de586
2 changed files with 3 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ dependencies = [
"pydantic>=2.11.9,<2.13",
"pydantic-settings~=2.10.1",
"appdirs~=1.4.4",
"cryptography>=42.0",
"httpx~=0.28.1",
"pyjwt>=2.9.0,<3",
"rich>=13.7.1",

2
uv.lock generated
View File

@@ -1437,6 +1437,7 @@ source = { editable = "lib/cli" }
dependencies = [
{ name = "appdirs" },
{ name = "click" },
{ name = "cryptography" },
{ name = "httpx" },
{ name = "packaging" },
{ name = "portalocker" },
@@ -1454,6 +1455,7 @@ dependencies = [
requires-dist = [
{ name = "appdirs", specifier = "~=1.4.4" },
{ name = "click", specifier = "~=8.1.7" },
{ name = "cryptography", specifier = ">=42.0" },
{ name = "httpx", specifier = "~=0.28.1" },
{ name = "packaging", specifier = ">=23.0" },
{ name = "portalocker", specifier = "~=2.7.0" },