You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not support parsing arbitrary ISO 8601 strings - it is only intended as the inverse operation of datetime.isoformat(). A more full-featured ISO 8601 parser, dateutil.parser.isoparse is available in the third-party package dateutil.
So unless we want to drop Python 3.9 and 3.10 support (which, I think, would not be a big deal, especially with the updated instructions to invoke pytr with uv), we'd need to use the python-dateutil package.
As an immediate workaround, you can start by using a more modern Python version @ovizii
Thanks for the suggestion. I only went back to python:3.9-alpine as a workaround for a recent pytr issue which has meanwhile been solved and forgot to go back. I just tested with python:3.9-alpine and it works.
Feel free to close this ticket anytime you like. I've left it open if you liek to use it as a reminder about dropping support for Python 3.9 and 3.10 support
Description of the bug
Trying to download docs from TR and getting this error:
To Reproduce
Steps to reproduce the behavior:
/app/bin/python3 pytr dl_docs /documents
Expected behavior
I expect the process to download all documents.
Error log
Environment
Additional context
Dockerfile created with:
The text was updated successfully, but these errors were encountered: