exa-py 1.7.0__tar.gz → 1.7.1__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: exa_py
3
- Version: 1.7.0
3
+ Version: 1.7.1
4
4
  Summary: Python SDK for Exa API.
5
5
  Home-page: https://github.com/exa-labs/exa-py
6
6
  Author: Exa
@@ -549,7 +549,7 @@ class Exa:
549
549
  self,
550
550
  api_key: Optional[str],
551
551
  base_url: str = "https://api.exa.ai",
552
- user_agent: str = "exa-py 1.7.0",
552
+ user_agent: str = "exa-py 1.7.1",
553
553
  ):
554
554
  """Initialize the Exa client with the provided API key and optional base URL and user agent.
555
555
 
@@ -858,8 +858,8 @@ class Exa:
858
858
  return SearchResponse(
859
859
  [Result(**to_snake_case(result)) for result in data["results"]],
860
860
  data["autopromptString"] if "autopromptString" in data else None,
861
- data["autoDate"] if "autoDate" in data else None,
862
861
  data["resolvedSearchType"] if "resolvedSearchType" in data else None,
862
+ data["autoDate"] if "autoDate" in data else None,
863
863
  )
864
864
 
865
865
  @overload
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: exa_py
3
- Version: 1.7.0
3
+ Version: 1.7.1
4
4
  Summary: Python SDK for Exa API.
5
5
  Home-page: https://github.com/exa-labs/exa-py
6
6
  Author: Exa
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="exa_py",
5
- version="1.7.0",
5
+ version="1.7.1",
6
6
  description="Python SDK for Exa API.",
7
7
  long_description_content_type="text/markdown",
8
8
  long_description=open("README.md").read(),
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes