Skip to content

Conversation

@mattgd
Copy link
Contributor

@mattgd mattgd commented Jan 23, 2025

Description

Adjust version pinning to allow for more cryptography versions. Opened up to 42.0.8, which had a CVE fix.

Documentation

Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.

[ ] Yes

If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.

@mattgd mattgd self-assigned this Jan 23, 2025
@mattgd mattgd force-pushed the md5/update-dependency-pinning branch from 85f854f to d80ef70 Compare January 23, 2025 22:37
install_requires=read_requirements("requirements.txt"),
extras_require={
"dev": read_requirements("requirements-dev.txt"),
":python_version<'3.4'": ["enum34"],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't support these Python versions anymore, removing.

@mattgd mattgd marked this pull request as ready for review January 24, 2025 19:33
@mattgd mattgd requested a review from a team as a code owner January 24, 2025 19:33
@mattgd mattgd requested review from awolfden and nicknisi and removed request for awolfden January 24, 2025 19:33
@mattgd mattgd merged commit 4f777ef into main Jan 24, 2025
5 checks passed
@mattgd mattgd deleted the md5/update-dependency-pinning branch January 24, 2025 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants