Skip to content

Conversation

guard-mann
Copy link

Summary

This PR fixes the bug where mutable default happend when installing ptgaze in python3.11 environment.

Changes

Fixed mutable default in @dataclasses(frozen=True) class to dataclasses.field(default_factory=...) style.

Root Cause

Due to the Update in the dataclasses library in python3.11 environment (source is here).

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.

1 participant