diff --git a/pyproject.toml b/pyproject.toml index 61da67a3c0..c1e6e85770 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,11 @@ [build-system] -requires = ["hatchling>=1.11", "jupyterlab>=4.5.0a1,<4.6"] +requires = [ + "hatchling>=1.11", + "jupyterlab>=4.5.0a1,<4.6", + # See https://github.com/jupyter/notebook/issues/7690 + # TODO: remove when https://github.com/jupyterlab/jupyterlab/pull/17746 is released + "httpx>=0.25.0,<1.0.dev1", +] build-backend = "hatchling.build" [project]