Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ classifiers = [
# RFC 8949 4.2.1 bytewise map ordering while cbor2's canonical=True implements
# 4.2.3 length-first ordering, and because producer wire tests need a reader mode that
# rejects non-deterministic encodings without narrowing the validator's read mode.
dependencies = ["cryptography~=48.0"]
dependencies = ["cryptography>=48,<51"]

[project.optional-dependencies]
# Preserves the published c2patxt[trust] install contract while backend adoption is
Expand Down
Loading
Loading