exa-py 1.15.4__tar.gz → 1.15.5__tar.gz

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.

Files changed (37) hide show
  1. {exa_py-1.15.4 → exa_py-1.15.5}/PKG-INFO +1 -1
  2. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/types.py +5 -5
  3. {exa_py-1.15.4 → exa_py-1.15.5}/pyproject.toml +1 -1
  4. {exa_py-1.15.4 → exa_py-1.15.5}/README.md +0 -0
  5. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/__init__.py +0 -0
  6. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/api.py +0 -0
  7. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/py.typed +0 -0
  8. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/research/__init__.py +0 -0
  9. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/research/async_client.py +0 -0
  10. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/research/base.py +0 -0
  11. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/research/models.py +0 -0
  12. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/research/sync_client.py +0 -0
  13. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/research/utils.py +0 -0
  14. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/utils.py +0 -0
  15. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/__init__.py +0 -0
  16. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/_generator/pydantic/BaseModel.jinja2 +0 -0
  17. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/async_client.py +0 -0
  18. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/client.py +0 -0
  19. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/core/__init__.py +0 -0
  20. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/core/async_base.py +0 -0
  21. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/core/base.py +0 -0
  22. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/enrichments/__init__.py +0 -0
  23. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/enrichments/client.py +0 -0
  24. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/events/__init__.py +0 -0
  25. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/events/client.py +0 -0
  26. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/imports/__init__.py +0 -0
  27. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/imports/client.py +0 -0
  28. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/items/__init__.py +0 -0
  29. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/items/client.py +0 -0
  30. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/monitors/__init__.py +0 -0
  31. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/monitors/client.py +0 -0
  32. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/monitors/runs/__init__.py +0 -0
  33. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/monitors/runs/client.py +0 -0
  34. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/searches/__init__.py +0 -0
  35. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/searches/client.py +0 -0
  36. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/webhooks/__init__.py +0 -0
  37. {exa_py-1.15.4 → exa_py-1.15.5}/exa_py/websets/webhooks/client.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: exa-py
3
- Version: 1.15.4
3
+ Version: 1.15.5
4
4
  Summary: Python SDK for Exa API.
5
5
  License: MIT
6
6
  Author: Exa AI
@@ -1473,7 +1473,7 @@ class WebsetItemArticleProperties(ExaBaseModel):
1473
1473
  The text content for the article
1474
1474
  """
1475
1475
  article: WebsetItemArticlePropertiesFields = Field(
1476
- ..., title='WebsetItemArticlePropertiesFields'
1476
+ ..., title='WebsetItemArticlePropertiesFields', alias='article'
1477
1477
  )
1478
1478
  """
1479
1479
  The article fields
@@ -1506,7 +1506,7 @@ class WebsetItemCompanyProperties(ExaBaseModel):
1506
1506
  The text content of the company website
1507
1507
  """
1508
1508
  company: WebsetItemCompanyPropertiesFields = Field(
1509
- ..., title='WebsetItemCompanyPropertiesFields'
1509
+ ..., title='WebsetItemCompanyPropertiesFields', alias='company'
1510
1510
  )
1511
1511
  """
1512
1512
  The company fields
@@ -1569,7 +1569,7 @@ class WebsetItemCustomProperties(ExaBaseModel):
1569
1569
  The text content of the Item
1570
1570
  """
1571
1571
  custom: WebsetItemCustomPropertiesFields = Field(
1572
- ..., title='WebsetItemCustomPropertiesFields'
1572
+ ..., title='WebsetItemCustomPropertiesFields', alias='custom'
1573
1573
  )
1574
1574
  """
1575
1575
  The custom fields
@@ -1631,7 +1631,7 @@ class WebsetItemPersonProperties(ExaBaseModel):
1631
1631
  Short description of the relevance of the person
1632
1632
  """
1633
1633
  person: WebsetItemPersonPropertiesFields = Field(
1634
- ..., title='WebsetItemPersonPropertiesFields'
1634
+ ..., title='WebsetItemPersonPropertiesFields', alias='person'
1635
1635
  )
1636
1636
  """
1637
1637
  The person fields
@@ -1687,7 +1687,7 @@ class WebsetItemResearchPaperProperties(ExaBaseModel):
1687
1687
  The text content of the research paper
1688
1688
  """
1689
1689
  research_paper: WebsetItemResearchPaperPropertiesFields = Field(
1690
- ..., title='WebsetItemResearchPaperPropertiesFields'
1690
+ ..., title='WebsetItemResearchPaperPropertiesFields', alias='researchPaper'
1691
1691
  )
1692
1692
  """
1693
1693
  The research paper fields
@@ -23,7 +23,7 @@ build-backend = "poetry.core.masonry.api"
23
23
 
24
24
  [project]
25
25
  name = "exa-py"
26
- version = "1.15.4"
26
+ version = "1.15.5"
27
27
  description = "Python SDK for Exa API."
28
28
  readme = "README.md"
29
29
  requires-python = ">=3.9"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes