Describe the feature
Currently, python-dateutil is used to parse dates, but fromisoformat is now a built-in option that should be used instead. It was significantly improved in 3.11 to allow this use and it's available through a back port package for older versions:
backports-datetime-fromisoformat; python_version < '3.11')
Use Case
Currently, have to install an extra dependency that has caused problems in the past so this removes the dependency to minimize and simplify botocore
Proposed Solution
Replace uses of python-dateutil with built-in parsing
Other Information
No response
Acknowledgements
SDK version used
1.32.5
Environment details (OS name and version, etc.)
N/A
Describe the feature
Currently,
python-dateutilis used to parse dates, butfromisoformatis now a built-in option that should be used instead. It was significantly improved in 3.11 to allow this use and it's available through a back port package for older versions:backports-datetime-fromisoformat; python_version < '3.11')Use Case
Currently, have to install an extra dependency that has caused problems in the past so this removes the dependency to minimize and simplify
botocoreProposed Solution
Replace uses of
python-dateutilwith built-in parsingOther Information
No response
Acknowledgements
SDK version used
1.32.5
Environment details (OS name and version, etc.)
N/A