Skip to content

fix(deps): cryptography 50.x for pip-audit (v11.0.1) - #501

Merged
TexasCoding merged 1 commit into
mainfrom
fix/pip-audit-cryptography-50
Aug 9, 2026
Merged

fix(deps): cryptography 50.x for pip-audit (v11.0.1)#501
TexasCoding merged 1 commit into
mainfrom
fix/pip-audit-cryptography-50

Conversation

@TexasCoding

Copy link
Copy Markdown
Owner

Summary

Main pip-audit failed after cryptography published PYSEC-2026-3552 (fixed in 50.0.0). Our pin was cryptography>=43,<50, so the resolver stopped on the vulnerable 49.x line.

Fix

  • Widen ceiling to cryptography>=43,<51
  • Patch release 11.0.1 so published package metadata allows 50.x for consumers

Test plan

  • Local pip-audit after uv sync: no known vulnerabilities
  • uv run pytest tests/test_auth.py
  • uv run mypy kalshi/
  • CI green (including pip-audit on merge to main)

Widen cryptography ceiling from <50 to <51 so installers and CI pip-audit
can resolve the fixed 50.0.0 wheel. RSA-PSS signing is unaffected.
@TexasCoding
TexasCoding merged commit cff3b20 into main Aug 9, 2026
6 checks passed
@TexasCoding
TexasCoding deleted the fix/pip-audit-cryptography-50 branch August 9, 2026 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant