ej2 / python-quickbooks

A Python library for accessing the Quickbooks API.
MIT License
407 stars 195 forks source link

Replace `rauth` package #331

Closed jarekwg closed 11 months ago

jarekwg commented 1 year 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 11 months ago

Fixed in 0.9.6

jarekwg commented 11 months ago

Amazing, thank you!!