From 8ee720ce5c8d3163452c05b83603f8b8557d225d Mon Sep 17 00:00:00 2001 From: zacharyhampton Date: Sat, 20 Dec 2025 15:30:26 -0700 Subject: [PATCH] Version bump to 0.8.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- homeharvest/core/scrapers/__init__.py | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeharvest/core/scrapers/__init__.py b/homeharvest/core/scrapers/__init__.py index 165f051..c92dbde 100644 --- a/homeharvest/core/scrapers/__init__.py +++ b/homeharvest/core/scrapers/__init__.py @@ -87,6 +87,7 @@ class Scraper: 'Accept-Language': 'en-US,en;q=0.9', 'rdc-client-version': '26.11.1', 'X-APOLLO-OPERATION-TYPE': 'query', + 'X-APOLLO-OPERATION-ID': 'null', 'rdc-client-name': 'RDC_NATIVE_MOBILE-iPhone-com.move.Realtor', 'apollographql-client-name': 'com.move.Realtor-apollo-ios', 'User-Agent': 'Realtor.com/26.11.1.1106489 CFNetwork/3860.200.71 Darwin/25.1.0', diff --git a/pyproject.toml b/pyproject.toml index d131204..0af8af5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "homeharvest" -version = "0.8.11" +version = "0.8.12" description = "Real estate scraping library" authors = ["Zachary Hampton ", "Cullen Watson "] homepage = "https://github.com/ZacharyHampton/HomeHarvest"