Skip to content

Commit c361b6b

Browse files
committed
before drop py38 support
1 parent 71dbae5 commit c361b6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebook_httpdbg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
__all__ = ["load_ipython_extension", "unload_ipython_extension"]
55

6-
VERSION = "0.2.0"
6+
VERSION = "0.2.1"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323
dynamic = ["version"]
2424
dependencies = [
25-
"httpdbg >= 0.24.2",
25+
"httpdbg>=0.24.2,<0.28.0",
2626
"notebook"
2727
]
2828

0 commit comments

Comments
 (0)