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

DeprecationWarning: Inheritance class AuthorizedSession from ClientSession is discouraged #1422

Open
parthea opened this issue Nov 28, 2023 · 0 comments
Assignees
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release.

Comments

@parthea
Copy link
Contributor

parthea commented Nov 28, 2023

See the build log here which contains the warning below.

google/auth/transport/_aiohttp_requests.py:200
  /tmpfs/src/github/google-auth-library-python/google/auth/transport/_aiohttp_requests.py:200: DeprecationWarning: Inheritance class AuthorizedSession from ClientSession is discouraged
    class AuthorizedSession(aiohttp.ClientSession):

This issue tracks fixing the underlying issue so that the warning is not emitted.

@arithmetic1728 arithmetic1728 self-assigned this Dec 4, 2023
@arithmetic1728 arithmetic1728 added the priority: p3 Desirable enhancement or fix. May not be included in next release. label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release.
Projects
None yet
Development

No branches or pull requests

2 participants