fix(security): update cryptography from 46.0.4 to 46.0.7

This commit is contained in:
aikido-autofix[bot]
2026-06-01 22:10:13 +00:00
committed by GitHub
parent f20ec99dec
commit 9867d8b24d
2 changed files with 168 additions and 290 deletions

View File

@@ -10,7 +10,8 @@ dependencies = [
"pyarrow>=16",
"pydantic>=1.10",
"tqdm>=4.27.0",
"lance-namespace>=0.3.2"
"lance-namespace>=0.3.2",
"cryptography==46.0.7",
]
description = "lancedb"
authors = [{ name = "LanceDB Devs", email = "dev@lancedb.com" }]