ipulse-shared-core-ftredge 7.1.1__tar.gz → 7.2.1__tar.gz

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.

Files changed (34) hide show
  1. {ipulse_shared_core_ftredge-7.1.1/src/ipulse_shared_core_ftredge.egg-info → ipulse_shared_core_ftredge-7.2.1}/PKG-INFO +1 -1
  2. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/setup.py +1 -1
  3. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/models/organization_profile.py +4 -4
  4. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1/src/ipulse_shared_core_ftredge.egg-info}/PKG-INFO +1 -1
  5. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/LICENCE +0 -0
  6. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/README.md +0 -0
  7. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/pyproject.toml +0 -0
  8. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/setup.cfg +0 -0
  9. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/__init__.py +0 -0
  10. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/dependencies/__init__.py +0 -0
  11. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/dependencies/auth_firebase_token_validation.py +0 -0
  12. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/dependencies/auth_protected_router.py +0 -0
  13. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/dependencies/authz_for_apis.py +0 -0
  14. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/dependencies/firestore_client.py +0 -0
  15. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/models/__init__.py +0 -0
  16. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/models/base_api_response.py +0 -0
  17. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/models/base_data_model.py +0 -0
  18. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/models/resource_catalog_item.py +0 -0
  19. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/models/subscription.py +0 -0
  20. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/models/user_auth.py +0 -0
  21. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/models/user_profile.py +0 -0
  22. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/models/user_profile_update.py +0 -0
  23. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/models/user_status.py +0 -0
  24. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/services/__init__.py +0 -0
  25. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/services/base_firestore_service.py +0 -0
  26. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/services/base_service_exceptions.py +0 -0
  27. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/services/fastapiservicemon.py +0 -0
  28. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/services/servicemon.py +0 -0
  29. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/utils/__init__.py +0 -0
  30. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge/utils/json_encoder.py +0 -0
  31. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge.egg-info/SOURCES.txt +0 -0
  32. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge.egg-info/dependency_links.txt +0 -0
  33. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge.egg-info/requires.txt +0 -0
  34. {ipulse_shared_core_ftredge-7.1.1 → ipulse_shared_core_ftredge-7.2.1}/src/ipulse_shared_core_ftredge.egg-info/top_level.txt +0 -0
@@ -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
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
3
3
 
4
4
  setup(
5
5
  name='ipulse_shared_core_ftredge',
6
- version='7.1.1',
6
+ version='7.2.1',
7
7
  package_dir={'': 'src'}, # Specify the source directory
8
8
  packages=find_packages(where='src'), # Look for packages in 'src'
9
9
  install_requires=[
@@ -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