-
Notifications
You must be signed in to change notification settings - Fork 14
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
Determine feasibility of _restclient's continued dependence on aiohttp_cache_client
#238
Comments
Just a quick update to this. I started exploring viable alternatives to
|
Ive been working through the transitive issues in |
Thanks for following up on this Austin. Just to clarify, would this issue cause |
@jarq6c, I dont believe so. I think the program wont exit. |
Follow-up. It seems to only happen when importing/using |
See #237, specifically this comment. The long and short of it is a transitive dependency of
_restclient
may require_restclient.RestClient
to change its public api. That is not desirable and likely not feasible._restclient
may need to change caching providers to avoid public api changes.The text was updated successfully, but these errors were encountered: