maleo-foundation 0.1.3__py3-none-any.whl → 0.1.5__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.
@@ -46,7 +46,7 @@ class HTTPClientManager:
46
46
  cls._client = None
47
47
 
48
48
  class URL(BaseModel):
49
- base:str = Field(..., "Base URL")
49
+ base:str = Field(..., description="Base URL")
50
50
 
51
51
  @property
52
52
  def api(self) -> str:
@@ -117,6 +117,9 @@ class MaleoClientManagers(BaseModel):
117
117
  imaging:Optional[MaleoClientManager] = Field(None, description="MaleoImaging client manager")
118
118
  mcu:Optional[MaleoClientManager] = Field(None, description="MaleoMCU client manager")
119
119
 
120
+ class Config:
121
+ arbitrary_types_allowed=True
122
+
120
123
  class ClientManagers(BaseModel):
121
124
  google:GoogleClientManagers = Field(..., description="Google client's managers")
122
125
  http:Type[HTTPClientManager] = Field(..., description="HTTP client's manager")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maleo_foundation
3
- Version: 0.1.3
3
+ Version: 0.1.5
4
4
  Summary: Foundation package for Maleo
5
5
  Author-email: Agra Bima Yuda <agra@nexmedis.com>
6
6
  License: MIT
@@ -30,10 +30,10 @@ maleo_foundation/expanded_types/service.py,sha256=q8jpKdbCbLWwH1UPQavKpVE14rC5rv
30
30
  maleo_foundation/expanded_types/token.py,sha256=4fRTJw6W5MYq71NksNrWNi7qYHQ4_lQwfu9WxwrMipc,355
31
31
  maleo_foundation/managers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
32
32
  maleo_foundation/managers/db.py,sha256=rbB5W2rSxV2xcexh9j79U4ZKgAuA61t8ZD2IKppg22k,4867
33
- maleo_foundation/managers/service.py,sha256=gAGp7eiWk1UzwiQ3ZIdTt71vyOE-aywI9Jc6ZwtLWg0,13510
33
+ maleo_foundation/managers/service.py,sha256=UVslS10rF0k-dWYHGdG8eZAXXq0GywZ24hnW46QghPo,13566
34
34
  maleo_foundation/managers/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
35
35
  maleo_foundation/managers/client/base.py,sha256=GytrN4WB0oa8Flg6VHJ4oSg7kaWQBjXQ8GTwC4VFleY,965
36
- maleo_foundation/managers/client/http.py,sha256=mxoi7hkvVKxjYPyc0fiB4So30ePr6eefMPsb8-cVRbk,2700
36
+ maleo_foundation/managers/client/http.py,sha256=dWFZlG1z4TERYBITReR5oSrlzvdhh2EtztVnsU8gCeA,2712
37
37
  maleo_foundation/managers/client/maleo.py,sha256=HA5PVWxLXSezwdgrnFlbYVcdBcafQWM97GZMSH7_lv4,3774
38
38
  maleo_foundation/managers/client/google/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
39
  maleo_foundation/managers/client/google/base.py,sha256=1lrGoyGnYW5Xq05bVXbKqnsqqmFPnsqZCBPK5-DINDA,1037
@@ -79,7 +79,7 @@ maleo_foundation/utils/logging.py,sha256=DuAaKQ1X7lB0y6udR-GF95BRKeluh0JoYN0K_jc
79
79
  maleo_foundation/utils/query.py,sha256=ODQ3adOYQNj5E2cRW9ytbjBz56nEDcnfq8mQ6YZbCCM,4375
80
80
  maleo_foundation/utils/formatter/__init__.py,sha256=iKf5YCbEdg1qKnFHyKqqcQbqAqEeRUf8mhI3v3dQoj8,78
81
81
  maleo_foundation/utils/formatter/case.py,sha256=TmvvlfzGdC_omMTB5vAa40TZBxQ3hnr-SYeo0M52Rlg,1352
82
- maleo_foundation-0.1.3.dist-info/METADATA,sha256=0w66e67jOvvf9PnnDjTeRBz2uFtmErG4NiY6iKfGVgQ,3189
83
- maleo_foundation-0.1.3.dist-info/WHEEL,sha256=GHB6lJx2juba1wDgXDNlMTyM13ckjBMKf-OnwgKOCtA,91
84
- maleo_foundation-0.1.3.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
85
- maleo_foundation-0.1.3.dist-info/RECORD,,
82
+ maleo_foundation-0.1.5.dist-info/METADATA,sha256=ADaf_vywci9wh74qypM7_dOO0HIspwYTs96Uk6T4GEk,3189
83
+ maleo_foundation-0.1.5.dist-info/WHEEL,sha256=GHB6lJx2juba1wDgXDNlMTyM13ckjBMKf-OnwgKOCtA,91
84
+ maleo_foundation-0.1.5.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
85
+ maleo_foundation-0.1.5.dist-info/RECORD,,