Improved
Bug Fixes & Improvements
 July 15th, 2024 
🚀 New Features
Removal of Legacy v1 Module
- Eliminated the outdated 
v1module to streamline the codebase and reduce maintenance overhead. 
Simplification of Policy Options
- Removed the 
backwardoption from policy configurations, simplifying the policy setup process for users. 
Elimination of Pydantic Dependency
- Removed the 
pydanticlibrary from the project, reducing external dependencies and potential compatibility issues. 
🐞 Bug Fixes
- Fixed an issue where identical comments were logged multiple times across different lines, improving log clarity.
 - Resolved a problem with access token reissuance, enhancing authentication reliability.
 - Modified the request body construction from using 
model_dump()toasdict(), ensuring compatibility with updated data models. - Corrected compressor option configurations to prevent misconfigurations during model compression.
 
🧠 Why these matter
- Removing deprecated modules and simplifying configurations enhances the maintainability and usability of the SDK.
 - Reducing external dependencies minimizes potential conflicts and streamlines the installation process.
 - Addressing these bugs improves the overall stability and reliability of the platform, leading to a better user experience.
 
