diff --git a/pyproject.toml b/pyproject.toml index 0d5a787b4..5cc3f28c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ include = ["CHANGELOG.md", "kittycad/py.typed"] [tool.poetry.dependencies] python = "^3.7" -httpx = ">=0.15.4,<0.24.0" +httpx = ">=0.15.4,<0.25.0" attrs = ">=20.1.0,<24.0.0" python-dateutil = "^2.8.0"