graphlit-client 1.0.20250519001__py3-none-any.whl → 1.0.20250522001__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.
graphlit_api/enums.py CHANGED
@@ -928,6 +928,10 @@ class AnthropicModels(str, Enum):
928
928
  CLAUDE_3_5_HAIKU_20241022 = "CLAUDE_3_5_HAIKU_20241022"
929
929
  CLAUDE_3_7_SONNET = "CLAUDE_3_7_SONNET"
930
930
  CLAUDE_3_7_SONNET_20250219 = "CLAUDE_3_7_SONNET_20250219"
931
+ CLAUDE_4_SONNET = "CLAUDE_4_SONNET"
932
+ CLAUDE_4_SONNET_20250514 = "CLAUDE_4_SONNET_20250514"
933
+ CLAUDE_4_OPUS = "CLAUDE_4_OPUS"
934
+ CLAUDE_4_OPUS_20250514 = "CLAUDE_4_OPUS_20250514"
931
935
  CUSTOM = "CUSTOM"
932
936
 
933
937
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: graphlit-client
3
- Version: 1.0.20250519001
3
+ Version: 1.0.20250522001
4
4
  Summary: Graphlit API Python Client
5
5
  Home-page: https://github.com/graphlit/graphlit-client-python
6
6
  Author: Unstruk Data Inc.
@@ -157,7 +157,7 @@ graphlit_api/disable_user.py,sha256=qfFXMq691gPVdFjF-mYzjcx6DIvZnsp5Nny5pl0qI9Q,
157
157
  graphlit_api/enable_alert.py,sha256=KctjIbnyZDoDynbuD6IR2fHuNHKAtM07VVgKzTL479g,398
158
158
  graphlit_api/enable_feed.py,sha256=BhtLlEGV9p8ICodywdN9-sASWSX3w_4c3zYtf-bdaGE,390
159
159
  graphlit_api/enable_user.py,sha256=_0rQnpwVYhBrRcnpfqrKTOiANgOMe-ibUAHmS-XC0qo,390
160
- graphlit_api/enums.py,sha256=FDkBKefcPvl9wuBvK0gXFTUc5EG7fugT9Dv0lPeoYG4,27778
160
+ graphlit_api/enums.py,sha256=_YVVjJIRZSDcOqEK7ELVSxO0I3Xu39rlD4m-3_160BU,27966
161
161
  graphlit_api/exceptions.py,sha256=s0ECCqA83fhlv5GqIpT-fNFIZ7sRABG23Wj7DcEl4X0,2433
162
162
  graphlit_api/extract_contents.py,sha256=qsSy8UOJuqsUnCcuduaNPyaK2mZk_1noECT0Jgx3zRA,961
163
163
  graphlit_api/extract_text.py,sha256=jfkL6ep5wzXeoelZ5nRwNRT0t7oDCUt1xrigqkMj-7M,887
@@ -303,8 +303,8 @@ graphlit_api/upsert_label.py,sha256=_bVWrISvyt4G4IcjAKqu8c5P6FDgaODdIGtSToJfNOY,
303
303
  graphlit_api/upsert_specification.py,sha256=23eLTL8OLAYE-j_nhjT5NgaCrSUs9Q40rGW_VhDrDoM,643
304
304
  graphlit_api/upsert_workflow.py,sha256=QL5Gi8jqF4wG9_qReoW8E5X7VsSIsLzgxIY1aAK0ebo,15692
305
305
  graphlit_api/workflow_exists.py,sha256=1XVcqCW_KZ3BwUFx08lwqQdf1ZpJ6Vmi8jBqcrMqYRI,397
306
- graphlit_client-1.0.20250519001.dist-info/licenses/LICENSE,sha256=ivF8XnUYrNZFQ1wZFMrxWshDb1h7TdSK6Qk8_3WPkhM,1095
307
- graphlit_client-1.0.20250519001.dist-info/METADATA,sha256=WCM9HODtFeqzHI9_OdWx4f1YkI1bkfvEGNLLwz59vMM,3408
308
- graphlit_client-1.0.20250519001.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
309
- graphlit_client-1.0.20250519001.dist-info/top_level.txt,sha256=HUVfNzJrxWuHS-4M5I7XjLa8-mxYQwfx01A4YKJZSYM,22
310
- graphlit_client-1.0.20250519001.dist-info/RECORD,,
306
+ graphlit_client-1.0.20250522001.dist-info/licenses/LICENSE,sha256=ivF8XnUYrNZFQ1wZFMrxWshDb1h7TdSK6Qk8_3WPkhM,1095
307
+ graphlit_client-1.0.20250522001.dist-info/METADATA,sha256=F83aMoAds0b5b6h8omVe7t9tmqpgGfKpTM0BAUmSbUg,3408
308
+ graphlit_client-1.0.20250522001.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
309
+ graphlit_client-1.0.20250522001.dist-info/top_level.txt,sha256=HUVfNzJrxWuHS-4M5I7XjLa8-mxYQwfx01A4YKJZSYM,22
310
+ graphlit_client-1.0.20250522001.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.7.1)
2
+ Generator: setuptools (80.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5