📦 Add cryptography dependency and update uv.lock

This commit is contained in:
2026-05-24 07:43:44 +08:00
parent 1c526ca0a5
commit 956c60a2b5
2 changed files with 122 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"cryptography>=48.0.0",
"pydantic>=2.13.4",
"requests>=2.34.2",
]