epogrebnyak / weo-reader

Python client to read IMF World Economic Outlook (WEO) dataset as pandas dataframe.
31 stars 12 forks source link

Update dependencies #38

Closed jm-rivera closed 6 months ago

jm-rivera commented 6 months ago

Suggest moving to a minimum of python 3.8. As of June 27, 2023, Python 3.7 has reached its end of life.

This allows upgrading httpx to 0.27, addressing some security vulnerabilities.

pandas upgraded to 2.0 (higher ones would only be compatible with >=3.9.

Fixes #37

jm-rivera commented 6 months ago

@epogrebnyak as discussed. All tests passed without problems on 3.8, 3.9, 3.10 and 3.11.