We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5165c7 commit 484cdb3Copy full SHA for 484cdb3
1 file changed
docs/dashboard.qmd
@@ -12,7 +12,7 @@ pyproject: |
12
requires-python = ">=3.11"
13
dependencies = [
14
"marimo>=0.16.5",
15
- "sidemantic==0.2.12",
+ "sidemantic>=0.2.29",
16
"duckdb>=1.0",
17
"sqlglot>=25",
18
"pydantic>=2",
@@ -34,7 +34,7 @@ import micropip
34
try:
35
import sidemantic # type: ignore
36
except ModuleNotFoundError:
37
- await micropip.install(["sidemantic==0.2.12"], deps=False)
+ await micropip.install(["sidemantic"], deps=False)
38
39
```
40
0 commit comments