Skip to content

Commit 9b130ff

Browse files
authored
Merge pull request #23 from machow/fix-upstream
fix: pin below ipyreact v0.4.2
2 parents 934c69f + 09dea9c commit 9b130ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
dependencies = [
3939
"htmltools",
4040
"databackend",
41-
"ipyreact",
41+
"ipyreact<=0.4.1",
4242
"IPython",
4343
"importlib-metadata",
4444
"importlib-resources",
@@ -101,4 +101,4 @@ markers = [
101101
]
102102

103103
[tool.black]
104-
line-length = 100
104+
line-length = 100

0 commit comments

Comments
 (0)