maleo-identity 0.0.96__py3-none-any.whl → 0.0.97__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 maleo-identity might be problematic. Click here for more details.

maleo/identity/models.py CHANGED
@@ -276,7 +276,7 @@ class User(
276
276
  )
277
277
 
278
278
  @declared_attr
279
- def system_roles(cls) -> Mapped["UserSystemRole | None"]:
279
+ def system_roles(cls) -> Mapped[list["UserSystemRole"]]:
280
280
  return relationship(
281
281
  "UserSystemRole", back_populates="user", cascade="all, delete-orphan"
282
282
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maleo-identity
3
- Version: 0.0.96
3
+ Version: 0.0.97
4
4
  Summary: MaleoIdentity service package
5
5
  Author-email: Agra Bima Yuda <agra@nexmedis.com>
6
6
  License: Proprietary
@@ -1,5 +1,5 @@
1
1
  maleo/identity/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- maleo/identity/models.py,sha256=jCDCBx0jImvFSKxZ3qoIIh5NkjDjuZuFhpACXDU9ONo,10658
2
+ maleo/identity/models.py,sha256=XqxpJxCOgnOdVriB-lrP4G1HV-WpzUWzVj3xzIkN6q0,10657
3
3
  maleo/identity/constants/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  maleo/identity/constants/organization.py,sha256=9GXKRvYRFMIWX56VhpHw_AAuQmelwQwZT4_3hPusw7U,607
5
5
  maleo/identity/constants/organization_registration_code.py,sha256=dseUWnG3-rQv-e4d4wWpMmAHEgDLznfV1VXGMQFXM7Y,783
@@ -29,8 +29,8 @@ maleo/identity/types/user_profile.py,sha256=wLu9QcVDfiMke3-Smfs-LI3zV5QiMuCKkoa0
29
29
  maleo/identity/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
30
  maleo/identity/utils/organization.py,sha256=pcx3ay5S0CjvgCHST0dJM3OykNXTQO8wr4Ium0H8_Ek,1824
31
31
  maleo/identity/utils/user.py,sha256=5GjWmOnELzk2pF7gJNfGlQh9rnNI5oy9z1d9tVQp3oI,1696
32
- maleo_identity-0.0.96.dist-info/licenses/LICENSE,sha256=aftGsecnk7TWVX-7KW94FqK4Syy6YSZ8PZEF7EcIp3M,2621
33
- maleo_identity-0.0.96.dist-info/METADATA,sha256=faEqAn7F_PYNlFTbHykzr0v23YhSDz3FIswQUHuf6e4,3546
34
- maleo_identity-0.0.96.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
35
- maleo_identity-0.0.96.dist-info/top_level.txt,sha256=3Tpd1siVsfYoeI9FEOJNYnffx_shzZ3wsPpTvz5bljc,6
36
- maleo_identity-0.0.96.dist-info/RECORD,,
32
+ maleo_identity-0.0.97.dist-info/licenses/LICENSE,sha256=aftGsecnk7TWVX-7KW94FqK4Syy6YSZ8PZEF7EcIp3M,2621
33
+ maleo_identity-0.0.97.dist-info/METADATA,sha256=Rfh49XxqKr2DVMcNA0UjnWSIZcALN_ejMudxPrxmfrY,3546
34
+ maleo_identity-0.0.97.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
35
+ maleo_identity-0.0.97.dist-info/top_level.txt,sha256=3Tpd1siVsfYoeI9FEOJNYnffx_shzZ3wsPpTvz5bljc,6
36
+ maleo_identity-0.0.97.dist-info/RECORD,,