Skip to content

Commit 5c9c582

Browse files
committed
fix(pkg-py): Bump required chatlas to v0.12.0
1 parent e3c9d51 commit 5c9c582

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ readme = "pkg-py/README.md"
55
requires-python = ">=3.9"
66
license = { text = "MIT" }
77
dependencies = [
8+
"chatlas>=0.12.0",
89
"htmltools>=0.6.0",
9-
"shiny>=1.4.0"
10+
"shiny>=1.4.0",
1011
]
1112
dynamic = ["version"]
1213
authors = [

0 commit comments

Comments
 (0)