You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Implement deep merge for ParserConfig to handle default and custom settings
- Add `deepcopy` import and `__deep_merge` method to merge default and custom configurations
- Update `ParserConfig` initialization to use merged dictionary
- Ensure nested dictionaries are properly merged without overriding defaults unnecessarily
0 commit comments