-
Notifications
You must be signed in to change notification settings - Fork 919
Open
Description
Description
Running make dev updates packages/openapi/api.yaml every time, even when there are no API/schema code changes.
The recurring diff is in info.version (example: 0.19.10 -> 0.19.11), which creates persistent git noise during local development.
CC: @mscolnick @nojaf
Will you submit a PR?
- Yes
Code to reproduce:
make dev
Environment
expand
❯ uv run marimo env
{
"marimo": "0.19.11",
"editable": true,
"location": "/Users/axeldiaz/Desktop/mlh-dev/marimo-dev/marimo/marimo",
"OS": "Darwin",
"OS Version": "25.2.0",
"Processor": "arm",
"Python Version": "3.13.0",
"Locale": "C/en_US",
"Binaries": {
"Browser": "--",
"Node": "v23.1.0",
"uv": "0.10.2 (Homebrew 2026-02-10)"
},
"Dependencies": {
"click": "8.3.1",
"docutils": "0.22.4",
"itsdangerous": "2.2.0",
"jedi": "0.19.2",
"markdown": "3.10.2",
"narwhals": "2.16.0",
"packaging": "26.0",
"psutil": "7.2.2",
"pygments": "2.19.2",
"pymdown-extensions": "10.21",
"pyyaml": "6.0.3",
"starlette": "0.52.1",
"tomlkit": "0.14.0",
"typing-extensions": "4.15.0",
"uvicorn": "0.40.0",
"websockets": "15.0.1"
},
"Optional Dependencies": {
"duckdb": "1.4.4",
"loro": "1.10.3",
"openai": "2.21.0",
"pyarrow": "23.0.1",
"ruff": "0.15.1",
"sqlglot": "28.6.0"
},
"Experimental Flags": {
"multi_column": true,
"cache_panel": true,
"storage_inspector": true
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels