It looks like open weather map are progressing the deprecation of the 2.5 API set used by pyowm. This is the response I got from them on a support ticket about access problems with a new API key:
"In general One Call 1.0 (2.5) has been replaced by 3.0. That is the reason for getting the 401 error."
3.3.0 still uses the 2.5 API set as its base URL for One Call APIs (compared to 3.0 for other APIs).
Are there any plans to adopt the 3.0 One Call APIs?
It looks like open weather map are progressing the deprecation of the 2.5 API set used by pyowm. This is the response I got from them on a support ticket about access problems with a new API key:
"In general One Call 1.0 (2.5) has been replaced by 3.0. That is the reason for getting the 401 error."
3.3.0 still uses the 2.5 API set as its base URL for One Call APIs (compared to 3.0 for other APIs).
Are there any plans to adopt the 3.0 One Call APIs?