aws/aws-encryption-sdk-python

Wrong formatting in the deprecated python warning

ShubhamChaturvedi7 opened this issue · 2 comments

Problem:

).format(py_version[0], py_version[1], minimum_version[0], minimum_version[1], params["date"])

The minimum_version and date seem to have been swapped in the deprecated python warning.

Solution:

Putting the params["date"] before the minimum_version[0] should fix the issue.

Addressed in main by #546 , though the issue still remains in the old branches.

this does not need to be backported at this time