Skip to content

Commit

Permalink
Merge pull request #12 from divar-ir/fix-search-post
Browse files Browse the repository at this point in the history
fix search response
  • Loading branch information
nastaran78 authored Jul 4, 2024
2 parents ed2d94f + 3b4033e commit 5bbae53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kenar/finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class SearchPostRequest(BaseModel):


class SearchPostResponse(BaseModel):
posts: List[dict]
posts: List[dict] = None


class GetPostRequest(BaseModel):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Kenar',
version='0.5.6',
version='0.5.7',
author='Nastaran Alipour',
author_email='[email protected]',
description='facilitate using kenar divar APIs',
Expand Down

0 comments on commit 5bbae53

Please sign in to comment.