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 +]