- python 2.7 support now gone since it reached end of-life - now only supporting async_client for 3.6+ - now depending on async_generator for asynccontextmanager support in 3.6+
**new features**:
- advanced mode using the **request_context_manager** directly
6.1.0
- dependencies: github security upgrade of requests and urllib
6.0.10
Not secure
- fix: handle duplicate api version for both sync and async clients
6.0.9
Not secure
- fix: transmit user-agent on all requests
6.0.8
Not secure
- pass user_agent property down to session correctly - handle duplicate api version properly