exa-py 1.1.5__tar.gz → 1.1.6__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.
- {exa_py-1.1.5 → exa_py-1.1.6}/PKG-INFO +1 -1
- {exa_py-1.1.5 → exa_py-1.1.6}/exa_py/api.py +4 -2
- {exa_py-1.1.5 → exa_py-1.1.6}/exa_py.egg-info/PKG-INFO +1 -1
- {exa_py-1.1.5 → exa_py-1.1.6}/setup.py +1 -1
- {exa_py-1.1.5 → exa_py-1.1.6}/README.md +0 -0
- {exa_py-1.1.5 → exa_py-1.1.6}/exa_py/__init__.py +0 -0
- {exa_py-1.1.5 → exa_py-1.1.6}/exa_py/py.typed +0 -0
- {exa_py-1.1.5 → exa_py-1.1.6}/exa_py/utils.py +0 -0
- {exa_py-1.1.5 → exa_py-1.1.6}/exa_py.egg-info/SOURCES.txt +0 -0
- {exa_py-1.1.5 → exa_py-1.1.6}/exa_py.egg-info/dependency_links.txt +0 -0
- {exa_py-1.1.5 → exa_py-1.1.6}/exa_py.egg-info/requires.txt +0 -0
- {exa_py-1.1.5 → exa_py-1.1.6}/exa_py.egg-info/top_level.txt +0 -0
- {exa_py-1.1.5 → exa_py-1.1.6}/pyproject.toml +0 -0
- {exa_py-1.1.5 → exa_py-1.1.6}/setup.cfg +0 -0
|
@@ -130,6 +130,9 @@ FIND_SIMILAR_OPTIONS_TYPES = {
|
|
|
130
130
|
"category": [str],
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
+
# the livecrawl options
|
|
134
|
+
LIVECRAWL_OPTIONS = Literal["always", "fallback", "never"]
|
|
135
|
+
|
|
133
136
|
CONTENTS_OPTIONS_TYPES = {
|
|
134
137
|
"ids": [list],
|
|
135
138
|
"text": [dict, bool],
|
|
@@ -141,8 +144,7 @@ CONTENTS_OPTIONS_TYPES = {
|
|
|
141
144
|
"filter_empty_results": [bool],
|
|
142
145
|
}
|
|
143
146
|
|
|
144
|
-
|
|
145
|
-
LIVECRAWL_OPTIONS = Literal["always", "fallback", "never"]
|
|
147
|
+
|
|
146
148
|
|
|
147
149
|
# FOR BETA OPTIONS
|
|
148
150
|
# if is_beta:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|