exa-py 1.7.0__py3-none-any.whl → 1.7.1__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.
Potentially problematic release.
This version of exa-py might be problematic. Click here for more details.
exa_py/api.py
CHANGED
|
@@ -549,7 +549,7 @@ class Exa:
|
|
|
549
549
|
self,
|
|
550
550
|
api_key: Optional[str],
|
|
551
551
|
base_url: str = "https://api.exa.ai",
|
|
552
|
-
user_agent: str = "exa-py 1.7.
|
|
552
|
+
user_agent: str = "exa-py 1.7.1",
|
|
553
553
|
):
|
|
554
554
|
"""Initialize the Exa client with the provided API key and optional base URL and user agent.
|
|
555
555
|
|
|
@@ -858,8 +858,8 @@ class Exa:
|
|
|
858
858
|
return SearchResponse(
|
|
859
859
|
[Result(**to_snake_case(result)) for result in data["results"]],
|
|
860
860
|
data["autopromptString"] if "autopromptString" in data else None,
|
|
861
|
-
data["autoDate"] if "autoDate" in data else None,
|
|
862
861
|
data["resolvedSearchType"] if "resolvedSearchType" in data else None,
|
|
862
|
+
data["autoDate"] if "autoDate" in data else None,
|
|
863
863
|
)
|
|
864
864
|
|
|
865
865
|
@overload
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: exa_py
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.1
|
|
4
4
|
Summary: Python SDK for Exa API.
|
|
5
5
|
Home-page: https://github.com/exa-labs/exa-py
|
|
6
6
|
Author: Exa
|
|
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
17
17
|
Description-Content-Type: text/markdown
|
|
18
18
|
Requires-Dist: requests
|
|
19
19
|
Requires-Dist: typing-extensions
|
|
20
|
-
Requires-Dist: openai
|
|
20
|
+
Requires-Dist: openai>=1.10.0
|
|
21
21
|
|
|
22
22
|
# Exa
|
|
23
23
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
exa_py/__init__.py,sha256=1selemczpRm1y8V9cWNm90LARnU1jbtyp-Qpx3c7cTw,28
|
|
2
|
+
exa_py/api.py,sha256=cpEfDvzh29hxRvEocQy_JZrvA6ylXgffxGsvUVUJCfU,53261
|
|
3
|
+
exa_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
exa_py/utils.py,sha256=Rc1FJjoR9LQ7L_OJM91Sd1GNkbHjcLyEvJENhRix6gc,2405
|
|
5
|
+
exa_py-1.7.1.dist-info/METADATA,sha256=lzCZGKQEb8EnxGvX7A0mp3cDy7EVbObC76g0BDeo1ek,3029
|
|
6
|
+
exa_py-1.7.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
7
|
+
exa_py-1.7.1.dist-info/top_level.txt,sha256=Mfkmscdw9HWR1PtVhU1gAiVo6DHu_tyiVdb89gfZBVI,7
|
|
8
|
+
exa_py-1.7.1.dist-info/RECORD,,
|
exa_py-1.7.0.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
exa_py/__init__.py,sha256=1selemczpRm1y8V9cWNm90LARnU1jbtyp-Qpx3c7cTw,28
|
|
2
|
-
exa_py/api.py,sha256=ZMuyiXzjsUtX5iyq68GI22Gu8h9b6m_CftZ7mR-k0lU,53261
|
|
3
|
-
exa_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
exa_py/utils.py,sha256=Rc1FJjoR9LQ7L_OJM91Sd1GNkbHjcLyEvJENhRix6gc,2405
|
|
5
|
-
exa_py-1.7.0.dist-info/METADATA,sha256=LIq2rCayC-AsDJ-1duIE2Gu-y8el3k7aJJ2vubbNVbE,3030
|
|
6
|
-
exa_py-1.7.0.dist-info/WHEEL,sha256=pL8R0wFFS65tNSRnaOVrsw9EOkOqxLrlUPenUYnJKNo,91
|
|
7
|
-
exa_py-1.7.0.dist-info/top_level.txt,sha256=Mfkmscdw9HWR1PtVhU1gAiVo6DHu_tyiVdb89gfZBVI,7
|
|
8
|
-
exa_py-1.7.0.dist-info/RECORD,,
|
|
File without changes
|