Skip to content

Conversation

@rarepolz
Copy link
Collaborator

Issue #, if available:
closes #115
Description of changes:

  • Add Operation.from_existing() classmethod
  • Add StepDetails.from_existing() and CallbackDetails.from_existing() factory methods
  • Replace all dataclasses.replace() calls with explicit constructors
  • Add test coverage for new factory methods

Dependencies

If this PR requires testing against a specific branch of the Python Language SDK (e.g., for unreleased changes), uncomment and specify the branch below. Otherwise, leave commented to use the main branch.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@rarepolz rarepolz marked this pull request as ready for review November 15, 2025 16:59
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.

Remove references of replace in favour of creating immutable objects

2 participants