pyegeria 5.4.2.1__py3-none-any.whl → 5.4.2.2__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.
- pyegeria/config.py +2 -1
- {pyegeria-5.4.2.1.dist-info → pyegeria-5.4.2.2.dist-info}/METADATA +1 -1
- {pyegeria-5.4.2.1.dist-info → pyegeria-5.4.2.2.dist-info}/RECORD +6 -6
- {pyegeria-5.4.2.1.dist-info → pyegeria-5.4.2.2.dist-info}/LICENSE +0 -0
- {pyegeria-5.4.2.1.dist-info → pyegeria-5.4.2.2.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.2.1.dist-info → pyegeria-5.4.2.2.dist-info}/entry_points.txt +0 -0
pyegeria/config.py
CHANGED
@@ -434,7 +434,8 @@ def load_app_config(env_file: str = None):
|
|
434
434
|
|
435
435
|
try:
|
436
436
|
# Create Pydantic model from the configuration dictionary
|
437
|
-
_app_config = AppConfig(**config_dict)
|
437
|
+
# _app_config = AppConfig(**config_dict) <-- why? todo
|
438
|
+
_app_config = AppConfig()
|
438
439
|
except ValueError as e:
|
439
440
|
# Handle validation errors from Pydantic
|
440
441
|
context = {"caller method": inspect.currentframe().f_back.f_code.co_name}
|
@@ -4503,7 +4503,7 @@ pyegeria/automated_curation_omvs.py,sha256=tzwCyXL0Hx8UjryBBWcPoEuBRajXZpLuwPQ1v
|
|
4503
4503
|
pyegeria/classification_manager_omvs.py,sha256=kMyDP_dtHf2czU4ZlWYrakQtccPoteadlUCpWRRFJ1Q,187235
|
4504
4504
|
pyegeria/collection_manager.py,sha256=Atx-9M-GCJB9Ej0TXlSxB4NOxSZCDuuLKyW04UYANlw,234516
|
4505
4505
|
pyegeria/collection_models.py,sha256=d3DdWONqDdAeuUQgussiCNfvhKIDFpaI35cdW_Tv4_0,5315
|
4506
|
-
pyegeria/config.py,sha256=
|
4506
|
+
pyegeria/config.py,sha256=XwxIfHpvmzrw5dJrcKSIRP_5lpPybsLT499z7d61kr0,25162
|
4507
4507
|
pyegeria/core_omag_server_config.py,sha256=pNQpocICkZx8sRsTw5DPUe-TFyxlIo1U88qqgci_f7I,97764
|
4508
4508
|
pyegeria/create_tech_guid_lists.py,sha256=hf5q8Xrdsz-bqeIW3yTORZ1XB6_BrKzLDWWwC_bNG2g,4811
|
4509
4509
|
pyegeria/data_designer.py,sha256=i7tsR1_7puyW4MGdMHjJRAozz6MYuOn-hdw24O-rmVY,185907
|
@@ -4536,8 +4536,8 @@ pyegeria/template_manager_omvs.py,sha256=chBljs1vy5wr9DRAtbvIt4Cob_7HxGfxLkCNlDT
|
|
4536
4536
|
pyegeria/utils.py,sha256=qgiYEdCRrrL6SpX1sceZQVYR40-rfFAhUJEhsubcx80,6889
|
4537
4537
|
pyegeria/valid_metadata_omvs.py,sha256=Xq9DqBQvBFFJzaFIRKcVZ2k4gJvSh9yeXs_j-O3vn1w,65050
|
4538
4538
|
pyegeria/x_action_author_omvs.py,sha256=RcqSzahUKCtvb_3u_wyintAlc9WFkC_2v0E12TZs8lQ,6433
|
4539
|
-
pyegeria-5.4.2.
|
4540
|
-
pyegeria-5.4.2.
|
4541
|
-
pyegeria-5.4.2.
|
4542
|
-
pyegeria-5.4.2.
|
4543
|
-
pyegeria-5.4.2.
|
4539
|
+
pyegeria-5.4.2.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
4540
|
+
pyegeria-5.4.2.2.dist-info/METADATA,sha256=hyuJPpSkkxzOjUasVT7Z-7YIzc4cc8cBdJsF6oAYbeY,3064
|
4541
|
+
pyegeria-5.4.2.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
4542
|
+
pyegeria-5.4.2.2.dist-info/entry_points.txt,sha256=HAS-LHaaBfkaZ19XU9g5mXwn2uj2HK99isdijI-VIDk,6353
|
4543
|
+
pyegeria-5.4.2.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|