3.0.0 (2025-01-22)
2.1.0 (2024-07-25)
2.0.1 (2024-07-12)
2.0.0 (2024-02-05)
- Python 3.7 is no longer supported. The minimum supported version is now Python 3.8.
- 🧑💻 Implement
__str__
forTokenEndpointError
to provide more info in tracebacks. (#83) (7317215), closes #81
- 💥 remove support for Python 3.7 (6d1dfce)
1.1.1 (2023-12-05)
- 📝 Fix discovery example in the README (#69) (7657e6e)
- 📝 remove dropped
service
parameter from the discovery example in README (#71) (3e02562)