Skip to content

Commit 6d5e98c

Browse files
authored
Merge pull request #28 from JigsawStack/feat/async
Feat/async
2 parents 92eaedb + b3692fe commit 6d5e98c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

jigsawstack/search.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ class SearchParams(TypedDict):
5454
Spell check the search query.
5555
"""
5656

57+
byo_urls: NotRequired[List[str]]
58+
5759

5860
class Search(ClientConfig):
5961
config: RequestConfig

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="jigsawstack",
9-
version="0.1.21",
9+
version="0.1.22",
1010
description="JigsawStack Python SDK",
1111
long_description=open("README.md", encoding="utf8").read(),
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)