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.
1 parent 71dbae5 commit 8d42c8bCopy full SHA for 8d42c8b
notebook_httpdbg/__init__.py
@@ -3,4 +3,4 @@
3
4
__all__ = ["load_ipython_extension", "unload_ipython_extension"]
5
6
-VERSION = "0.2.0"
+VERSION = "0.2.1"
pyproject.toml
@@ -22,7 +22,7 @@ classifiers = [
22
]
23
dynamic = ["version"]
24
dependencies = [
25
- "httpdbg >= 0.24.2",
+ "httpdbg>=0.24.2,<0.28.0",
26
"notebook"
27
28
0 commit comments