Version 1.9.60
Relevant Changes
- Bug Fix: ApiResponse Handling: Enhanced the handling of
headersandpaginationinApiResponseto prevent potentialNoneTypeerrors. This improvement ensures more robust error handling and token retrieval.
Internal
- Dependency Update: Downgraded
boto3from version1.42.8to1.42.24in bothrequirements.txtanddocs/requirements.txtto maintain compatibility. - Author Information: Updated the author's name in
setup.pyfrom "Michael" to "Michael Primke" for clarity.
This version focuses on improving the stability of API response handling and includes internal dependency adjustments.
Loading
graph TD;
A[Version 1.9.59] -->|Bug Fix| B[ApiResponse Handling Improved];
A -->|Dependency Update| C[boto3 Downgraded to 1.42.24];
A -->|Author Update| D[Author Name Updated in setup.py];
B --> E[Robust Error Handling];
C --> F[Compatibility Maintained];
D --> G[Clarity in Author Information];