ej2 / python-quickbooks

A Python library for accessing the Quickbooks API.
MIT License
394 stars 193 forks source link

Replace `rauth` package #331

Closed jarekwg closed 8 months ago

jarekwg commented 9 months ago

Rauth appears to no longer be maintained -- last update 8 years ago. It's been spitting out warnings since Python3.8:

image

I would suggest using oauthlib instead.

ej2 commented 8 months ago

Fixed in 0.9.6

jarekwg commented 8 months ago

Amazing, thank you!!