pycarlo 0.10.201__py3-none-any.whl → 0.10.202__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 pycarlo might be problematic. Click here for more details.

pycarlo/lib/schema.json CHANGED
@@ -37656,6 +37656,22 @@
37656
37656
  "name": "GenericScalar",
37657
37657
  "ofType": null
37658
37658
  }
37659
+ },
37660
+ {
37661
+ "args": [],
37662
+ "deprecationReason": null,
37663
+ "description": null,
37664
+ "isDeprecated": false,
37665
+ "name": "default",
37666
+ "type": {
37667
+ "kind": "NON_NULL",
37668
+ "name": null,
37669
+ "ofType": {
37670
+ "kind": "SCALAR",
37671
+ "name": "Boolean",
37672
+ "ofType": null
37673
+ }
37674
+ }
37659
37675
  }
37660
37676
  ],
37661
37677
  "inputFields": null,
pycarlo/lib/schema.py CHANGED
@@ -23310,6 +23310,7 @@ class LLMModel(sgqlc.types.Type):
23310
23310
  "category",
23311
23311
  "context_window",
23312
23312
  "regions",
23313
+ "default",
23313
23314
  )
23314
23315
  name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="name")
23315
23316
 
@@ -23323,6 +23324,8 @@ class LLMModel(sgqlc.types.Type):
23323
23324
 
23324
23325
  regions = sgqlc.types.Field(GenericScalar, graphql_name="regions")
23325
23326
 
23327
+ default = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="default")
23328
+
23326
23329
 
23327
23330
  class LabelCount(sgqlc.types.Type):
23328
23331
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.201
3
+ Version: 0.10.202
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -35,10 +35,10 @@ pycarlo/features/user/queries.py,sha256=m97RvM0oiBlrU5xmOwe_JJ5N0G0NG5hIOeyQqN2O
35
35
  pycarlo/features/user/service.py,sha256=DHkhuonySaHro07NTd0YNe3cNkDk62CiRTY77dhVaMs,2890
36
36
  pycarlo/lib/README.md,sha256=QGNeUefPzLKGyZqn5aITpcFgkC9WQTNS292BGisRFHk,139
37
37
  pycarlo/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
- pycarlo/lib/schema.json,sha256=iD7-3hEpBPFdbp0vRTq2NujF3uHBexZVPfWqUo2iy4M,6345786
39
- pycarlo/lib/schema.py,sha256=pGfg67HXTetm6XwNWz3x6XTuGFeqZ7MrGZltFkoGXOc,2763784
40
- pycarlo-0.10.201.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.201.dist-info/METADATA,sha256=hjh_dEyNQBkxdYH2PK4EbMq3Jcfvob6GkN2cn6gfE7U,8742
42
- pycarlo-0.10.201.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.201.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.201.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=IWN8aiABIYfdNnYyU7RIEYwvrX7_Ai-znwpHcIBBq9w,6346245
39
+ pycarlo/lib/schema.py,sha256=aKxH5Zfb98rPi9kpErHdWT9S0m252fy6eeC0ciQajLU,2763891
40
+ pycarlo-0.10.202.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.202.dist-info/METADATA,sha256=pJjHqQ3X2z-lUYq5w9oqQrEF77ArayTK9tw_nu8i90g,8742
42
+ pycarlo-0.10.202.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.202.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.202.dist-info/RECORD,,