discovery-engine-api 0.2.81__tar.gz → 0.2.82__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,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: discovery-engine-api
3
- Version: 0.2.81
4
- Summary: Python SDK for the Disco API
3
+ Version: 0.2.82
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
7
7
  Project-URL: API Keys, https://disco.leap-labs.com/developers
@@ -1,6 +1,6 @@
1
1
  """Disco Python SDK."""
2
2
 
3
- __version__ = "0.2.81"
3
+ __version__ = "0.2.82"
4
4
 
5
5
  from discovery.client import Engine
6
6
  from discovery.types import (
@@ -1,4 +1,4 @@
1
- """Type definitions for the Discovery SDK."""
1
+ """Type definitions for Disco SDK."""
2
2
 
3
3
  from dataclasses import dataclass, field
4
4
  from typing import Any, Dict, List, Optional
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "discovery-engine-api"
3
- version = "0.2.81"
4
- description = "Python SDK for the Disco API"
3
+ version = "0.2.82"
4
+ description = "Python SDK for Disco API"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
7
7
  license = {text = "MIT"}