Version 2.1.9
New Features
- Dependency Updates:
- Upgraded
requeststo version2.34.2to ensure better performance and security. - Updated
httpxto version0.28.1for improved HTTP client capabilities. - Bumped
boto3to version1.43.36for enhanced AWS SDK functionalities.
- Upgraded
Internal
- Version Bump:
- Updated the version from
2.1.8to2.1.9to incorporate the latest dependency updates.
- Updated the version from
Diagram of Dependency Updates
graph TD;
A[Previous Dependencies] --> B[Updated requests to 2.34.2];
A --> C[Updated httpx to 0.28.1];
A --> D[Updated boto3 to 1.43.36];
B --> E[Improved Performance];
C --> F[Enhanced HTTP Client];
D --> G[Enhanced AWS SDK];
This release focuses on updating core dependencies to maintain the library's security, performance, and compatibility with external services.