Skip to content
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

Adjust version pinning to allow for more cryptography versions #404

Merged
merged 2 commits into from
Jan 24, 2025

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
@@ -36,7 +36,6 @@ def read_requirements(filename):
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.

2 participants