Skip to content

Commit 9e51705

Browse files
authored
[7.4.x] Pin httpx (#7692)
1 parent 7f3240b commit 9e51705

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
[build-system]
2-
requires = ["hatchling>=1.11", "jupyterlab>=4.4.4,<4.5"]
2+
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+
]
39
build-backend = "hatchling.build"
410

511
[project]

0 commit comments

Comments
 (0)