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
Right now, our current implementation relies on either having the requests or aiohttp library installed. Instead, we want to implement our own case insensitive dict, so we can get rid of this dependency
Right now, our current implementation relies on either having the
requestsoraiohttplibrary installed. Instead, we want to implement our own case insensitive dict, so we can get rid of this dependency