Skip to content

Commit fa96863

Browse files
authored
FIX: force ModifiablePyproject to be non-slotted (#504)
1 parent 1d80ad5 commit fa96863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compwa_policy/utilities/pyproject/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def get_supported_python_versions(self) -> list[PythonVersion]:
106106
return get_supported_python_versions(self._document)
107107

108108

109-
@frozen
109+
@frozen(slots=False)
110110
class ModifiablePyproject(Pyproject, AbstractContextManager):
111111
"""Stateful representation of a :code:`pyproject.toml` file.
112112

0 commit comments

Comments
 (0)