Version 1.9.38
Changes Relevant to Users
- Dependency Updates
- Upgraded
boto3
dependency from1.38.36
to1.38.40
in bothrequirements.txt
anddocs/requirements.txt
. This update ensures continued compatibility with AWS services and incorporates the latest enhancements.
- Upgraded
Internal Changes
- Version Update
- Incremented version number to
1.9.38
insp_api/__version__.py
.
- Incremented version number to
graph TD;
A[Version 1.9.37] -->|Updated| B[Version 1.9.38];
B --> C[Updated boto3 Dependency];
This release focuses on maintaining compatibility with AWS services by updating the boto3
dependency to its latest version.