Skip to content
This repository was archived by the owner on Sep 5, 2026. It is now read-only.

Commit 97b40e0

Browse files
deps(python)(deps): update cryptography requirement (#4)
Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.0...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aed870f commit 97b40e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# cogmem runtime dependencies
2-
cryptography>=42.0 # did:key / VC signatures / transparency log
2+
cryptography>=49.0.0 # did:key / VC signatures / transparency log
33
fastembed>=0.3.0 # local embeddings for semantic recall
44
cbor2>=5.9.0 # COSE_Sign1 / CBOR for SCITT signed statements

0 commit comments

Comments
 (0)