Skip to content

refactor(core): move dictionary utilities#861

Merged
AlessandroPomponio merged 1 commit into
mainfrom
ap_840_move_dictionary_utilities
Apr 15, 2026
Merged

refactor(core): move dictionary utilities#861
AlessandroPomponio merged 1 commit into
mainfrom
ap_840_move_dictionary_utilities

Conversation

@AlessandroPomponio
Copy link
Copy Markdown
Member

Summary

This pull request refactors utility functions for working with nested dictionaries by moving them from orchestrator/core/legacy/utils.py to a new location at orchestrator/utilities/dictionaries.py. This change improves code organization by placing these general-purpose dictionary utilities in a more appropriate location, as they are not specifically legacy-related. All imports throughout the codebase have been updated to reference the new module location.

Closes #840

Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com>
@AlessandroPomponio AlessandroPomponio added this pull request to the merge queue Apr 15, 2026
Merged via the queue into main with commit ffab783 Apr 15, 2026
19 checks passed
@AlessandroPomponio AlessandroPomponio deleted the ap_840_move_dictionary_utilities branch April 15, 2026 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor(core): move dictionary helpers from orchestrator.core.legacy.utils

2 participants