oe-python-template 0.10.7__py3-none-any.whl → 0.10.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oe_python_template/system/_service.py +3 -1
- {oe_python_template-0.10.7.dist-info → oe_python_template-0.10.8.dist-info}/METADATA +1 -1
- {oe_python_template-0.10.7.dist-info → oe_python_template-0.10.8.dist-info}/RECORD +6 -6
- {oe_python_template-0.10.7.dist-info → oe_python_template-0.10.8.dist-info}/WHEEL +0 -0
- {oe_python_template-0.10.7.dist-info → oe_python_template-0.10.8.dist-info}/entry_points.txt +0 -0
- {oe_python_template-0.10.7.dist-info → oe_python_template-0.10.8.dist-info}/licenses/LICENSE +0 -0
|
@@ -149,7 +149,9 @@ class Service(BaseService):
|
|
|
149
149
|
for settings_class in locate_subclasses(BaseSettings):
|
|
150
150
|
settings_instance = load_settings(settings_class)
|
|
151
151
|
env_prefix = settings_instance.model_config.get("env_prefix", "")
|
|
152
|
-
settings_dict =
|
|
152
|
+
settings_dict = json.loads(
|
|
153
|
+
settings_instance.model_dump_json(context={UNHIDE_SENSITIVE_INFO: not filter_secrets})
|
|
154
|
+
)
|
|
153
155
|
for key, value in settings_dict.items():
|
|
154
156
|
flat_key = f"{env_prefix}{key}".upper()
|
|
155
157
|
settings[flat_key] = value
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: oe-python-template
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.8
|
|
4
4
|
Summary: 🧠 Copier template to scaffold Python projects compliant with best practices and modern tooling.
|
|
5
5
|
Project-URL: Homepage, https://oe-python-template.readthedocs.io/en/latest/
|
|
6
6
|
Project-URL: Documentation, https://oe-python-template.readthedocs.io/en/latest/
|
|
@@ -12,7 +12,7 @@ oe_python_template/hello/_settings.py,sha256=_85PIdq8UuS4orCZ0qFJ22RTQTooOTB0USR
|
|
|
12
12
|
oe_python_template/system/__init__.py,sha256=NNgODkr7AyJjTTJiv3pys7o2z6xi1G96g0vnsxVhlI4,427
|
|
13
13
|
oe_python_template/system/_api.py,sha256=rE9Aau3IIHXdEkOBUXOwJ7SxN3cZpgtYEuojnSWfT_4,3687
|
|
14
14
|
oe_python_template/system/_cli.py,sha256=J_4upBBdbSxbONPYmOZPbuhZcKjfnPIUeZpp0L7lY-Q,4846
|
|
15
|
-
oe_python_template/system/_service.py,sha256=
|
|
15
|
+
oe_python_template/system/_service.py,sha256=zdnO6e8ShgrsIK3W2KbIEYpRIp9lQw35f1UFDUn1md8,6334
|
|
16
16
|
oe_python_template/system/_settings.py,sha256=MwMAJYifJ6jGImeSh4e9shmIXmiUSuQGHXz_Ts0mSdk,901
|
|
17
17
|
oe_python_template/utils/__init__.py,sha256=MMpcuyU1gfCC3_h3RavS6SD1cAn1FeaqD1qfu6SrAZ8,1519
|
|
18
18
|
oe_python_template/utils/_api.py,sha256=w3hPQK1pL2gBI4_1qNWNa2b4S_oH-8mY-ckRX0KrCWM,617
|
|
@@ -28,8 +28,8 @@ oe_python_template/utils/_sentry.py,sha256=2sXrDSZSYoDEM87v7CakJ6eGBtcIhDI48PsQC
|
|
|
28
28
|
oe_python_template/utils/_service.py,sha256=atHAejvBucKXjzhsMSdOBBFa7rRD74zcV70Pp0pl0Tg,1038
|
|
29
29
|
oe_python_template/utils/_settings.py,sha256=owFoaHEzJnVD3EVyOWF4rfIY7g6eLnU6rN0m4VHhCbA,2464
|
|
30
30
|
oe_python_template/utils/boot.py,sha256=TBgmqbtIryQz0cAozYzxhYQRIldfbJ6v9R-rH6sO9mY,2696
|
|
31
|
-
oe_python_template-0.10.
|
|
32
|
-
oe_python_template-0.10.
|
|
33
|
-
oe_python_template-0.10.
|
|
34
|
-
oe_python_template-0.10.
|
|
35
|
-
oe_python_template-0.10.
|
|
31
|
+
oe_python_template-0.10.8.dist-info/METADATA,sha256=d5AcKTMMECa5lbUdfPjAThA-22dbNkPNZgR1VGeOzdo,32094
|
|
32
|
+
oe_python_template-0.10.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
33
|
+
oe_python_template-0.10.8.dist-info/entry_points.txt,sha256=IroSSWhLGxus9rxcashkYQda39TTvf7LbUMYtOKXUBE,66
|
|
34
|
+
oe_python_template-0.10.8.dist-info/licenses/LICENSE,sha256=5H409K6xzz9U5eUaoAHQExNkoWJRlU0LEj6wL2QJ34s,1113
|
|
35
|
+
oe_python_template-0.10.8.dist-info/RECORD,,
|
|
File without changes
|
{oe_python_template-0.10.7.dist-info → oe_python_template-0.10.8.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{oe_python_template-0.10.7.dist-info → oe_python_template-0.10.8.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|