discovery-engine-api 0.2.102__tar.gz → 0.2.104__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: discovery-engine-api
3
- Version: 0.2.102
3
+ Version: 0.2.104
4
4
  Summary: Python SDK for Disco API
5
5
  Project-URL: Homepage, https://www.leap-labs.com
6
6
  Project-URL: Documentation, https://disco.leap-labs.com/llms-full.txt
@@ -1,6 +1,6 @@
1
1
  """Disco Python SDK."""
2
2
 
3
- __version__ = "0.2.102"
3
+ __version__ = "0.2.104"
4
4
 
5
5
  from discovery.client import Engine
6
6
  from discovery.types import (
@@ -949,7 +949,7 @@ class Engine:
949
949
  if timeseries_groups:
950
950
  report_payload["columnGroups"] = timeseries_groups
951
951
  response = await dashboard_client.post(
952
- "/api/reports/create-from-upload",
952
+ "/api/run-analysis",
953
953
  json=report_payload,
954
954
  )
955
955
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "discovery-engine-api"
3
- version = "0.2.102"
3
+ version = "0.2.104"
4
4
  description = "Python SDK for Disco API"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"