exa-py 1.5.1__py3-none-any.whl → 1.5.2__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
|
@@ -148,7 +148,7 @@ CONTENTS_OPTIONS_TYPES = {
|
|
|
148
148
|
|
|
149
149
|
CONTENTS_ENDPOINT_OPTIONS_TYPES = {
|
|
150
150
|
"subpages": [int],
|
|
151
|
-
"subpage_target": [str],
|
|
151
|
+
"subpage_target": [str, list],
|
|
152
152
|
"extras": [dict],
|
|
153
153
|
}
|
|
154
154
|
|
|
@@ -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.5.
|
|
549
|
+
user_agent: str = "exa-py 1.5.2",
|
|
550
550
|
):
|
|
551
551
|
"""Initialize the Exa client with the provided API key and optional base URL and user agent.
|
|
552
552
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
exa_py/__init__.py,sha256=1selemczpRm1y8V9cWNm90LARnU1jbtyp-Qpx3c7cTw,28
|
|
2
|
+
exa_py/api.py,sha256=kiMDP5WjBta418aKEe1b_OSBB_WDEDYi4VrFtxMlrmY,53125
|
|
3
|
+
exa_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
exa_py/utils.py,sha256=Rc1FJjoR9LQ7L_OJM91Sd1GNkbHjcLyEvJENhRix6gc,2405
|
|
5
|
+
exa_py-1.5.2.dist-info/METADATA,sha256=IzYsUfFRBxXyvZ_dGuL_RQ9kzSZc-mLryHLr6U2MrzI,3030
|
|
6
|
+
exa_py-1.5.2.dist-info/WHEEL,sha256=pL8R0wFFS65tNSRnaOVrsw9EOkOqxLrlUPenUYnJKNo,91
|
|
7
|
+
exa_py-1.5.2.dist-info/top_level.txt,sha256=Mfkmscdw9HWR1PtVhU1gAiVo6DHu_tyiVdb89gfZBVI,7
|
|
8
|
+
exa_py-1.5.2.dist-info/RECORD,,
|
exa_py-1.5.1.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
exa_py/__init__.py,sha256=1selemczpRm1y8V9cWNm90LARnU1jbtyp-Qpx3c7cTw,28
|
|
2
|
-
exa_py/api.py,sha256=NwmYIAG87j-9P8u26r5NJvRyT5vFkq677MKf8tPJw6s,53119
|
|
3
|
-
exa_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
exa_py/utils.py,sha256=Rc1FJjoR9LQ7L_OJM91Sd1GNkbHjcLyEvJENhRix6gc,2405
|
|
5
|
-
exa_py-1.5.1.dist-info/METADATA,sha256=RsZIJl0qJ1c83QnjEfCzXrgQKUTXcXqRlpZYnS0IIgo,3030
|
|
6
|
-
exa_py-1.5.1.dist-info/WHEEL,sha256=pL8R0wFFS65tNSRnaOVrsw9EOkOqxLrlUPenUYnJKNo,91
|
|
7
|
-
exa_py-1.5.1.dist-info/top_level.txt,sha256=Mfkmscdw9HWR1PtVhU1gAiVo6DHu_tyiVdb89gfZBVI,7
|
|
8
|
-
exa_py-1.5.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|