Skip to content
Snippets Groups Projects
  • Jo Sama's avatar
    9a9a126c
    Use correct JSON decode exception · 9a9a126c
    Jo Sama authored
    requests.exceptions.JSONDecodeError is non existent in requests versions
    before 3.0.0. Therefore requests is pinned to 2.24 or greater, and we
    use ValueError instead of requests.exceptions.JSONDecodeError.
    9a9a126c
    History
    Use correct JSON decode exception
    Jo Sama authored
    requests.exceptions.JSONDecodeError is non existent in requests versions
    before 3.0.0. Therefore requests is pinned to 2.24 or greater, and we
    use ValueError instead of requests.exceptions.JSONDecodeError.
This project manages its dependencies using pip. Learn more