exa-py 1.1.3__tar.gz → 1.1.4__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.1.3
3
+ Version: 1.1.4
4
4
  Summary: Python SDK for Exa API.
5
5
  Home-page: https://github.com/exa-labs/exa-py
6
6
  Author: Exa
@@ -143,10 +143,11 @@ CONTENTS_OPTIONS_TYPES = {
143
143
  LIVECRAWL_OPTIONS = Literal["always", "fallback", "never"]
144
144
  CONTENTS_OPTIONS_TYPES["livecrawl_timeout"] = [int]
145
145
  CONTENTS_OPTIONS_TYPES["livecrawl"] = [LIVECRAWL_OPTIONS]
146
+ CONTENTS_OPTIONS_TYPES["filter_empty_results"] = [bool]
146
147
 
147
- if is_beta:
148
- CONTENTS_OPTIONS_TYPES["filter_empty_results"] = [bool]
149
-
148
+ # FOR BETA OPTIONS
149
+ # if is_beta:
150
+
150
151
 
151
152
  def validate_search_options(
152
153
  options: Dict[str, Optional[object]], expected: dict
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: exa-py
3
- Version: 1.1.3
3
+ Version: 1.1.4
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.1.3",
5
+ version="1.1.4",
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