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
* Add SSLContext arg to aiohttp adapter
Pass an SSLContext to the aiohttp adapter to create a valid SSL endpoint for OAuth callback.
* Update docs for aiohttp adapter
* Added ssl import to pass linter checks
* Moved import to TYPE_CHECKING
Moved the ssl import to TYPE_CHECKING section.
* Removed trailing whitespace
* Fix import format issue from Ruff
0 commit comments