From 23a8fd6a771fe2ba4678c503f0031647295c2306 Mon Sep 17 00:00:00 2001 From: Zachary Hampton Date: Mon, 8 Sep 2025 22:15:52 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 444cf76..43f6135 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "homeharvest" -version = "0.6.0" +version = "0.6.1" description = "Real estate scraping library" authors = ["Zachary Hampton ", "Cullen Watson "] homepage = "https://github.com/ZacharyHampton/HomeHarvest" @@ -10,7 +10,7 @@ readme = "README.md" homeharvest = "homeharvest.cli:main" [tool.poetry.dependencies] -python = ">=3.9,<3.13" +python = ">=3.9" requests = "^2.32.4" pandas = "^2.3.1" pydantic = "^2.11.7"