Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use default_factory for relay policy field
RelayPolicy is mutable, so needs to be insantiated in the dataclass by a default_factory. Fixes an error on startup with python 3.12.
- Loading branch information