zerodha / pykiteconnect

The official Python client library for the Kite Connect trading APIs
MIT License
965 stars 462 forks source link

feat: create session object by default #167

Closed ranjanrak closed 1 year ago

ranjanrak commented 1 year ago

This PR introduces below changes:

  1. Create requests session object by default for connection reuse.
  2. Fix unit tests related to the above changes.
  3. Update gitlab CI file to use ubuntu-20.04 instead of ubuntu-latest because of this workflow error.