exa-py 1.5.2__tar.gz → 1.6.0__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.
Potentially problematic release.
This version of exa-py might be problematic. Click here for more details.
- {exa_py-1.5.2 → exa_py-1.6.0}/PKG-INFO +1 -1
- {exa_py-1.5.2 → exa_py-1.6.0}/exa_py/api.py +2 -2
- {exa_py-1.5.2 → exa_py-1.6.0}/exa_py.egg-info/PKG-INFO +1 -1
- {exa_py-1.5.2 → exa_py-1.6.0}/setup.py +1 -1
- {exa_py-1.5.2 → exa_py-1.6.0}/README.md +0 -0
- {exa_py-1.5.2 → exa_py-1.6.0}/exa_py/__init__.py +0 -0
- {exa_py-1.5.2 → exa_py-1.6.0}/exa_py/py.typed +0 -0
- {exa_py-1.5.2 → exa_py-1.6.0}/exa_py/utils.py +0 -0
- {exa_py-1.5.2 → exa_py-1.6.0}/exa_py.egg-info/SOURCES.txt +0 -0
- {exa_py-1.5.2 → exa_py-1.6.0}/exa_py.egg-info/dependency_links.txt +0 -0
- {exa_py-1.5.2 → exa_py-1.6.0}/exa_py.egg-info/requires.txt +0 -0
- {exa_py-1.5.2 → exa_py-1.6.0}/exa_py.egg-info/top_level.txt +0 -0
- {exa_py-1.5.2 → exa_py-1.6.0}/pyproject.toml +0 -0
- {exa_py-1.5.2 → exa_py-1.6.0}/setup.cfg +0 -0
|
@@ -133,7 +133,7 @@ FIND_SIMILAR_OPTIONS_TYPES = {
|
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
# the livecrawl options
|
|
136
|
-
LIVECRAWL_OPTIONS = Literal["always", "fallback", "never"]
|
|
136
|
+
LIVECRAWL_OPTIONS = Literal["always", "fallback", "never", "auto"]
|
|
137
137
|
|
|
138
138
|
CONTENTS_OPTIONS_TYPES = {
|
|
139
139
|
"ids": [list],
|
|
@@ -546,7 +546,7 @@ class Exa:
|
|
|
546
546
|
self,
|
|
547
547
|
api_key: Optional[str],
|
|
548
548
|
base_url: str = "https://api.exa.ai",
|
|
549
|
-
user_agent: str = "exa-py 1.
|
|
549
|
+
user_agent: str = "exa-py 1.6.0",
|
|
550
550
|
):
|
|
551
551
|
"""Initialize the Exa client with the provided API key and optional base URL and user agent.
|
|
552
552
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|