pycarlo 0.10.189__py3-none-any.whl → 0.10.190__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
@@ -10964,19 +10964,15 @@
10964
10964
  "description": "Filter by agent span fields (agent, workflow, task, span_name)",
10965
10965
  "name": "agentSpanFilters",
10966
10966
  "type": {
10967
- "kind": "NON_NULL",
10967
+ "kind": "LIST",
10968
10968
  "name": null,
10969
10969
  "ofType": {
10970
- "kind": "LIST",
10970
+ "kind": "NON_NULL",
10971
10971
  "name": null,
10972
10972
  "ofType": {
10973
- "kind": "NON_NULL",
10974
- "name": null,
10975
- "ofType": {
10976
- "kind": "INPUT_OBJECT",
10977
- "name": "AgentSpanFilterInput",
10978
- "ofType": null
10979
- }
10973
+ "kind": "INPUT_OBJECT",
10974
+ "name": "AgentSpanFilterInput",
10975
+ "ofType": null
10980
10976
  }
10981
10977
  }
10982
10978
  }
pycarlo/lib/schema.py CHANGED
@@ -51090,9 +51090,7 @@ class Query(sgqlc.types.Type):
51090
51090
  (
51091
51091
  "agent_span_filters",
51092
51092
  sgqlc.types.Arg(
51093
- sgqlc.types.non_null(
51094
- sgqlc.types.list_of(sgqlc.types.non_null(AgentSpanFilterInput))
51095
- ),
51093
+ sgqlc.types.list_of(sgqlc.types.non_null(AgentSpanFilterInput)),
51096
51094
  graphql_name="agentSpanFilters",
51097
51095
  default=None,
51098
51096
  ),
@@ -51143,7 +51141,7 @@ class Query(sgqlc.types.Type):
51143
51141
 
51144
51142
  * `mcon` (`String!`): MCON of the table with agent observability
51145
51143
  traces
51146
- * `agent_span_filters` (`[AgentSpanFilterInput!]!`): Filter by
51144
+ * `agent_span_filters` (`[AgentSpanFilterInput!]`): Filter by
51147
51145
  agent span fields (agent, workflow, task, span_name)
51148
51146
  * `filters` (`FilterGroupInput`): Structured SQL filtering
51149
51147
  conditions to apply to query
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.189
3
+ Version: 0.10.190
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=7fXhW1GL66ediw0fgPa5-s3zeXuEHvxT6-QyHEzHndc,6332804
39
- pycarlo/lib/schema.py,sha256=GOYCKVhXrfUZUyv3iEk0wfUD0gL6Iqgx4xyASG6G2Rg,2757835
40
- pycarlo-0.10.189.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.189.dist-info/METADATA,sha256=vIT-kt-KcYmEH99vt25VoUm9jzw23lX9HyFoHRKDPoM,8742
42
- pycarlo-0.10.189.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.189.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.189.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=mdwZO-ZuAeLi4XRQ030NHWz_FfAgTsd1pIvGz8cCFHQ,6332654
39
+ pycarlo/lib/schema.py,sha256=0phx3n9GWX3elEE6wLv0LYoKU2uBAgVoI4b4HoLtmuE,2757758
40
+ pycarlo-0.10.190.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.190.dist-info/METADATA,sha256=iKGGSkKPJSCZiXGE90IRCkk1ZcczhrmtI_7QiJgjcVQ,8742
42
+ pycarlo-0.10.190.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.190.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.190.dist-info/RECORD,,