Use built-in fromisoformat instead of python-dateutil #3070
Labels
dependencies
This issue is a problem in a dependency.
feature-request
This issue requests a feature.
p2
This is a standard priority issue
Describe the feature
Currently,
python-dateutil
is used to parse dates, butfromisoformat
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 parsingOther Information
No response
Acknowledgements
SDK version used
1.32.5
Environment details (OS name and version, etc.)
N/A
The text was updated successfully, but these errors were encountered: