ipulse-shared-core-ftredge 7.1.1__py3-none-any.whl → 7.2.1__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.

Potentially problematic release.


This version of ipulse-shared-core-ftredge might be problematic. Click here for more details.

@@ -26,8 +26,8 @@ class OrganizationProfile(BaseDataModel):
26
26
  Organisation model representing business entities in the system.
27
27
  Supports both retail and non-retail customer types with different validation rules.
28
28
  """
29
- model_config = ConfigDict(frozen=True, extra="forbid")
30
-
29
+ model_config = ConfigDict(frozen=False, extra="forbid") # Changed frozen to False to allow id assignment
30
+
31
31
  # Class constants
32
32
  VERSION: ClassVar[float] = 4.1
33
33
  DOMAIN: ClassVar[str] = "_".join(list_as_lower_strings(Layer.PULSE_APP, Module.CORE.name, Subject.ORGANIZATION.name))
@@ -38,7 +38,7 @@ class OrganizationProfile(BaseDataModel):
38
38
  description="Version of this Class == version of DB Schema",
39
39
  frozen=True
40
40
  )
41
-
41
+
42
42
  org_uid: str = Field(
43
43
  default_factory=lambda: uuid.uuid4().hex,
44
44
  description="Unique identifier for the organisation",
@@ -46,7 +46,7 @@ class OrganizationProfile(BaseDataModel):
46
46
  )
47
47
 
48
48
  id: str = Field(
49
- default=None,
49
+ ..., # Make it required
50
50
  description="Organisation ID, format: {OBJ_REF}_{org_uid}"
51
51
  )
52
52
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ipulse_shared_core_ftredge
3
- Version: 7.1.1
3
+ Version: 7.2.1
4
4
  Summary: Shared Core models and Logger util for the Pulse platform project. Using AI for financial advisory and investment management.
5
5
  Home-page: https://github.com/TheFutureEdge/ipulse_shared_core
6
6
  Author: Russlan Ramdowar
@@ -7,7 +7,7 @@ ipulse_shared_core_ftredge/dependencies/firestore_client.py,sha256=CC5p625aC0cjq
7
7
  ipulse_shared_core_ftredge/models/__init__.py,sha256=-WNETfnu2vClk2dHOc1vEqvmRp_zDod0Z0Jy8X54VvA,322
8
8
  ipulse_shared_core_ftredge/models/base_api_response.py,sha256=nH2xhofRzizayod0IuYma8WilFQ_Qgt-fFSU2XugJjA,1049
9
9
  ipulse_shared_core_ftredge/models/base_data_model.py,sha256=zUAU4B4PAh83vrmcl5AV5B0Twg8BA9sOKlx65UWknYk,1392
10
- ipulse_shared_core_ftredge/models/organization_profile.py,sha256=yTGhnj3Wx0N81k51f1ly2ejpsZ7833tIaPXfTdjyXS8,3614
10
+ ipulse_shared_core_ftredge/models/organization_profile.py,sha256=OnjsSVcp_LSB65F9Tl9udwNgqMg7gjSpv38eArpVXPc,3668
11
11
  ipulse_shared_core_ftredge/models/resource_catalog_item.py,sha256=8d6SPwW5dM6gvwuZ_v0zrubwEDutv4DcFna3vYJIRtA,4964
12
12
  ipulse_shared_core_ftredge/models/subscription.py,sha256=pd8YQ_i5imhi8T6j2R0ZlmYIZcGOTA-sd3Cl23-jwQQ,2118
13
13
  ipulse_shared_core_ftredge/models/user_auth.py,sha256=YgCeK0uJ-JOkPavwzogl4wGC3RpA8PVfl-5MPS4Kxhk,432
@@ -21,8 +21,8 @@ ipulse_shared_core_ftredge/services/fastapiservicemon.py,sha256=27clTZXH32mbju8o
21
21
  ipulse_shared_core_ftredge/services/servicemon.py,sha256=wWhsLwU1_07emaEyCNziZA1bDQVLxcfvQj0OseTLSTI,7969
22
22
  ipulse_shared_core_ftredge/utils/__init__.py,sha256=TeiidwpuZ2YTVOYBd2kUS2iG6UxZcV99Do38enLL2RU,43
23
23
  ipulse_shared_core_ftredge/utils/json_encoder.py,sha256=gBX6npueUyeOq1BSLs6s0SpqsCwelzJKxUOUzHnNZmE,540
24
- ipulse_shared_core_ftredge-7.1.1.dist-info/LICENCE,sha256=YBtYAXNqCCOo9Mr2hfkbSPAM9CeAr2j1VZBSwQTrNwE,1060
25
- ipulse_shared_core_ftredge-7.1.1.dist-info/METADATA,sha256=qsFRZ-GYnAmylhg4p2JKbumYjHAzH92qYbmV0gZXNxc,780
26
- ipulse_shared_core_ftredge-7.1.1.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
27
- ipulse_shared_core_ftredge-7.1.1.dist-info/top_level.txt,sha256=8sgYrptpexkA_6_HyGvho26cVFH9kmtGvaK8tHbsGHk,27
28
- ipulse_shared_core_ftredge-7.1.1.dist-info/RECORD,,
24
+ ipulse_shared_core_ftredge-7.2.1.dist-info/LICENCE,sha256=YBtYAXNqCCOo9Mr2hfkbSPAM9CeAr2j1VZBSwQTrNwE,1060
25
+ ipulse_shared_core_ftredge-7.2.1.dist-info/METADATA,sha256=AF1eUu-4MPLHFraBUVDiF2TdG_vMpySTTDuwpwXh4bg,780
26
+ ipulse_shared_core_ftredge-7.2.1.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
27
+ ipulse_shared_core_ftredge-7.2.1.dist-info/top_level.txt,sha256=8sgYrptpexkA_6_HyGvho26cVFH9kmtGvaK8tHbsGHk,27
28
+ ipulse_shared_core_ftredge-7.2.1.dist-info/RECORD,,