Skip to content

api.yaml (info.version) on every run #8333

@axsseldz

Description

@axsseldz

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
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions