3.13.7 — 2025-10-13¶
← 3.13.8 | 3.13.6 → | ↑ 3.x series
Changed¶
Dependency Updates¶
- Core Dependencies - Updated key dependencies to latest versions for improved security and performance
- Updated cachetools from 6.2.0 to 6.2.1 for enhanced caching capabilities and performance improvements
- Updated idna from 3.10 to 3.11 for improved internationalized domain name handling and security fixes
Configuration Improvements¶
- Redis Mode Constants - Standardized Redis mode constants to uppercase format for better consistency
- Updated RedisMode enum values from lowercase to uppercase (
standalone→STANDALONE,sentinel→SENTINEL,cluster→CLUSTER) - Enhanced configuration consistency across Redis deployment modes
- Improved code readability and standardization
- Updated RedisMode enum values from lowercase to uppercase (
Development Workflow¶
- Makefile Enhancement - Updated dependency installation command for better package management
- Changed
uv sync --extra dev --upgradetouv sync --all-extras --group dev --upgrade - Enhanced dependency resolution with comprehensive extra package installation
- Improved development environment setup with better group-based dependency management
- Changed
Performance¶
- Optimized Dependency Resolution - Improved dependency installation and resolution performance
- Enhanced UV package manager integration with latest dependency versions
- Improved lock file generation and dependency resolution speed
- Better memory usage during dependency installation and updates