FG
💻 Software☁️ Cloud & DevOpsAmazon

Please support python-rsa 4.0

Fresh5 days ago
Mar 14, 20260 views
Confidence Score70%
70%

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

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Update Requirements for python-rsa 4.0 Support

Medium Risk

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. 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.

    text
    python-rsa>=4.0
  2. 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.

    bash
    pytest tests/
  3. 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.

    text
    N/A
  4. 4

    Deploy Changes

    Once testing is successful, deploy the changes to the production environment to ensure all users benefit from the updated library.

    bash
    git 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

AC

Alex Chen

2450 rep

Tags

awsclicloudfeature-request