discovery-engine-api 0.2.65__tar.gz → 0.2.66__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.65
3
+ Version: 0.2.66
4
4
  Summary: Python SDK for the Discovery Engine API
5
5
  Project-URL: Homepage, https://www.leap-labs.com
6
6
  Project-URL: Documentation, https://disco.leap-labs.com/llms-full.txt
@@ -215,7 +215,7 @@ Manage credits and plans at [disco.leap-labs.com/account](https://disco.leap-lab
215
215
 
216
216
  ## File Size Limits
217
217
 
218
- Uploads up to **1 GB**. Files are uploaded directly to cloud storage using presigned URLs.
218
+ Uploads up to **5 GB**. Files are uploaded directly to cloud storage using presigned URLs.
219
219
 
220
220
  Supported formats: **CSV**, **TSV**, **Excel (.xlsx)**, **JSON**, **Parquet**, **ARFF**, **Feather**.
221
221
 
@@ -178,7 +178,7 @@ Manage credits and plans at [disco.leap-labs.com/account](https://disco.leap-lab
178
178
 
179
179
  ## File Size Limits
180
180
 
181
- Uploads up to **1 GB**. Files are uploaded directly to cloud storage using presigned URLs.
181
+ Uploads up to **5 GB**. Files are uploaded directly to cloud storage using presigned URLs.
182
182
 
183
183
  Supported formats: **CSV**, **TSV**, **Excel (.xlsx)**, **JSON**, **Parquet**, **ARFF**, **Feather**.
184
184
 
@@ -533,4 +533,4 @@ All errors inherit from `DiscoveryError` and include a `suggestion` field with a
533
533
 
534
534
  ## Supported Formats
535
535
 
536
- CSV, TSV, Excel (.xlsx), JSON, Parquet, ARFF, Feather. Max file size: 1 GB.
536
+ CSV, TSV, Excel (.xlsx), JSON, Parquet, ARFF, Feather. Max file size: 5 GB.
@@ -1,6 +1,6 @@
1
1
  """Discovery Engine Python SDK."""
2
2
 
3
- __version__ = "0.2.65"
3
+ __version__ = "0.2.66"
4
4
 
5
5
  from discovery.client import Engine
6
6
  from discovery.types import (
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "discovery-engine-api"
3
- version = "0.2.65"
3
+ version = "0.2.66"
4
4
  description = "Python SDK for the Discovery Engine API"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"