Commit graph

2 commits

Author SHA1 Message Date
c80625a418
fix: update base_url
All checks were successful
Publish to PyPI / publish (push) Successful in 15s
doc: update base_url

ver: bump
2026-04-11 17:16:24 +02:00
197d498ea2 feat: implement secure memory operations for enhanced data protection
Integrate secure memory handling in SecureCompletionClient to protect plaintext payloads from disk swapping and memory lingering. The implementation uses a secure_bytes context manager to safeguard sensitive data during encryption. Added fallback mechanism with warning when SecureMemory module is unavailable. Updated docstring to reflect the new security measure.
2026-01-13 12:13:05 +01:00