graphscope-flex 0.31.0a20250212__py2.py3-none-any.whl → 0.31.0a20250213__py2.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.
@@ -85,6 +85,10 @@ class LongText(BaseModel):
85
85
  if not isinstance(obj, dict):
86
86
  return cls.model_validate(obj)
87
87
 
88
+ for key in obj:
89
+ if key not in cls.__properties:
90
+ raise ValueError(f"Unexpected field {key} for LongText")
91
+
88
92
  _obj = cls.model_validate({
89
93
  "long_text": obj.get("long_text")
90
94
  })
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: graphscope-flex
3
- Version: 0.31.0a20250212
3
+ Version: 0.31.0a20250213
4
4
  Summary: GraphScope FLEX HTTP SERVICE API
5
5
  Home-page: UNKNOWN
6
6
  Author: GraphScope
@@ -60,7 +60,7 @@ graphscope/flex/rest/models/get_stored_proc_response.py,sha256=3F4jRAgrP81yygpdX
60
60
  graphscope/flex/rest/models/get_vertex_type.py,sha256=DORL5o-7Iwxra4Sv2EgMK1kYWoHkUmJ-P5X29w8Kcl8,4075
61
61
  graphscope/flex/rest/models/gs_data_type.py,sha256=zJTN7jXXA2VuUJlgLoWdznVYpP1y4PDIzJUQOWZDjeY,6096
62
62
  graphscope/flex/rest/models/job_status.py,sha256=WpU_xVM1Z2hOPZWccCrlL_TOeS6fMSktpfPs-BfbdZ8,3533
63
- graphscope/flex/rest/models/long_text.py,sha256=YRJfsN24WuZneJO_jTyrAN9ngg9cQVif-0geyKgctSU,2860
63
+ graphscope/flex/rest/models/long_text.py,sha256=qRUEzdUItlIw8L3Bi4JM4SvzDHivGY0x6sqDkEwQBfo,3002
64
64
  graphscope/flex/rest/models/node_status.py,sha256=dp6o_ipwJFQ-5NOY3VaI2AJaGfheDX-ToHe2OIF1m-Q,2971
65
65
  graphscope/flex/rest/models/parameter.py,sha256=UGal3fQPHLgs3hGFmmPgC608zxyb4LzDeuWj-sPhDx8,3076
66
66
  graphscope/flex/rest/models/pod_status.py,sha256=ZozN_gDRncNTfjeHkJvpw9aZqwoDkPCVYoOJrGRyQCA,3545
@@ -85,7 +85,7 @@ graphscope/flex/rest/models/upload_file_response.py,sha256=-fMN6KfHporMNSSVIqbs0
85
85
  graphscope/flex/rest/models/var_char.py,sha256=wde5ePkkwFdHjM1Dg_rY4cnx1Zv1c3lp50SqdWTQWfU,2916
86
86
  graphscope/flex/rest/models/var_char_var_char.py,sha256=tANisIVwj8a6oWl_qC9EWQN5FQql64xCcKl3nqKVCNY,2649
87
87
  graphscope/flex/rest/models/vertex_mapping.py,sha256=v0ILNhsCqjdSoYGNP7-2XQkF0viSx1Mszd8RTWtearA,3414
88
- graphscope_flex-0.31.0a20250212.dist-info/METADATA,sha256=Pf5P2g_eHPttSGerBy4D7O7TLNnZx1F_SwWI5huK9WE,882
89
- graphscope_flex-0.31.0a20250212.dist-info/WHEEL,sha256=kGT74LWyRUZrL4VgLh6_g12IeVl_9u9ZVhadrgXZUEY,110
90
- graphscope_flex-0.31.0a20250212.dist-info/top_level.txt,sha256=_6VvFKT8k3gGfOyNYDHGabL2O-Xzhfm87uy3kVRzWV0,11
91
- graphscope_flex-0.31.0a20250212.dist-info/RECORD,,
88
+ graphscope_flex-0.31.0a20250213.dist-info/METADATA,sha256=UcCJ0NkfCFACvdIC2LSIa5zmt0I5430U3VVU2DwOxHM,882
89
+ graphscope_flex-0.31.0a20250213.dist-info/WHEEL,sha256=kGT74LWyRUZrL4VgLh6_g12IeVl_9u9ZVhadrgXZUEY,110
90
+ graphscope_flex-0.31.0a20250213.dist-info/top_level.txt,sha256=_6VvFKT8k3gGfOyNYDHGabL2O-Xzhfm87uy3kVRzWV0,11
91
+ graphscope_flex-0.31.0a20250213.dist-info/RECORD,,