We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92eaedb + b3692fe commit 6d5e98cCopy full SHA for 6d5e98c
jigsawstack/search.py
@@ -54,6 +54,8 @@ class SearchParams(TypedDict):
54
Spell check the search query.
55
"""
56
57
+ byo_urls: NotRequired[List[str]]
58
+
59
60
class Search(ClientConfig):
61
config: RequestConfig
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="jigsawstack",
9
- version="0.1.21",
+ version="0.1.22",
10
description="JigsawStack Python SDK",
11
long_description=open("README.md", encoding="utf8").read(),
12
long_description_content_type="text/markdown",
0 commit comments