From 1d05ffa7cddce0be4676c178225ded004b31778c Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Thu, 16 Oct 2025 08:12:19 +0200 Subject: [PATCH] fix: do not remove force_default_on_freeze --- pyproject.toml | 3 --- src/rougail/structural_bitwarden/annotator.py | 2 -- 2 files changed, 5 deletions(-) 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