exa-py 1.1.8__py3-none-any.whl → 1.2.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/__init__.py +1 -3
- exa_py/api.py +1 -1
- {exa_py-1.1.8.dist-info → exa_py-1.2.1.dist-info}/METADATA +1 -1
- exa_py-1.2.1.dist-info/RECORD +8 -0
- exa_py-1.1.8.dist-info/RECORD +0 -8
- {exa_py-1.1.8.dist-info → exa_py-1.2.1.dist-info}/WHEEL +0 -0
- {exa_py-1.1.8.dist-info → exa_py-1.2.1.dist-info}/top_level.txt +0 -0
exa_py/__init__.py
CHANGED
exa_py/api.py
CHANGED
|
@@ -466,7 +466,7 @@ class Exa:
|
|
|
466
466
|
self,
|
|
467
467
|
api_key: Optional[str],
|
|
468
468
|
base_url: str = "https://api.exa.ai",
|
|
469
|
-
user_agent: str = "exa-py 1.1
|
|
469
|
+
user_agent: str = "exa-py 1.2.1",
|
|
470
470
|
):
|
|
471
471
|
"""Initialize the Exa client with the provided API key and optional base URL and user agent.
|
|
472
472
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
exa_py/__init__.py,sha256=1selemczpRm1y8V9cWNm90LARnU1jbtyp-Qpx3c7cTw,28
|
|
2
|
+
exa_py/api.py,sha256=wDdsCsQP3mACtcrmU2QSzD1a8AHGHX39smyrs39XjZo,46362
|
|
3
|
+
exa_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
exa_py/utils.py,sha256=Rc1FJjoR9LQ7L_OJM91Sd1GNkbHjcLyEvJENhRix6gc,2405
|
|
5
|
+
exa_py-1.2.1.dist-info/METADATA,sha256=pQU-Xy8_uAA9mLMkikRxvrfdbLpHv4ej1fS2Ikbsy4w,3030
|
|
6
|
+
exa_py-1.2.1.dist-info/WHEEL,sha256=pL8R0wFFS65tNSRnaOVrsw9EOkOqxLrlUPenUYnJKNo,91
|
|
7
|
+
exa_py-1.2.1.dist-info/top_level.txt,sha256=Mfkmscdw9HWR1PtVhU1gAiVo6DHu_tyiVdb89gfZBVI,7
|
|
8
|
+
exa_py-1.2.1.dist-info/RECORD,,
|
exa_py-1.1.8.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
exa_py/__init__.py,sha256=aVF1zB_UV3dagJ5Vn2WrdcInzibdIW61M89sjwRCU_g,29
|
|
2
|
-
exa_py/api.py,sha256=Dypst-1wBEGFLh1rS_RfN9Lh8D1RkviXfJglzstFznI,46362
|
|
3
|
-
exa_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
exa_py/utils.py,sha256=Rc1FJjoR9LQ7L_OJM91Sd1GNkbHjcLyEvJENhRix6gc,2405
|
|
5
|
-
exa_py-1.1.8.dist-info/METADATA,sha256=KFKYnaij4o-U1iBuJTWAzoQ8ZQd5So6faDQQbFX_h1M,3030
|
|
6
|
-
exa_py-1.1.8.dist-info/WHEEL,sha256=pL8R0wFFS65tNSRnaOVrsw9EOkOqxLrlUPenUYnJKNo,91
|
|
7
|
-
exa_py-1.1.8.dist-info/top_level.txt,sha256=Mfkmscdw9HWR1PtVhU1gAiVo6DHu_tyiVdb89gfZBVI,7
|
|
8
|
-
exa_py-1.1.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|