superb-ai-onprem 0.5.21__py3-none-any.whl → 0.5.22__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 superb-ai-onprem might be problematic. Click here for more details.
- spb_onprem/_version.py +2 -2
- spb_onprem/slices/service.py +3 -3
- {superb_ai_onprem-0.5.21.dist-info → superb_ai_onprem-0.5.22.dist-info}/METADATA +1 -1
- {superb_ai_onprem-0.5.21.dist-info → superb_ai_onprem-0.5.22.dist-info}/RECORD +7 -7
- {superb_ai_onprem-0.5.21.dist-info → superb_ai_onprem-0.5.22.dist-info}/WHEEL +0 -0
- {superb_ai_onprem-0.5.21.dist-info → superb_ai_onprem-0.5.22.dist-info}/licenses/LICENSE +0 -0
- {superb_ai_onprem-0.5.21.dist-info → superb_ai_onprem-0.5.22.dist-info}/top_level.txt +0 -0
spb_onprem/_version.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.5.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 5,
|
|
31
|
+
__version__ = version = '0.5.22'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 5, 22)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
spb_onprem/slices/service.py
CHANGED
|
@@ -61,9 +61,9 @@ class SliceService(BaseService):
|
|
|
61
61
|
print(f"[DEBUG] Response type: {type(response)}")
|
|
62
62
|
print(f"[DEBUG] Response keys: {response.keys() if isinstance(response, dict) else 'Not a dict'}")
|
|
63
63
|
|
|
64
|
-
|
|
65
|
-
print(f"[DEBUG]
|
|
66
|
-
return Slice.model_validate(
|
|
64
|
+
# response는 이미 createSlice 객체 자체 (request_gql이 data.createSlice를 추출함)
|
|
65
|
+
print(f"[DEBUG] Using response directly as slice_dict: {response}")
|
|
66
|
+
return Slice.model_validate(response)
|
|
67
67
|
|
|
68
68
|
def get_slices(
|
|
69
69
|
self,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
spb_onprem/__init__.py,sha256=ZldbV-bTUi0Vb3fj_PXSZZEDRsBYn-5UBfWb-uVff6A,2896
|
|
2
|
-
spb_onprem/_version.py,sha256=
|
|
2
|
+
spb_onprem/_version.py,sha256=QRoUv7bU7901DI6RSvQHQGm-IXIHiJ1_IdePGygj3wI,706
|
|
3
3
|
spb_onprem/base_model.py,sha256=XLtyoxRBs68LrvbFH8V4EvQGPc2W17koC310MnS37jc,442
|
|
4
4
|
spb_onprem/base_service.py,sha256=_6aLM_zn4Ycd7nAc_BA395KmxH5lcSxd7gmgG9DdOf4,6518
|
|
5
5
|
spb_onprem/base_types.py,sha256=5HO6uy6qf08b4KSElwIaGy7UkoQG2KqVO6gcHbsqqSo,269
|
|
@@ -120,7 +120,7 @@ spb_onprem/predictions/params/get_prediction_sets.py,sha256=w3yLmrVWiTPGtXhERe6h
|
|
|
120
120
|
spb_onprem/predictions/params/update_prediction_set_data_info.py,sha256=oGl2pZPjsMCeCr3gjYlg8ms0ukl811ogwpSbDhUyxDk,767
|
|
121
121
|
spb_onprem/slices/__init__.py,sha256=xgpNGYzqgwQ8C-Bgw9AZWMAgBW38UU-U4Wube8hkodI,69
|
|
122
122
|
spb_onprem/slices/queries.py,sha256=13JcjACvCg7AbdGfUODDJeq77gGZlNjngFB-9UmgLZk,3080
|
|
123
|
-
spb_onprem/slices/service.py,sha256=
|
|
123
|
+
spb_onprem/slices/service.py,sha256=r5FLymGQvgGAVVc0tMerhMk39gcruRMJ9ZQw7fbv0gs,6393
|
|
124
124
|
spb_onprem/slices/entities/__init__.py,sha256=fXBFWw9NI0DkTORkHczs_oFPqE9MVISOsAqnN4-euh0,52
|
|
125
125
|
spb_onprem/slices/entities/slice.py,sha256=Kcn3G8NLQhpRID9xkwe6_CvS5kaJOMDPUStHM-BYkhY,623
|
|
126
126
|
spb_onprem/slices/params/__init__.py,sha256=NFimX_7wDtqFda5q5W5PtiBCgDwH3iEQHijz2BY7Loc,476
|
|
@@ -132,7 +132,7 @@ spb_onprem/slices/params/update_slice.py,sha256=kryOmCnRTQ_OU0qDKgugppLrpeUpuLwm
|
|
|
132
132
|
spb_onprem/users/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
133
133
|
spb_onprem/users/entities/__init__.py,sha256=X8HZsCTlQnuPszok3AwI-i7bsQi0Ehul5L_2jZaol5E,57
|
|
134
134
|
spb_onprem/users/entities/auth.py,sha256=_KP-7yUErBxhJMm-dE3ObprPEG6e0JI2qNg6g8aK1qM,3371
|
|
135
|
-
superb_ai_onprem-0.5.
|
|
135
|
+
superb_ai_onprem-0.5.22.dist-info/licenses/LICENSE,sha256=CdinbFiHKGkGl6cPde6WgXhMuzyUXEG6tzy2-7udZ8o,1066
|
|
136
136
|
tests/__init__.py,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
|
|
137
137
|
tests/activities/__init__.py,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
|
|
138
138
|
tests/activities/real_test.py,sha256=0gQHg7rIEuZndGZyNHMWSD5nUZPMsUGigfCjWFxMthQ,1786
|
|
@@ -153,7 +153,7 @@ tests/models/__init__.py,sha256=Z2naiUgIjI-nHGsldwze1BqpV5JfDKTaBk-vg6_h6t4,21
|
|
|
153
153
|
tests/models/test_model_service.py,sha256=lQKFPHlfxhqcnrKHz6l2sGp53lpmC_kCHgQ-sXBbgMw,7556
|
|
154
154
|
tests/predictions/__init__.py,sha256=mFAXy0xOEXVYM7quYfIhwSih3kcEDdD4rLPq5G91Igg,26
|
|
155
155
|
tests/predictions/test_prediction_service.py,sha256=u2MYXNXSXKRAbv-Rz7sV0roitbD2h5U5ZIAaqeFMA1M,12632
|
|
156
|
-
superb_ai_onprem-0.5.
|
|
157
|
-
superb_ai_onprem-0.5.
|
|
158
|
-
superb_ai_onprem-0.5.
|
|
159
|
-
superb_ai_onprem-0.5.
|
|
156
|
+
superb_ai_onprem-0.5.22.dist-info/METADATA,sha256=28QRfcwICLwQL5Sh8vbBOsEFNwkFOMVw_7ya8iRcLbU,5818
|
|
157
|
+
superb_ai_onprem-0.5.22.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
158
|
+
superb_ai_onprem-0.5.22.dist-info/top_level.txt,sha256=LbqU6FjWKaxO7FPS5-71e3OIS8VgBi5VrtQMWFOW25Q,17
|
|
159
|
+
superb_ai_onprem-0.5.22.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|