Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pyproject: constrain cryptography < 44 #1229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 28, 2024
Merged

pyproject: constrain cryptography < 44 #1229

merged 4 commits into from
Nov 28, 2024

Conversation

woodruffw
Copy link
Member

@woodruffw woodruffw commented Nov 27, 2024

cryptography 44 removes all of the old ABCs, which we currently use for DetachedFulcioSCT. Consequently, sigstore is broken on newer resolutions. This can probably be removed entirely, but this stops the bleeding for the moment by keeping us off the latest stable.

I'll prepare a point release for this ASAP, probably on a new release branch since main has the unrelated TSA changes on it.

@woodruffw woodruffw added the dependencies Pull requests that update a dependency file label Nov 27, 2024
@woodruffw woodruffw self-assigned this Nov 27, 2024
@woodruffw woodruffw requested a review from di November 27, 2024 21:17
@woodruffw
Copy link
Member Author

woodruffw commented Nov 27, 2024

I've started https://github.com/sigstore/sigstore-python/tree/series/3.5.x and done a fast release of v3.5.2 to fix the resolution in the short term.

Edit: Which I messed up, and I've now done v3.5.3 to correct it, which is live.

Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
@woodruffw woodruffw merged commit d134513 into main Nov 28, 2024
25 checks passed
@woodruffw woodruffw deleted the ww/pin-cryptography branch November 28, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants