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 is because of the usage of aiohttp-client-cache. See here specifically for the downstream issue. At the surface level, it seems that the issue is just with aiohttp-client-cache's use of type hint features added in py37. It may be worth exploring this to see about a potential way around this and opening a PR there to lower the version requirement.
So it's highly recommended to use 3.7+ for async applications. It might be possible to make aiohttp-client-cache compatible with 3.6, but like you mentioned it will be EOL soon.
The hydrotools nwis-client requires a minimum python version of 3.7. This means hypy needs to document a similar minimum version.
Current behavior
With latest version of hydrotools, hypy nwislocation doesn't work with python 3.6.
Steps to replicate behavior (include URLs)
Try running unit tests with python 3.6
The text was updated successfully, but these errors were encountered: