discovery-engine-api 0.1.37__py3-none-any.whl → 0.1.50__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.
discovery/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  """Discovery Engine Python SDK."""
2
2
 
3
- __version__ = "0.1.37"
3
+ __version__ = "0.1.50"
4
4
 
5
5
  from discovery.client import Engine
6
6
  from discovery.types import (
discovery/client.py CHANGED
@@ -32,9 +32,9 @@ from discovery.types import (
32
32
  class Engine:
33
33
  """Engine for the Discovery Engine API."""
34
34
 
35
- # Production dashboard URL (can be overridden via DISCOVERY_API_URL env var for testing)
36
- # The SDK calls the dashboard API which handles all report creation and credit deduction
37
- _DEFAULT_BASE_URL = "https://disco.leap-labs.com"
35
+ # Production API URL (can be overridden via DISCOVERY_API_URL env var for testing)
36
+ # This points to the Modal-deployed FastAPI API
37
+ _DEFAULT_BASE_URL = "https://leap-labs-production--discovery-api.modal.run"
38
38
 
39
39
  def __init__(self, api_key: str):
40
40
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: discovery-engine-api
3
- Version: 0.1.37
3
+ Version: 0.1.50
4
4
  Summary: Python SDK for the Discovery Engine API
5
5
  Project-URL: Homepage, https://github.com/leap-laboratories/discovery
6
6
  Project-URL: Documentation, https://github.com/leap-laboratories/discovery
@@ -0,0 +1,6 @@
1
+ discovery/__init__.py,sha256=Ez8FyzXiwZOdBpUK81lcAsWbXG1dPdvs09vXiCxT_zc,586
2
+ discovery/client.py,sha256=sv1AoRzipSlgx1H6GRab4EfT8DlOm5xzKKNeTdkQiO8,30976
3
+ discovery/types.py,sha256=4Z3gKdxWnOpymEjBGCzAeUGjwRT2A0aCpmuwctbE4w0,6008
4
+ discovery_engine_api-0.1.50.dist-info/METADATA,sha256=zRt5fuyffJt3X5QCWpQaVG6JpEyaegIvumEMKtInAco,12675
5
+ discovery_engine_api-0.1.50.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
6
+ discovery_engine_api-0.1.50.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- discovery/__init__.py,sha256=G76Bat_wObM0N7ILlRGrFIvVLfYZVkq3fOzV5QuxUfc,586
2
- discovery/client.py,sha256=e0ZgvAF_DiFwNT0Pw4Vl7bmH7wxDZW8WS1loP7aUuU4,30997
3
- discovery/types.py,sha256=4Z3gKdxWnOpymEjBGCzAeUGjwRT2A0aCpmuwctbE4w0,6008
4
- discovery_engine_api-0.1.37.dist-info/METADATA,sha256=eisjw7JqYtSzEyINHuyhReXutvjrb1xeMeTkCAEecZc,12675
5
- discovery_engine_api-0.1.37.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
6
- discovery_engine_api-0.1.37.dist-info/RECORD,,