exa-py 1.9.1__py3-none-any.whl → 1.11.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.

@@ -1,21 +1,24 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: exa-py
3
- Version: 1.9.1
3
+ Version: 1.11.0
4
4
  Summary: Python SDK for Exa API.
5
+ License: MIT
5
6
  Author: Exa AI
6
7
  Author-email: hello@exa.ai
7
- Requires-Python: >=3.9,<4.0
8
+ Requires-Python: >=3.9
9
+ Classifier: License :: OSI Approved :: MIT License
8
10
  Classifier: Programming Language :: Python :: 3
9
11
  Classifier: Programming Language :: Python :: 3.9
10
12
  Classifier: Programming Language :: Python :: 3.10
11
13
  Classifier: Programming Language :: Python :: 3.11
12
14
  Classifier: Programming Language :: Python :: 3.12
13
15
  Classifier: Programming Language :: Python :: 3.13
14
- Requires-Dist: openai (>=1.48,<2.0)
15
- Requires-Dist: pydantic (>=2.10.6,<3.0.0)
16
- Requires-Dist: pytest-mock (>=3.14.0,<4.0.0)
17
- Requires-Dist: requests (>=2.32.3,<3.0.0)
18
- Requires-Dist: typing-extensions (>=4.12.2,<5.0.0)
16
+ Requires-Dist: httpx (>=0.28.1)
17
+ Requires-Dist: openai (>=1.48)
18
+ Requires-Dist: pydantic (>=2.10.6)
19
+ Requires-Dist: pytest-mock (>=3.14.0)
20
+ Requires-Dist: requests (>=2.32.3)
21
+ Requires-Dist: typing-extensions (>=4.12.2)
19
22
  Description-Content-Type: text/markdown
20
23
 
21
24
  # Exa
@@ -1,5 +1,5 @@
1
- exa_py/__init__.py,sha256=1selemczpRm1y8V9cWNm90LARnU1jbtyp-Qpx3c7cTw,28
2
- exa_py/api.py,sha256=V-DzDqZr7LAoBA-vN6cNj2tfqA-15zGLTnRfg30IZtU,67201
1
+ exa_py/__init__.py,sha256=M2GC9oSdoV6m2msboW0vMWWl8wrth4o6gmEV4MYLGG8,66
2
+ exa_py/api.py,sha256=u9HjGGqN3yzWjXiWE79OW630zA01TzO99iprAeWHOhQ,83244
3
3
  exa_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  exa_py/utils.py,sha256=Rc1FJjoR9LQ7L_OJM91Sd1GNkbHjcLyEvJENhRix6gc,2405
5
5
  exa_py/websets/__init__.py,sha256=uOBAb9VrIHrPKoddGOp2ai2KgWlyUVCLMZqfbGOlboA,70
@@ -16,6 +16,7 @@ exa_py/websets/searches/client.py,sha256=elDZxycmKToOPU-F2utP2ia9x5m68vEu_5ymypc
16
16
  exa_py/websets/types.py,sha256=njlUgvZJab8hg2_6tqYa5SYvuYowDNKP9MKrmV2PSq0,26559
17
17
  exa_py/websets/webhooks/__init__.py,sha256=iTPBCxFd73z4RifLQMX6iRECx_6pwlI5qscLNjMOUHE,77
18
18
  exa_py/websets/webhooks/client.py,sha256=jNNFzUoWXW9KOswNrZ32LUO1gSbA89XBWyQkyLrUAuE,2664
19
- exa_py-1.9.1.dist-info/METADATA,sha256=Tcvz56Uc7L3QHZbkFRY2dyFkS4nfxXIBRNSj6TYz8Rg,3506
20
- exa_py-1.9.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
21
- exa_py-1.9.1.dist-info/RECORD,,
19
+ exa_py/websets/websets_one_file.txt,sha256=u12CY0G5vqA3AzjQnotWfD9f0affhvtU-Tzir51v3aQ,33007
20
+ exa_py-1.11.0.dist-info/METADATA,sha256=G46FhO3UNnF2cQj5aQkzsqrBIPhl70yFKE66uZEQ2dw,3565
21
+ exa_py-1.11.0.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
22
+ exa_py-1.11.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.1
2
+ Generator: poetry-core 2.1.2
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any