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
$ PYTHONWARNINGS="default" python -c "from aiohttp_oauth2_client.client import OAuth2Client"
/Users/gadomski/Code/stac-asset/.venv/lib/python3.12/site-packages/aiohttp_oauth2_client/client.py:10: DeprecationWarning: Inheritance class OAuth2Client from ClientSession is discouraged
class OAuth2Client(aiohttp.ClientSession):
The text was updated successfully, but these errors were encountered:
E.g.:
The text was updated successfully, but these errors were encountered: