exa-py 1.0.10__py3-none-any.whl → 1.0.11__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
|
@@ -344,7 +344,7 @@ class Exa:
|
|
|
344
344
|
self,
|
|
345
345
|
api_key: Optional[str],
|
|
346
346
|
base_url: str = "https://api.exa.ai",
|
|
347
|
-
user_agent: str = "exa-py 1.0.
|
|
347
|
+
user_agent: str = "exa-py 1.0.11",
|
|
348
348
|
):
|
|
349
349
|
"""Initialize the Exa client with the provided API key and optional base URL and user agent.
|
|
350
350
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
exa_py/__init__.py,sha256=aVF1zB_UV3dagJ5Vn2WrdcInzibdIW61M89sjwRCU_g,29
|
|
2
|
+
exa_py/api.py,sha256=l1gg_Sp2c9R9SpUpPI7G6M8mrnYULfsxZBv8lHVoxPU,31032
|
|
3
|
+
exa_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
exa_py/utils.py,sha256=pF91TKGGg4SbSVrdWroQze90-D9AlvqLoKWlHIeyLaE,2402
|
|
5
|
+
exa_py-1.0.11.dist-info/METADATA,sha256=jdepNNb0qBPgzPzHZCQ33Ocyfe0dIe4A3DhppxbwQQQ,3137
|
|
6
|
+
exa_py-1.0.11.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
7
|
+
exa_py-1.0.11.dist-info/top_level.txt,sha256=Mfkmscdw9HWR1PtVhU1gAiVo6DHu_tyiVdb89gfZBVI,7
|
|
8
|
+
exa_py-1.0.11.dist-info/RECORD,,
|
exa_py-1.0.10.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
exa_py/__init__.py,sha256=aVF1zB_UV3dagJ5Vn2WrdcInzibdIW61M89sjwRCU_g,29
|
|
2
|
-
exa_py/api.py,sha256=FdGJG46Ix8TvStF-mmuJ-QMtXzvqPRQcLnOogHj24Uc,31032
|
|
3
|
-
exa_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
exa_py/utils.py,sha256=pF91TKGGg4SbSVrdWroQze90-D9AlvqLoKWlHIeyLaE,2402
|
|
5
|
-
exa_py-1.0.10.dist-info/METADATA,sha256=NOvPj8ZfTUiMFVXufUSXz5EySt2zmYhBfnXsaBqdvj4,3137
|
|
6
|
-
exa_py-1.0.10.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
7
|
-
exa_py-1.0.10.dist-info/top_level.txt,sha256=Mfkmscdw9HWR1PtVhU1gAiVo6DHu_tyiVdb89gfZBVI,7
|
|
8
|
-
exa_py-1.0.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|