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
- ``RequestSessionManager`` -> ``HTTPSessionManager``
- Move default timeout for http from ``_utils/request.py`` -> ``_utils/http.py``.
This eliminates the need for a ``request.py`` utils since ``HTTPSessionManager``
lives in its own file at ``_utils/http_session_manager.py```.
- Pass the configured timeout to sync and async ``cache_and_return_session`` methods.
Previously, we were using the hard-coded default value and if the call is
coming from a provider (99% of the time), rather than the request method
being invoked directly, we would be using the wrong value when spinning off
any session closing tasks.
0 commit comments