requests does not support Async, and does not appear it will gain support soon as there have been many abandoned forks and sub-projects over the years. We should move to httpx as it has native async support.
This will create an additional dependency for Coaster-dependent projects that are still using requests, and may break downstream test mocks.
requestsdoes not support Async, and does not appear it will gain support soon as there have been many abandoned forks and sub-projects over the years. We should move tohttpxas it has native async support.This will create an additional dependency for Coaster-dependent projects that are still using
requests, and may break downstream test mocks.