3.4.4 — 2025-07-17¶
← 3.4.5 | 3.4.3 → | ↑ 3.x series
Improvements¶
gRPC Integration Improvements¶
- Import Safety - Added robust gRPC import handling with try/except blocks to prevent import errors when gRPC is not available
- Type Safety - Enhanced type annotations for gRPC context handling with improved error type definitions
- Error Handling - Improved gRPC error handling with better type safety and context management
Dependency Updates¶
- Kafka - Updated confluent-kafka to version 2.11.0+ for improved stability and performance
- Keycloak - Updated python-keycloak to version 5.7.0+ for enhanced security and features
- Sentry - Updated sentry-sdk to version 2.33.0+ for better error tracking capabilities
- MyPy - Updated MyPy to version 1.17.0+ for improved type checking and Python 3.13 support