diff --git a/pyproject.toml b/pyproject.toml index 477a3aa..40aaf42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - "httpx >=0.18,<0.28", # Starting 0.28, there is an incompatibility with respx: https://github.com/lundberg/respx/issues/277 + "httpx >=0.18,<0.29", # Starting 0.28, there is an incompatibility with respx: https://github.com/lundberg/respx/issues/277 ] [project.urls]