secubox-deb/packages/secubox-eye-remote/core
CyberMind-FR 980e0076c4 fix(eye-remote): Use Pydantic v1 dict() instead of model_dump() for serialization
- Pydantic v1.10.14 is the installed version which doesn't have model_dump()
- Changed device.model_dump(mode='json') to device.dict()
- All 36 tests now passing successfully
2026-04-23 11:51:38 +02:00
..
__init__.py feat(secubox-eye-remote): Implement boot media core logic with 4R pattern 2026-04-23 11:16:30 +02:00
boot_media.py feat(secubox-eye-remote): Implement boot media core logic with 4R pattern 2026-04-23 11:16:30 +02:00
device_registry.py fix(eye-remote): Use Pydantic v1 dict() instead of model_dump() for serialization 2026-04-23 11:51:38 +02:00
token_manager.py feat(secubox-eye-remote): Add token manager with SHA256 hashing 2026-04-21 10:56:09 +02:00