Please support python-rsa 4.0
Problem
This has been available (stable release) for a month now. Please can you test and bump your requirements? Thank you
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Update Requirements for python-rsa 4.0 Support
The current implementation relies on an outdated version of the python-rsa library, which does not support features or fixes introduced in version 4.0. This can lead to compatibility issues and prevent users from utilizing the latest enhancements and security updates provided by the new version.
Awaiting Verification
Be the first to verify this fix
- 1
Update requirements.txt
Modify the requirements.txt file to specify the new version of python-rsa. This will ensure that the application uses version 4.0 or higher.
textpython-rsa>=4.0 - 2
Test Compatibility
Run the existing test suite to verify that the application functions correctly with python-rsa 4.0. This will help identify any breaking changes introduced in the new version.
bashpytest tests/ - 3
Update Documentation
Revise the project documentation to reflect the change in the python-rsa version requirement. This includes updating any references to the library in the README or other relevant documents.
textN/A - 4
Deploy Changes
Once testing is successful, deploy the changes to the production environment to ensure all users benefit from the updated library.
bashgit push origin main && aws deploy start-deployment --application-name YourAppName --deployment-group YourDeploymentGroup
Validation
Confirm that the application runs without errors and passes all tests after the update. Additionally, verify that the new features of python-rsa 4.0 are accessible and functioning as expected.
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep