exa-py 1.5.2__py3-none-any.whl → 1.6.0__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
@@ -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.5.2",
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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: exa_py
3
- Version: 1.5.2
3
+ Version: 1.6.0
4
4
  Summary: Python SDK for Exa API.
5
5
  Home-page: https://github.com/exa-labs/exa-py
6
6
  Author: Exa
@@ -0,0 +1,8 @@
1
+ exa_py/__init__.py,sha256=1selemczpRm1y8V9cWNm90LARnU1jbtyp-Qpx3c7cTw,28
2
+ exa_py/api.py,sha256=gN6opd7KG2txZyd_ykWmAUmUuOb7fL2bDipR5Yg3M_8,53133
3
+ exa_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ exa_py/utils.py,sha256=Rc1FJjoR9LQ7L_OJM91Sd1GNkbHjcLyEvJENhRix6gc,2405
5
+ exa_py-1.6.0.dist-info/METADATA,sha256=8HvNv5tzYa1UsXtaEbMQXkNQfnBKWvt-wW8Emyn4Y4Y,3030
6
+ exa_py-1.6.0.dist-info/WHEEL,sha256=pL8R0wFFS65tNSRnaOVrsw9EOkOqxLrlUPenUYnJKNo,91
7
+ exa_py-1.6.0.dist-info/top_level.txt,sha256=Mfkmscdw9HWR1PtVhU1gAiVo6DHu_tyiVdb89gfZBVI,7
8
+ exa_py-1.6.0.dist-info/RECORD,,
@@ -1,8 +0,0 @@
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,,
File without changes