-
Notifications
You must be signed in to change notification settings - Fork 93
refactor: TokenInfo readonly (800) #915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: TokenInfo readonly (800) #915
Conversation
…factory Signed-off-by: Antonio Ceppellini <antonio.ceppellini@gmail.com>
Signed-off-by: Antonio Ceppellini <antonio.ceppellini@gmail.com>
|
Hi, this is WorkflowBot.
|
…factory Signed-off-by: Antonio Ceppellini <antonio.ceppellini@gmail.com>
Signed-off-by: Antonio Ceppellini <antonio.ceppellini@gmail.com>
Signed-off-by: AntonioCeppellini <128388022+AntonioCeppellini@users.noreply.github.com>
|
Hello, this is the Office Hour Bot. This is a reminder that the Hiero Python SDK Office Hours are scheduled in approximately 4 hours (14:00 UTC). This session provides an opportunity to ask questions regarding this Pull Request or receive assistance from a maintainer. Details:
Disclaimer: This is an automated reminder. Please verify the schedule here to be notified of any changes. |
Description:
This PR refactor
TokenInfoto make it immutable (frozen=True), removes al setter methods and replaces them with constructor initialization, and rewrites _from_proto.TokenInfoto an immutable@dataclass(frozen=True)_from_protoRelated issue(s):
Fixes #800
Checklist