From b7a0fe14665498f03e6d9688e69077593130808c Mon Sep 17 00:00:00 2001 From: Hans Li Date: Mon, 25 Aug 2025 13:48:47 -0700 Subject: [PATCH] Loosen requests requirement --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 966a674..2b2035e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ ] requires-python = ">=3.9" dependencies = [ - "requests>=2.32.5", + "requests>=2.25.0, <3", ] keywords = ["mixpanel", "analytics"] classifiers = [ @@ -55,4 +55,4 @@ envlist = ["py39", "py310", "py311", "py312"] extras = ["test"] commands = [ ["pytest", "{posargs}"], -] \ No newline at end of file +]