mirror of
https://github.com/usestrix/strix.git
synced 2026-09-10 22:41:11 +00:00
Address review feedback (2 comments)
This commit is contained in:
parent
d7589abcc3
commit
151c5b5aed
1 changed files with 4 additions and 2 deletions
|
|
@ -45,8 +45,10 @@ dependencies = [
|
|||
"caido-sdk-client>=0.2.0",
|
||||
"reportlab>=4.0",
|
||||
"pypdf>=5.0",
|
||||
# Cap <49: 49.x drops the universal2 macOS wheel (arm64-only), which breaks
|
||||
# the Intel macOS (macos-x86_64) release build's `uv sync --frozen`.
|
||||
# NOTE: cryptography >=49.x drops the universal2 macOS wheel (arm64-only);
|
||||
# the Intel macOS (macos-x86_64) release build is therefore retired as of this
|
||||
# change. CVE-2026-69247 requires >=50.0.0, so the <49 cap has been removed
|
||||
# and macos-x86_64 is no longer a supported release target.
|
||||
"cryptography>=50.0.0",
|
||||
"pyyaml>=6.0",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue