Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warning when inheriting from ClientSession #1

Open
gadomski opened this issue Jul 12, 2024 · 0 comments
Open

Deprecation warning when inheriting from ClientSession #1

gadomski opened this issue Jul 12, 2024 · 0 comments

Comments

@gadomski
Copy link

E.g.:

$ 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):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant