|
[fix] _safe_update_dataclass で現在値の型から期待型を取得するよう修正
from __future__ import annotations 環境では f.type が文字列になるため, getattr で現在値を取得し type() で期待型を判定する方式に変更 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
|---|
|
|
| src/pi/main.py |
|---|