diff --git a/pyproject.toml b/pyproject.toml index 0bc545d..62c43e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,9 +13,6 @@ license = {file = "LICENSE"} classifiers = [ "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", diff --git a/src/rougail/structural_bitwarden/annotator.py b/src/rougail/structural_bitwarden/annotator.py index 9e08535..1eb2106 100644 --- a/src/rougail/structural_bitwarden/annotator.py +++ b/src/rougail/structural_bitwarden/annotator.py @@ -47,6 +47,4 @@ class Annotator(Walk): self.objectspace.informations.add(path, "bitwarden", True) self.objectspace.informations.add(path, "default_value_makes_sense", False) self.objectspace.properties.add(path, "novalidator", True) - if 'force_default_on_freeze' in self.objectspace.properties.get(path): - self.objectspace.properties.remove(path, 'force_default_on_freeze') variable.default = variable.secret_manager