mirror of
https://github.com/lancedb/lancedb.git
synced 2026-06-03 04:10:41 +00:00
fix(security): update cryptography from 46.0.4 to 46.0.7
This commit is contained in:
committed by
GitHub
parent
f20ec99dec
commit
9867d8b24d
@@ -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" }]
|
||||
|
||||
Reference in New Issue
Block a user