We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
httpx
1 parent 7f3240b commit 9e51705Copy full SHA for 9e51705
pyproject.toml
@@ -1,5 +1,11 @@
1
[build-system]
2
-requires = ["hatchling>=1.11", "jupyterlab>=4.4.4,<4.5"]
+requires = [
3
+ "hatchling>=1.11",
4
+ "jupyterlab>=4.4.4,<4.5",
5
+ # See https://github.com/jupyter/notebook/issues/7690
6
+ # TODO: remove when https://github.com/jupyterlab/jupyterlab/pull/17746 is released
7
+ "httpx>=0.25.0,<1.0.dev1",
8
+]
9
build-backend = "hatchling.build"
10
11
[project]
0 commit comments