Version bump to 0.8.17

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
zacharyhampton
2025-12-21 19:11:10 -07:00
parent 9a0cac650e
commit 129ab37dff
4 changed files with 21 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
SEARCH_RESULTS_FRAGMENT = """
fragment SearchFragment on SearchHome {
fragment PropertyResult on SearchHome {
__typename
pending_date
listing_id
@@ -371,7 +371,7 @@ _SEARCH_HOMES_DATA_BASE = """{
HOME_FRAGMENT = """
fragment SearchFragment on Home {
fragment PropertyResult on Home {
__typename
pending_date
listing_id
@@ -689,12 +689,8 @@ GENERAL_RESULTS_QUERY = """{
__typename
count
total
results {
__typename
...SearchFragment
...ListingPhotosFragment
}
}"""
results %s
}""" % SEARCH_HOMES_DATA
LISTING_PHOTOS_FRAGMENT = """
fragment ListingPhotosFragment on SearchHome {